.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-7395c598-5714-479b-92f2-99cfc4a24361 {
  margin-top: 30px;
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-7a3123e1-a8f7-40c3-a96f-937c43a4edcb {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-7a3123e1-a8f7-40c3-a96f-937c43a4edcb img.shogun-image {
    
    width: px;
  }


#s-7a3123e1-a8f7-40c3-a96f-937c43a4edcb .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-605da4a3-f11f-448b-a3c9-0053686d9b32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-394188fa-ad7c-42c6-96d2-d1229d20da71 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-394188fa-ad7c-42c6-96d2-d1229d20da71 img.shogun-image {
    
    width: px;
  }


#s-394188fa-ad7c-42c6-96d2-d1229d20da71 .shogun-image-content {
  
    align-items: center;
  
}

#s-813caae7-6c28-4369-90f1-de09e3737478 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-813caae7-6c28-4369-90f1-de09e3737478 img.shogun-image {
    
    width: px;
  }


#s-813caae7-6c28-4369-90f1-de09e3737478 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  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-c79f4691-8ded-468e-98c9-ea6f87b6be27 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c79f4691-8ded-468e-98c9-ea6f87b6be27 {
  display: none;
}
#s-c79f4691-8ded-468e-98c9-ea6f87b6be27, #wrap-s-c79f4691-8ded-468e-98c9-ea6f87b6be27 { display:none !important; }}@media (max-width: 767px){#s-c79f4691-8ded-468e-98c9-ea6f87b6be27 {
  display: none;
}
#s-c79f4691-8ded-468e-98c9-ea6f87b6be27, #wrap-s-c79f4691-8ded-468e-98c9-ea6f87b6be27 { display:none !important; }}
#s-c79f4691-8ded-468e-98c9-ea6f87b6be27 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c79f4691-8ded-468e-98c9-ea6f87b6be27 .shg-sld-nav-button.shg-sld-left,
#s-c79f4691-8ded-468e-98c9-ea6f87b6be27 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37714dff-e7a6-4476-a8c5-d8caee3652d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8976879c-e668-402f-bd27-fabddb776c10 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  text-align: left;
}


.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  max-width: 100%;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom,
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  max-width: 100%;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom,
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  max-width: 100%;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom,
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  max-width: 100%;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom,
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f {
  max-width: 100%;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .shg-image-zoom,
.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f602726f-664b-4a43-8ea6-6dd02b0f935f .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-f38a98c2-6809-41c5-9f74-876b742f1124 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f38a98c2-6809-41c5-9f74-876b742f1124 .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-35106eb3-72e4-4dd9-86ce-0678017ff0c7 {
  text-align: center;
}

#s-35106eb3-72e4-4dd9-86ce-0678017ff0c7 .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-35106eb3-72e4-4dd9-86ce-0678017ff0c7 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-35106eb3-72e4-4dd9-86ce-0678017ff0c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4961377c-0573-46b6-acd9-62f3002e3345 {
  display: none;
}
#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  text-align: left;
}


.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  max-width: 100%;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom,
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  max-width: 100%;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom,
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  max-width: 100%;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom,
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  max-width: 100%;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom,
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e {
  max-width: 100%;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom,
.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5778c3a-3f4b-478e-84e2-9136ffe84a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-41680ae6-5e12-4f7e-b5bb-1516d2cb0695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41680ae6-5e12-4f7e-b5bb-1516d2cb0695 .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-c9a25823-99b8-48e1-a77b-fa4285e15948 {
  text-align: center;
}

#s-c9a25823-99b8-48e1-a77b-fa4285e15948 .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-c9a25823-99b8-48e1-a77b-fa4285e15948 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-c9a25823-99b8-48e1-a77b-fa4285e15948 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd22a89e-300c-455f-9d15-035b17988d42 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}




  #s-bd22a89e-300c-455f-9d15-035b17988d42 img.shogun-image {
    
    width: px;
  }


#s-bd22a89e-300c-455f-9d15-035b17988d42 .shogun-image-content {
  
    align-items: center;
  
}

.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-d2aedd5f-f1ae-4218-8954-4a78c94b54a4 {
  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-d2aedd5f-f1ae-4218-8954-4a78c94b54a4:hover {background-color: rgba(67, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2aedd5f-f1ae-4218-8954-4a78c94b54a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2aedd5f-f1ae-4218-8954-4a78c94b54a4-btn-wrapper {
    text-align: center;
  }


#s-d2aedd5f-f1ae-4218-8954-4a78c94b54a4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d73be961-605e-4244-a3d8-2e44fbabf00f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d7b1bff6-b29b-4bca-89a8-8fb5426fdfc5 {
  display: none;
}
#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  text-align: left;
}


.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  max-width: 100%;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom,
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  max-width: 100%;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom,
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  max-width: 100%;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom,
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  max-width: 100%;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom,
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 {
  max-width: 100%;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom,
.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10265cda-e179-4f9c-8c0a-d61b2cd2cd20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-429bc8ef-2b9b-4686-bc7d-0f90694f2335 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-429bc8ef-2b9b-4686-bc7d-0f90694f2335 .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-db43253d-8040-4ce7-8efa-b757123dd1e8 {
  text-align: center;
}

#s-db43253d-8040-4ce7-8efa-b757123dd1e8 .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-db43253d-8040-4ce7-8efa-b757123dd1e8 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-db43253d-8040-4ce7-8efa-b757123dd1e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5cfea2c-4ba2-4293-a94e-71c58a0dfc62 {
  display: none;
}
#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  text-align: left;
}


.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  max-width: 100%;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom,
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  max-width: 100%;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom,
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  max-width: 100%;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom,
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  max-width: 100%;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom,
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 {
  max-width: 100%;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom,
.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c1aa25-cddb-443b-bfdb-11c99ed4ffd3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3a48f027-efce-4bb4-be15-1119600fc1e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a48f027-efce-4bb4-be15-1119600fc1e6 .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-afc3fc38-d812-479b-b219-f819ae7f965e {
  text-align: center;
}

#s-afc3fc38-d812-479b-b219-f819ae7f965e .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-afc3fc38-d812-479b-b219-f819ae7f965e .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-afc3fc38-d812-479b-b219-f819ae7f965e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57ad15a8-13b6-4c40-bc31-b35256a93375 {
  display: none;
}
#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  text-align: left;
}


.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  max-width: 100%;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom,
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  max-width: 100%;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom,
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  max-width: 100%;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom,
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  max-width: 100%;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom,
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc {
  max-width: 100%;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom,
.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9383a958-7a58-45d7-8426-14aa4b85e2bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2291b028-8a62-44d2-baed-5b2069b948d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2291b028-8a62-44d2-baed-5b2069b948d7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-be11794d-6404-42b0-b5aa-0055a64a860a {
  text-align: center;
}

#s-be11794d-6404-42b0-b5aa-0055a64a860a .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-be11794d-6404-42b0-b5aa-0055a64a860a .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-be11794d-6404-42b0-b5aa-0055a64a860a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ba3ac50-cd10-473f-8ef8-a9d9a23d7db2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0ff3ccb1-9573-4d2f-bd09-479e44d95303 {
  display: none;
}
#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  text-align: left;
}


.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  max-width: 100%;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom,
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  max-width: 100%;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom,
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  max-width: 100%;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom,
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  max-width: 100%;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom,
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab {
  max-width: 100%;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom,
.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91e09ad8-6581-4e89-9327-5f1c192a20ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02d14241-0519-4b94-8cb4-d84bd9e1ebc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02d14241-0519-4b94-8cb4-d84bd9e1ebc0 .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-d324019c-140d-43ac-82bc-bbb104e6fbf7 {
  text-align: center;
}

#s-d324019c-140d-43ac-82bc-bbb104e6fbf7 .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-d324019c-140d-43ac-82bc-bbb104e6fbf7 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-d324019c-140d-43ac-82bc-bbb104e6fbf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc965483-bb8b-4946-912c-156111b336d0 {
  display: none;
}
#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  text-align: left;
}


.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  max-width: 100%;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom,
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  max-width: 100%;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom,
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  max-width: 100%;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom,
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  max-width: 100%;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom,
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 {
  max-width: 100%;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom,
.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2e22b9a-13d5-45cd-823b-36618cc3d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f42e038-4a03-41e1-8c14-9e3b88092aae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f42e038-4a03-41e1-8c14-9e3b88092aae .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-1d3f9f40-fa78-44b2-bfd4-4bde15f109f0 {
  text-align: center;
}

#s-1d3f9f40-fa78-44b2-bfd4-4bde15f109f0 .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-1d3f9f40-fa78-44b2-bfd4-4bde15f109f0 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-1d3f9f40-fa78-44b2-bfd4-4bde15f109f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-036710e6-43c8-4955-99c2-98229a90acbf {
  display: none;
}
#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  text-align: left;
}


.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  max-width: 100%;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom,
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  max-width: 100%;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom,
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  max-width: 100%;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom,
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  max-width: 100%;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom,
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 {
  max-width: 100%;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom,
.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d21bcf29-d25a-4906-9438-ac831c53ac27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-158788bf-7206-426c-822f-7ba387ef9fe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-158788bf-7206-426c-822f-7ba387ef9fe9 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-95a35581-e334-4b7f-a0f0-2925b6f77658 {
  text-align: center;
}

#s-95a35581-e334-4b7f-a0f0-2925b6f77658 .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-95a35581-e334-4b7f-a0f0-2925b6f77658 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-95a35581-e334-4b7f-a0f0-2925b6f77658 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f19c3b7-1653-4e5c-b9b3-dd87be095905"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-822d195f-ad08-4333-88c9-e4ed67a25c58 {
  display: none;
}
#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  text-align: left;
}


.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  max-width: 100%;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom,
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  max-width: 100%;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom,
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  max-width: 100%;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom,
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  max-width: 100%;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom,
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 {
  max-width: 100%;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom,
.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f1bf564-359e-40f9-bf22-8166d4e58679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fb6d6349-1de8-41b9-8992-b81b9abcbd63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb6d6349-1de8-41b9-8992-b81b9abcbd63 .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-93533a7c-1e75-4b9e-8437-ce7f51b883ef {
  text-align: center;
}

#s-93533a7c-1e75-4b9e-8437-ce7f51b883ef .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-93533a7c-1e75-4b9e-8437-ce7f51b883ef .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-93533a7c-1e75-4b9e-8437-ce7f51b883ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7157a02a-a015-439a-aa34-ef7810868b12 {
  display: none;
}
#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  text-align: left;
}


.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  max-width: 100%;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom,
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  max-width: 100%;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom,
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  max-width: 100%;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom,
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  max-width: 100%;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom,
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 {
  max-width: 100%;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom,
.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cadd757-aea0-48c6-9896-43f3113629b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3cec1859-3279-492c-8e8d-f9353333f098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cec1859-3279-492c-8e8d-f9353333f098 .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-b3b19f2e-8338-4af8-addb-8f22f0fb73d4 {
  text-align: center;
}

#s-b3b19f2e-8338-4af8-addb-8f22f0fb73d4 .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-b3b19f2e-8338-4af8-addb-8f22f0fb73d4 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-b3b19f2e-8338-4af8-addb-8f22f0fb73d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b845d985-07e8-4a44-bb03-c76e0045394f {
  display: none;
}
#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  text-align: left;
}


.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  max-width: 100%;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom,
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  max-width: 100%;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom,
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  max-width: 100%;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom,
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  max-width: 100%;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom,
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f {
  max-width: 100%;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom,
.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd08ee9-6628-492d-98fb-1622b928c95f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1fe145b7-0fef-494b-8aec-113b9f16b6e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fe145b7-0fef-494b-8aec-113b9f16b6e0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e905a621-6de0-4c27-b29c-f7daac0aa806 {
  text-align: center;
}

#s-e905a621-6de0-4c27-b29c-f7daac0aa806 .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-e905a621-6de0-4c27-b29c-f7daac0aa806 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-e905a621-6de0-4c27-b29c-f7daac0aa806 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12cbb347-4dae-49a4-a2d3-773f90912e97 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-12cbb347-4dae-49a4-a2d3-773f90912e97 {
  display: none;
}
#s-12cbb347-4dae-49a4-a2d3-773f90912e97, #wrap-s-12cbb347-4dae-49a4-a2d3-773f90912e97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12cbb347-4dae-49a4-a2d3-773f90912e97 {
  display: none;
}
#s-12cbb347-4dae-49a4-a2d3-773f90912e97, #wrap-s-12cbb347-4dae-49a4-a2d3-773f90912e97 { display:none !important; }}
#s-12cbb347-4dae-49a4-a2d3-773f90912e97 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-12cbb347-4dae-49a4-a2d3-773f90912e97 .shg-sld-nav-button.shg-sld-left,
#s-12cbb347-4dae-49a4-a2d3-773f90912e97 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90bb4aa7-ba11-45ff-a2a3-491fea81eb77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27ee23fa-79c1-4cbe-8bb6-ef1143961a92 {
  display: none;
}
#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  text-align: left;
}


.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  max-width: 100%;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom,
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  max-width: 100%;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom,
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  max-width: 100%;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom,
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  max-width: 100%;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom,
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e {
  max-width: 100%;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom,
.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27c501ee-f6e9-4bb6-9498-8a5ed59e040e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-792c165b-4a34-4353-a40b-621760c5b0bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-792c165b-4a34-4353-a40b-621760c5b0bf .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-9083babb-1dff-4fb7-8daa-79c3f5ac6ef4 {
  text-align: center;
}

#s-9083babb-1dff-4fb7-8daa-79c3f5ac6ef4 .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-9083babb-1dff-4fb7-8daa-79c3f5ac6ef4 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-9083babb-1dff-4fb7-8daa-79c3f5ac6ef4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-473fda05-f113-4155-b979-a6355bad2c38 {
  margin-top: 5%;
text-align: center;
}




  #s-473fda05-f113-4155-b979-a6355bad2c38 img.shogun-image {
    
    width: px;
  }


#s-473fda05-f113-4155-b979-a6355bad2c38 .shogun-image-content {
  
    align-items: center;
  
}

#s-f652d1f7-bf44-4fcd-92d9-0c3518868749 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
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-f652d1f7-bf44-4fcd-92d9-0c3518868749:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f652d1f7-bf44-4fcd-92d9-0c3518868749:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f652d1f7-bf44-4fcd-92d9-0c3518868749-btn-wrapper {
    text-align: center;
  }


#s-f652d1f7-bf44-4fcd-92d9-0c3518868749.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77901740-66e1-49ef-a7b1-48b36f31367d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c75bc3eb-425e-454b-ac76-f630afae3fed {
  display: none;
}
#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  text-align: left;
}


.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  max-width: 100%;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom,
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  max-width: 100%;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom,
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  max-width: 100%;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom,
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  max-width: 100%;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom,
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce {
  max-width: 100%;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom,
.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fc7d3ef-ddc4-46d6-9bfb-b5e89d0567ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a88fc3a-ff85-426c-b983-a5b23998a17a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a88fc3a-ff85-426c-b983-a5b23998a17a .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-ba8735ab-247e-4a29-98af-380e4fe8ab67 {
  text-align: center;
}

#s-ba8735ab-247e-4a29-98af-380e4fe8ab67 .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-ba8735ab-247e-4a29-98af-380e4fe8ab67 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-ba8735ab-247e-4a29-98af-380e4fe8ab67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd40f10d-a0bb-4b57-ad00-a65fb9d2ad83 {
  display: none;
}
#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  text-align: left;
}


.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  max-width: 100%;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom,
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  max-width: 100%;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom,
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  max-width: 100%;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom,
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  max-width: 100%;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom,
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 {
  max-width: 100%;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom,
.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa485daa-7e75-4a61-a2fd-9930b842bf40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c45983e0-be65-40da-85f2-a1fc4d740e13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c45983e0-be65-40da-85f2-a1fc4d740e13 .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-7607eeb0-dd01-402d-bc7d-9176243f0373 {
  text-align: center;
}

#s-7607eeb0-dd01-402d-bc7d-9176243f0373 .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-7607eeb0-dd01-402d-bc7d-9176243f0373 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-7607eeb0-dd01-402d-bc7d-9176243f0373 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e86d616f-3050-4364-b28f-316f5cf4bfe4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eeb9339c-993e-4ca3-afe3-bdc8e7dd1555 {
  display: none;
}
#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  text-align: left;
}


.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  max-width: 100%;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom,
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  max-width: 100%;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom,
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  max-width: 100%;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom,
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  max-width: 100%;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom,
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 {
  max-width: 100%;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom,
.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-227476c2-54b9-4397-a7e1-fe10e9835216 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d49fe99-f119-4f7a-841b-25fca5070504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d49fe99-f119-4f7a-841b-25fca5070504 .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-f7f64463-4c0f-41e9-af21-54b9d12c8c3e {
  text-align: center;
}

#s-f7f64463-4c0f-41e9-af21-54b9d12c8c3e .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-f7f64463-4c0f-41e9-af21-54b9d12c8c3e .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-f7f64463-4c0f-41e9-af21-54b9d12c8c3e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be3ea2c9-f778-4cf8-8d81-4cd08dd4b5cd {
  display: none;
}
#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  text-align: left;
}


.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  max-width: 100%;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom,
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  max-width: 100%;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom,
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  max-width: 100%;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom,
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  max-width: 100%;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom,
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 {
  max-width: 100%;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom,
.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fddfe9ed-c17d-4dbb-ac1d-6ff2ef52b312 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ace1729c-0268-4f17-9c21-383bd2c6d209 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ace1729c-0268-4f17-9c21-383bd2c6d209 .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-45a1afe8-f52d-401a-904f-fc287e7441e3 {
  text-align: center;
}

#s-45a1afe8-f52d-401a-904f-fc287e7441e3 .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-45a1afe8-f52d-401a-904f-fc287e7441e3 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-45a1afe8-f52d-401a-904f-fc287e7441e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27131b26-0393-4c81-9bcd-eb0ace86f9c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-360fb625-1044-4113-9501-a2edb03d2b1f {
  display: none;
}
#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  text-align: left;
}


.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  max-width: 100%;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom,
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  max-width: 100%;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom,
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  max-width: 100%;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom,
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  max-width: 100%;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom,
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 {
  max-width: 100%;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom,
.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2805dc47-4332-4144-aed0-fd0e2fc0d881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84c6c87b-4082-41e0-96fc-a017c3ba2f2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84c6c87b-4082-41e0-96fc-a017c3ba2f2e .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-8cb78f89-d8a4-4f22-9b10-6f9ea1021176 {
  text-align: center;
}

#s-8cb78f89-d8a4-4f22-9b10-6f9ea1021176 .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-8cb78f89-d8a4-4f22-9b10-6f9ea1021176 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-8cb78f89-d8a4-4f22-9b10-6f9ea1021176 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-63be5f1c-c83d-4f6b-be8b-dad31dfa1e0d {
  display: none;
}
#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  text-align: left;
}


.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  max-width: 100%;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom,
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  max-width: 100%;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom,
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  max-width: 100%;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom,
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  max-width: 100%;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom,
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 {
  max-width: 100%;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom,
.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca742b45-4ca0-4463-9ad2-cce8668eca60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aed70f15-3ac5-4cd8-ba51-71821d29d50b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aed70f15-3ac5-4cd8-ba51-71821d29d50b .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-281eb68e-5608-40ea-a725-47ffd18c742c {
  text-align: center;
}

#s-281eb68e-5608-40ea-a725-47ffd18c742c .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-281eb68e-5608-40ea-a725-47ffd18c742c .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-281eb68e-5608-40ea-a725-47ffd18c742c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-875391c9-98c4-4207-88bf-c25911ee0377 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-875391c9-98c4-4207-88bf-c25911ee0377 img.shogun-image {
    
    width: px;
  }


#s-875391c9-98c4-4207-88bf-c25911ee0377 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783e1ea6-0622-4119-bb75-5f53a23ec26b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c7a1d13-5a57-4f29-bcb4-36ce1c3ca70f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-6c7a1d13-5a57-4f29-bcb4-36ce1c3ca70f img.shogun-image {
    
    width: px;
  }


#s-6c7a1d13-5a57-4f29-bcb4-36ce1c3ca70f .shogun-image-content {
  
    align-items: center;
  
}

#s-692a9103-8a35-4b6d-9458-c9197d917026 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-692a9103-8a35-4b6d-9458-c9197d917026 img.shogun-image {
    
    width: px;
  }


#s-692a9103-8a35-4b6d-9458-c9197d917026 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a {
  display: none;
}
#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a, #wrap-s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a { display:none !important; }}@media (max-width: 767px){#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a {
  display: none;
}
#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a, #wrap-s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a { display:none !important; }}







#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d85a96fe-54b7-4efc-99b9-d6a7a01a938a.shg-box.shg-c {
  justify-content: center;
}

#s-048f97dd-7ca6-45c6-a12a-135b65eb9970 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-048f97dd-7ca6-45c6-a12a-135b65eb9970"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-57ea460c-8423-47b5-90e2-7d23656a8b1c {
  margin-top: 15%;
margin-bottom: 15%;
min-height: 50px;
}








#s-57ea460c-8423-47b5-90e2-7d23656a8b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ea460c-8423-47b5-90e2-7d23656a8b1c.shg-box.shg-c {
  justify-content: center;
}

#s-6115d104-3487-44b1-ab45-92b0696b8934 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}

#s-fea63add-1d4d-47e9-a5ac-273d007cd9e6 {
  margin-top: 15px;
margin-bottom: 15px;
margin-right: 28px;
padding-top: 15px;
padding-left: 32px;
padding-bottom: 15px;
padding-right: 32px;
border-radius: 4px;
background-color: rgba(0, 38, 62, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-fea63add-1d4d-47e9-a5ac-273d007cd9e6:hover {background-color: rgba(67, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fea63add-1d4d-47e9-a5ac-273d007cd9e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fea63add-1d4d-47e9-a5ac-273d007cd9e6-btn-wrapper {
    text-align: right;
  }


#s-fea63add-1d4d-47e9-a5ac-273d007cd9e6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b9bf7a0a-89d3-4b70-84b2-354ae0e5673e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b9bf7a0a-89d3-4b70-84b2-354ae0e5673e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b9bf7a0a-89d3-4b70-84b2-354ae0e5673e .shg-sld-nav-button.shg-sld-left,
#s-b9bf7a0a-89d3-4b70-84b2-354ae0e5673e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f145b316-4358-4607-86d1-b5c47aa82b34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38c78906-7273-46bb-89e7-8478c41231de {
  display: none;
}
#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  text-align: left;
}


.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  max-width: 100%;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom,
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  max-width: 100%;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom,
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  max-width: 100%;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom,
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  max-width: 100%;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom,
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 {
  max-width: 100%;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom,
.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6ceee59-68dd-4220-abb2-f61178aee606 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8964064b-e9aa-4e90-b28a-f1b8b46b8e89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8964064b-e9aa-4e90-b28a-f1b8b46b8e89 .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-f8d2d2da-8064-42b5-8623-905b01d38002 {
  text-align: center;
}

#s-f8d2d2da-8064-42b5-8623-905b01d38002 .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-f8d2d2da-8064-42b5-8623-905b01d38002 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-f8d2d2da-8064-42b5-8623-905b01d38002 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84934445-eb23-4eca-bb4a-7ec81f031300 {
  display: none;
}
#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  text-align: left;
}


.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  max-width: 100%;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom,
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  max-width: 100%;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom,
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  max-width: 100%;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom,
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  max-width: 100%;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom,
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e {
  max-width: 100%;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom,
.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c31c0412-8b70-4cc6-9f2c-02634a0a1c1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-216b5eb4-ba77-46c4-b62d-47ded1b20143 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-216b5eb4-ba77-46c4-b62d-47ded1b20143 .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-cb4864df-eea9-4532-bed9-5ab83504268a {
  text-align: center;
}

#s-cb4864df-eea9-4532-bed9-5ab83504268a .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-cb4864df-eea9-4532-bed9-5ab83504268a .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-cb4864df-eea9-4532-bed9-5ab83504268a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac9fdb92-4b0a-407e-a75c-fb7234fa7498 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}




  #s-ac9fdb92-4b0a-407e-a75c-fb7234fa7498 img.shogun-image {
    
    width: px;
  }


#s-ac9fdb92-4b0a-407e-a75c-fb7234fa7498 .shogun-image-content {
  
    align-items: center;
  
}

#s-50a57300-2cf1-4cec-9307-c3466dd78445 {
  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-50a57300-2cf1-4cec-9307-c3466dd78445:hover {background-color: rgba(67, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-50a57300-2cf1-4cec-9307-c3466dd78445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50a57300-2cf1-4cec-9307-c3466dd78445-btn-wrapper {
    text-align: center;
  }


#s-50a57300-2cf1-4cec-9307-c3466dd78445.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f14dce-7eca-4a13-8ea6-d709cce5f87b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cbaca3a4-5ec2-4bd8-ab95-2c91ad12fb7c {
  display: none;
}
#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  text-align: left;
}


.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  max-width: 100%;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom,
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  max-width: 100%;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom,
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  max-width: 100%;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom,
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  max-width: 100%;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom,
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c {
  max-width: 100%;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom,
.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-baf1599a-6a19-44b5-bfc2-307484df229c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ed98cb0-f28a-43d0-a51a-c79733b0cc55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ed98cb0-f28a-43d0-a51a-c79733b0cc55 .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-490c3aac-f44c-488a-a1d6-14d543b5e669 {
  text-align: center;
}

#s-490c3aac-f44c-488a-a1d6-14d543b5e669 .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-490c3aac-f44c-488a-a1d6-14d543b5e669 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-490c3aac-f44c-488a-a1d6-14d543b5e669 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40bbf847-f93c-4391-be07-508b3eacc86b {
  display: none;
}
#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  text-align: left;
}


.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  max-width: 100%;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom,
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  max-width: 100%;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom,
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  max-width: 100%;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom,
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  max-width: 100%;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom,
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 {
  max-width: 100%;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom,
.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb131ee1-6270-4143-b03f-8220e7581990 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fb33e1f1-c4b0-485f-9d49-39ebf0722441 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb33e1f1-c4b0-485f-9d49-39ebf0722441 .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-a88ef4ee-76e8-4c8b-bb40-52ad2553b341 {
  text-align: center;
}

#s-a88ef4ee-76e8-4c8b-bb40-52ad2553b341 .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-a88ef4ee-76e8-4c8b-bb40-52ad2553b341 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-a88ef4ee-76e8-4c8b-bb40-52ad2553b341 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0abc17b-6c3a-4247-a458-39a73dfa8a52 {
  display: none;
}
#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  text-align: left;
}


.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  max-width: 100%;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom,
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  max-width: 100%;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom,
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  max-width: 100%;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom,
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  max-width: 100%;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom,
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 {
  max-width: 100%;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom,
.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49295fc-c78b-4fa9-bc91-8096b9781553 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69dca617-7e57-40b6-8700-1f1434baa945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69dca617-7e57-40b6-8700-1f1434baa945 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-48a27256-c8c9-4c23-991c-81886226854a {
  text-align: center;
}

#s-48a27256-c8c9-4c23-991c-81886226854a .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-48a27256-c8c9-4c23-991c-81886226854a .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-48a27256-c8c9-4c23-991c-81886226854a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7ec998f-bb60-49e5-b462-8af1d3abba28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-90dad252-6314-47af-89b6-53ed616691f9 {
  display: none;
}
#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  text-align: left;
}


.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  max-width: 100%;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom,
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  max-width: 100%;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom,
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  max-width: 100%;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom,
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  max-width: 100%;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom,
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e {
  max-width: 100%;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom,
.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0a2acf0-da4c-409f-9427-d7391242b17e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-25aebcf0-e15a-46f2-91b8-e045067859fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25aebcf0-e15a-46f2-91b8-e045067859fc .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-8562b557-81f8-4193-ac34-4f535cc88668 {
  text-align: center;
}

#s-8562b557-81f8-4193-ac34-4f535cc88668 .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-8562b557-81f8-4193-ac34-4f535cc88668 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-8562b557-81f8-4193-ac34-4f535cc88668 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-98033e73-be39-4972-a076-b799269fc1a1 {
  display: none;
}
#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  text-align: left;
}


.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  max-width: 100%;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom,
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  max-width: 100%;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom,
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  max-width: 100%;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom,
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  max-width: 100%;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom,
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 {
  max-width: 100%;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom,
.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c546bd0f-3e1e-4f9f-a3f4-956df97b1563 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5817ead8-348f-4cb0-bb9f-a00dbc59c422 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5817ead8-348f-4cb0-bb9f-a00dbc59c422 .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-367608a6-1f42-40d5-b999-fa8cc5207a96 {
  text-align: center;
}

#s-367608a6-1f42-40d5-b999-fa8cc5207a96 .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-367608a6-1f42-40d5-b999-fa8cc5207a96 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-367608a6-1f42-40d5-b999-fa8cc5207a96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b53a35c3-c92b-463f-a370-5a7d7d6e8091 {
  display: none;
}
#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  text-align: left;
}


.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  max-width: 100%;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom,
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  max-width: 100%;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom,
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  max-width: 100%;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom,
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  max-width: 100%;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom,
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 {
  max-width: 100%;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom,
.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa44d89-ec13-4c06-be9c-7a5937ce5039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c128e22-10c2-4375-8c6c-24beb5f5a46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c128e22-10c2-4375-8c6c-24beb5f5a46a .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a4e39d2c-370d-499f-b21d-a94d6baa03d4 {
  text-align: center;
}

#s-a4e39d2c-370d-499f-b21d-a94d6baa03d4 .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-a4e39d2c-370d-499f-b21d-a94d6baa03d4 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-a4e39d2c-370d-499f-b21d-a94d6baa03d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d554ce7-2606-4e9c-b9b5-9231da7a3549"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-de77c4dc-f4fe-43df-87f6-fdac5b885df9 {
  display: none;
}
#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  text-align: left;
}


.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  max-width: 100%;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom,
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  max-width: 100%;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom,
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  max-width: 100%;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom,
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  max-width: 100%;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom,
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c {
  max-width: 100%;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom,
.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-025b3c55-2d1c-40e1-8c96-d67776e6259c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f95618c5-1ebc-4764-b73a-125c08ba8abe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f95618c5-1ebc-4764-b73a-125c08ba8abe .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-b19dec4f-66b7-407c-a014-d8eb7d439ec8 {
  text-align: center;
}

#s-b19dec4f-66b7-407c-a014-d8eb7d439ec8 .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-b19dec4f-66b7-407c-a014-d8eb7d439ec8 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-b19dec4f-66b7-407c-a014-d8eb7d439ec8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a17cdc7-f169-4bdc-ac5c-a34d09b65305 {
  display: none;
}
#s-cdd73478-a960-406a-8f16-23029e55b10f {
  text-align: left;
}


.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f {
  max-width: 100%;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom,
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f {
  max-width: 100%;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom,
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f {
  max-width: 100%;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom,
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f {
  max-width: 100%;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom,
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f {
  max-width: 100%;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom,
.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdd73478-a960-406a-8f16-23029e55b10f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4c8b9252-a674-4fff-8e54-e171d5652ae6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c8b9252-a674-4fff-8e54-e171d5652ae6 .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-7ddceda6-89bd-4eca-9a1b-faa05ae632f0 {
  text-align: center;
}

#s-7ddceda6-89bd-4eca-9a1b-faa05ae632f0 .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-7ddceda6-89bd-4eca-9a1b-faa05ae632f0 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-7ddceda6-89bd-4eca-9a1b-faa05ae632f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-901d1c28-e45f-42fc-bf3a-8b2f755072c9 {
  display: none;
}
#s-c0ff483a-1ad6-460b-b509-430693300800 {
  text-align: left;
}


.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 {
  max-width: 100%;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom,
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 {
  max-width: 100%;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom,
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 {
  max-width: 100%;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom,
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 {
  max-width: 100%;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom,
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 {
  max-width: 100%;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom,
.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0ff483a-1ad6-460b-b509-430693300800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16ae4af8-a514-41fa-b06c-8382f738ce39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16ae4af8-a514-41fa-b06c-8382f738ce39 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-bc5ff61b-07c1-48f2-a97b-b1a0aa902fd5 {
  text-align: center;
}

#s-bc5ff61b-07c1-48f2-a97b-b1a0aa902fd5 .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-bc5ff61b-07c1-48f2-a97b-b1a0aa902fd5 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-bc5ff61b-07c1-48f2-a97b-b1a0aa902fd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89564048-27ca-4201-b0c5-aa2ca4842b17 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-89564048-27ca-4201-b0c5-aa2ca4842b17 {
  display: none;
}
#s-89564048-27ca-4201-b0c5-aa2ca4842b17, #wrap-s-89564048-27ca-4201-b0c5-aa2ca4842b17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89564048-27ca-4201-b0c5-aa2ca4842b17 {
  display: none;
}
#s-89564048-27ca-4201-b0c5-aa2ca4842b17, #wrap-s-89564048-27ca-4201-b0c5-aa2ca4842b17 { display:none !important; }}







#s-89564048-27ca-4201-b0c5-aa2ca4842b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89564048-27ca-4201-b0c5-aa2ca4842b17.shg-box.shg-c {
  justify-content: center;
}

#s-097dbaa9-b030-440a-99ef-73924070eec6 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-097dbaa9-b030-440a-99ef-73924070eec6 {
  display: none;
}
#s-097dbaa9-b030-440a-99ef-73924070eec6, #wrap-s-097dbaa9-b030-440a-99ef-73924070eec6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-097dbaa9-b030-440a-99ef-73924070eec6 {
  display: none;
}
#s-097dbaa9-b030-440a-99ef-73924070eec6, #wrap-s-097dbaa9-b030-440a-99ef-73924070eec6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-097dbaa9-b030-440a-99ef-73924070eec6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd5438ea-1542-46a4-8035-7f5b11de25fe {
  margin-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd5438ea-1542-46a4-8035-7f5b11de25fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd5438ea-1542-46a4-8035-7f5b11de25fe.shg-box.shg-c {
  justify-content: center;
}

#s-3fec346f-4873-47e2-829f-c2195d75f96a {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3fec346f-4873-47e2-829f-c2195d75f96a {
  display: none;
}
#s-3fec346f-4873-47e2-829f-c2195d75f96a, #wrap-s-3fec346f-4873-47e2-829f-c2195d75f96a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fec346f-4873-47e2-829f-c2195d75f96a {
  display: none;
}
#s-3fec346f-4873-47e2-829f-c2195d75f96a, #wrap-s-3fec346f-4873-47e2-829f-c2195d75f96a { display:none !important; }}
#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 {
  display: none;
}
#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62, #wrap-s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 {
  display: none;
}
#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62, #wrap-s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 { display:none !important; }}
#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 .shg-sld-nav-button.shg-sld-left,
#s-f1929d6e-26b2-4fcd-868d-406f45e2ff62 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164f8b4d-5b2a-4b2f-8025-988665c47e81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6e373b9-c292-463a-b979-7fa3734a5a35 {
  display: none;
}
#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  text-align: left;
}


.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  max-width: 100%;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom,
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  max-width: 100%;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom,
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  max-width: 100%;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom,
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  max-width: 100%;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom,
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 {
  max-width: 100%;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom,
.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-066474ba-3d3a-454f-9de7-0cac08c95f91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-824c7a60-d708-4676-8d0d-2f39d5d15104 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-824c7a60-d708-4676-8d0d-2f39d5d15104 .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-49ade0d7-a986-4acf-b160-4da18f225ea0 {
  text-align: center;
}

#s-49ade0d7-a986-4acf-b160-4da18f225ea0 .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-49ade0d7-a986-4acf-b160-4da18f225ea0 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-49ade0d7-a986-4acf-b160-4da18f225ea0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3718d40f-1854-468d-b9ea-775a474d02cf {
  margin-top: 5%;
text-align: center;
}




  #s-3718d40f-1854-468d-b9ea-775a474d02cf img.shogun-image {
    
    width: px;
  }


#s-3718d40f-1854-468d-b9ea-775a474d02cf .shogun-image-content {
  
    align-items: center;
  
}

#s-54837298-f7a6-4a8c-ae58-5880d1c259a7 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
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-54837298-f7a6-4a8c-ae58-5880d1c259a7:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54837298-f7a6-4a8c-ae58-5880d1c259a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54837298-f7a6-4a8c-ae58-5880d1c259a7-btn-wrapper {
    text-align: center;
  }


#s-54837298-f7a6-4a8c-ae58-5880d1c259a7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6926fa26-6fc1-45b7-8575-7ddd84c585a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8df2865a-c1cd-41fd-8d99-a08596e82f35 {
  display: none;
}
#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  text-align: left;
}


.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  max-width: 100%;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom,
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  max-width: 100%;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom,
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  max-width: 100%;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom,
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  max-width: 100%;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom,
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd {
  max-width: 100%;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom,
.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dc7b95-f0d9-4ead-8ab6-fdd45d3628fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd1ba95a-65e4-4fe2-9f71-92e2c0dea1e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd1ba95a-65e4-4fe2-9f71-92e2c0dea1e2 .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-e3021d88-ea66-4f19-bdfa-f341d8660a9f {
  text-align: center;
}

#s-e3021d88-ea66-4f19-bdfa-f341d8660a9f .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-e3021d88-ea66-4f19-bdfa-f341d8660a9f .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-e3021d88-ea66-4f19-bdfa-f341d8660a9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04665a6f-b96c-45ef-8c61-acdd3828f1f1 {
  display: none;
}
#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  text-align: left;
}


.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  max-width: 100%;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom,
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  max-width: 100%;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom,
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  max-width: 100%;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom,
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  max-width: 100%;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom,
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c {
  max-width: 100%;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom,
.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a526801-71f5-4ed4-b54c-a9cdf3c4701c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ac9f1b4-090d-4376-98f6-bd60e23ba418 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ac9f1b4-090d-4376-98f6-bd60e23ba418 .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-2f674756-7204-4c10-add5-dd8e6719d39c {
  text-align: center;
}

#s-2f674756-7204-4c10-add5-dd8e6719d39c .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-2f674756-7204-4c10-add5-dd8e6719d39c .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-2f674756-7204-4c10-add5-dd8e6719d39c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12f42798-d536-44c5-8448-4a11aa1a5530"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78189521-8671-41c0-a4c8-60b2174852e1 {
  display: none;
}
#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  text-align: left;
}


.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  max-width: 100%;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom,
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  max-width: 100%;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom,
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  max-width: 100%;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom,
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  max-width: 100%;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom,
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 {
  max-width: 100%;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom,
.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0437f2ce-afea-4b3a-8f54-83140e596b82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50224e59-4b34-4c7b-95fe-547b34630eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50224e59-4b34-4c7b-95fe-547b34630eb5 .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-fdb124d6-436d-4653-96b6-f6b6aab20d36 {
  text-align: center;
}

#s-fdb124d6-436d-4653-96b6-f6b6aab20d36 .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-fdb124d6-436d-4653-96b6-f6b6aab20d36 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-fdb124d6-436d-4653-96b6-f6b6aab20d36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7369f9e-8686-4603-85ea-69cf54572261 {
  display: none;
}
#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  text-align: left;
}


.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  max-width: 100%;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom,
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  max-width: 100%;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom,
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  max-width: 100%;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom,
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  max-width: 100%;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom,
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f {
  max-width: 100%;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom,
.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53e86c1f-490a-47c5-a7fa-82ca4ebe8e0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-386fa867-b000-42c2-97ce-d39821479c0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-386fa867-b000-42c2-97ce-d39821479c0b .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-f301027a-2798-432f-9537-80caa5c63135 {
  text-align: center;
}

#s-f301027a-2798-432f-9537-80caa5c63135 .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-f301027a-2798-432f-9537-80caa5c63135 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-f301027a-2798-432f-9537-80caa5c63135 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17865c4f-2e42-4ead-93ef-6d5509639794"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aaf8ac68-8184-4a67-90de-76ded8f71fa9 {
  display: none;
}
#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  text-align: left;
}


.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  max-width: 100%;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom,
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  max-width: 100%;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom,
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  max-width: 100%;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom,
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  max-width: 100%;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom,
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 {
  max-width: 100%;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom,
.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea6cb421-c009-447d-8bb0-c1d62643f311 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e481e1a5-4fe7-4195-8e6a-88fd625aab11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e481e1a5-4fe7-4195-8e6a-88fd625aab11 .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-aad2fdb4-e2c8-4178-b8ff-325c52944da0 {
  text-align: center;
}

#s-aad2fdb4-e2c8-4178-b8ff-325c52944da0 .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-aad2fdb4-e2c8-4178-b8ff-325c52944da0 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-aad2fdb4-e2c8-4178-b8ff-325c52944da0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2534167b-5751-4da6-851b-9e54dc37f80c {
  display: none;
}
#s-917be10b-4770-462a-9622-3a2954b731ff {
  text-align: left;
}


.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff {
  max-width: 100%;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom,
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff {
  max-width: 100%;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom,
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff {
  max-width: 100%;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom,
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff {
  max-width: 100%;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom,
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff {
  max-width: 100%;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom,
.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-917be10b-4770-462a-9622-3a2954b731ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c96bd95-1de6-4927-b9d9-ec05ec3bfca8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c96bd95-1de6-4927-b9d9-ec05ec3bfca8 .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-ed1123df-48fc-4b3f-8893-412af21d73d2 {
  text-align: center;
}

#s-ed1123df-48fc-4b3f-8893-412af21d73d2 .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-ed1123df-48fc-4b3f-8893-412af21d73d2 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-ed1123df-48fc-4b3f-8893-412af21d73d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 32px;
padding-bottom: 15px;
padding-right: 32px;
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-530f5f66-a0e1-442f-8c93-8ea285b64d3e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e {
  display: none;
}
#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e, #wrap-s-530f5f66-a0e1-442f-8c93-8ea285b64d3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e {
  display: none;
}
#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e, #wrap-s-530f5f66-a0e1-442f-8c93-8ea285b64d3e { display:none !important; }}

  #s-530f5f66-a0e1-442f-8c93-8ea285b64d3e-btn-wrapper {
    text-align: center;
  }


#s-530f5f66-a0e1-442f-8c93-8ea285b64d3e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 {
  display: none;
}
#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673, #wrap-s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 { display:none !important; }}@media (max-width: 767px){#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 {
  display: none;
}
#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673, #wrap-s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 { display:none !important; }}







#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca73b2e-76dc-4ff9-9ec0-5ca06fcf4673.shg-box.shg-c {
  justify-content: center;
}

#s-6229cdfb-6738-4996-8dff-41732a6aacb8 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
text-align: center;
}




  #s-6229cdfb-6738-4996-8dff-41732a6aacb8 img.shogun-image {
    
    width: px;
  }


#s-6229cdfb-6738-4996-8dff-41732a6aacb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 {
  min-height: 50px;
background-color: rgba(226, 226, 226, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 {
  display: none;
}
#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45, #wrap-s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 { display:none !important; }}@media (max-width: 767px){#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 {
  display: none;
}
#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45, #wrap-s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 { display:none !important; }}







#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e8bfdd-c9aa-4185-b4cc-a2ac61a34e45.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-6e309609-be1a-4abc-bf6e-4beb7c29c84a {
  margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e309609-be1a-4abc-bf6e-4beb7c29c84a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-0960128c-7d88-4332-9684-9a14f275353d {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0960128c-7d88-4332-9684-9a14f275353d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0960128c-7d88-4332-9684-9a14f275353d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0960128c-7d88-4332-9684-9a14f275353d {
  
}
}@media (max-width: 767px){#s-0960128c-7d88-4332-9684-9a14f275353d {
  
}
}
#s-cb6fc1b9-3338-4d3c-aac0-9e5731604b90 {
  margin-left: 70px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
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-cb6fc1b9-3338-4d3c-aac0-9e5731604b90:hover {background-color: rgba(67, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb6fc1b9-3338-4d3c-aac0-9e5731604b90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb6fc1b9-3338-4d3c-aac0-9e5731604b90-btn-wrapper {
    text-align: left;
  }


#s-cb6fc1b9-3338-4d3c-aac0-9e5731604b90.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

/*
  $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: inline-block;
}
