#s-2ca7dd51-806b-440e-9948-c9b71996df14 {
  text-align: left;
}

#s-d7ac0ee2-b258-40b8-b7ad-7e197b949567 {
  text-align: left;
}

#s-94df4555-3a9c-49c5-af4d-57ba005bd7f7 {
  text-align: left;
}

#s-99c63e5f-f62b-42b4-950d-b5ad9986d487 {
  text-align: left;
}

#s-0efe5f45-631c-4f7f-8249-90d796c9f29c {
  text-align: left;
}

#s-f2e24a6f-5fa7-4131-8fdf-d6a34074325d {
  text-align: left;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a3b4082f-462d-44dd-b98e-88e32e88b588 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-a3b4082f-462d-44dd-b98e-88e32e88b588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b4082f-462d-44dd-b98e-88e32e88b588.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
padding-left: 3em;
padding-right: 0em;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  padding-left: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  padding-left: 2em;
}
}@media (max-width: 767px){#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  padding-left: 2em;
}
}
#s-1d0cdbb6-7301-4525-90dd-03e444c3239c {
  background-image: url(https://i.shgcdn.com/535a4bf9-c2b9-4f89-96c9-68685474ac21/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1d0cdbb6-7301-4525-90dd-03e444c3239c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d0cdbb6-7301-4525-90dd-03e444c3239c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-94836225-93a2-47ae-ada5-cb5357974b5f {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: left;
}

#s-94836225-93a2-47ae-ada5-cb5357974b5f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 4.5em;
  line-height: 1em;
  
  text-align: left;
}



.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b6da2565-5945-48ff-b1e2-da425558f811 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0em;
padding-left: 0em;
padding-right: 1em;
}

#s-5f61ccd1-ed1a-44d3-949e-b41d17981105 {
  min-height: 50px;
}








#s-5f61ccd1-ed1a-44d3-949e-b41d17981105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f61ccd1-ed1a-44d3-949e-b41d17981105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-633f5a0e-8a9d-416f-ada4-4042467c5908 hr {
  border-top: 2px solid #ddd;
}

#s-f7186a87-6b91-43b7-9b23-26663273ba4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7186a87-6b91-43b7-9b23-26663273ba4c .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0c9d5bb0-1321-41cc-bc59-869c72055f7b hr {
  border-top: 2px solid #ddd;
}

#s-90faa056-adf2-4684-b926-491a501883ac {
  margin-top: 1em;
margin-left: 20px;
margin-bottom: 1em;
margin-right: 20px;
min-height: 50px;
}








#s-90faa056-adf2-4684-b926-491a501883ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90faa056-adf2-4684-b926-491a501883ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-ab14f28b-39d2-4e62-9fbf-7e042e493f43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab14f28b-39d2-4e62-9fbf-7e042e493f43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ab14f28b-39d2-4e62-9fbf-7e042e493f43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab14f28b-39d2-4e62-9fbf-7e042e493f43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-edfac887-66fd-4581-893b-9dea059aae0a {
  min-height: 8em;
}








#s-edfac887-66fd-4581-893b-9dea059aae0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edfac887-66fd-4581-893b-9dea059aae0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77d8882b-6fbe-46a0-9fab-2d0de87c556e {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-77d8882b-6fbe-46a0-9fab-2d0de87c556e {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-77d8882b-6fbe-46a0-9fab-2d0de87c556e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d8882b-6fbe-46a0-9fab-2d0de87c556e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-8f8976f0-3324-4f20-9b95-f8228cf7e8e7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8f8976f0-3324-4f20-9b95-f8228cf7e8e7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-61bcc5be-f3f3-485f-bc52-f03f286f45fd {
  margin-top: 1em;
text-align: right;
}

#s-61bcc5be-f3f3-485f-bc52-f03f286f45fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-61bcc5be-f3f3-485f-bc52-f03f286f45fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-61bcc5be-f3f3-485f-bc52-f03f286f45fd .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;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-36d23069-0fb4-449f-ae6c-3a0b42b0a745 {
  margin-top: 15%;
margin-left: 0em;
margin-bottom: 15%;
margin-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  width: 100%;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  aspect-ratio: 200/;
}

@media (min-width: 1200px){

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  width: 100%;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  aspect-ratio: 200/;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  width: 100%;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  aspect-ratio: 200/;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  width: 100%;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  aspect-ratio: 200/;
}

}@media (max-width: 767px){

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  width: 100%;
}



.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 .shg-image-zoom,
.shg-c#s-36d23069-0fb4-449f-ae6c-3a0b42b0a745 img.shogun-image {
  aspect-ratio: 200/;
}

}
.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-text {
  font-weight: ;
  font-family: ;
}

.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-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3-root {
    text-align: center;
  }


#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3-root {
    text-align: center;
  }


#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3-root {
    text-align: center;
  }


#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3-root {
    text-align: center;
  }


#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3-root {
    text-align: center;
  }


#s-d04ccf9b-cac9-4aeb-91de-7e4aefd81fa3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-c9f58a20-c883-484e-b2d2-08625da260aa {
  min-height: 8em;
}








#s-c9f58a20-c883-484e-b2d2-08625da260aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9f58a20-c883-484e-b2d2-08625da260aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9570d338-9cb3-4874-9b4a-ce86ec3f0a76 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-9570d338-9cb3-4874-9b4a-ce86ec3f0a76 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-9570d338-9cb3-4874-9b4a-ce86ec3f0a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9570d338-9cb3-4874-9b4a-ce86ec3f0a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7508c7b7-b166-4e70-bfa3-5621575d5b92 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7508c7b7-b166-4e70-bfa3-5621575d5b92 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-11eb900e-e62b-4f22-a4b6-53ecfb18698e {
  margin-top: 1em;
text-align: right;
}

#s-11eb900e-e62b-4f22-a4b6-53ecfb18698e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-11eb900e-e62b-4f22-a4b6-53ecfb18698e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-11eb900e-e62b-4f22-a4b6-53ecfb18698e .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-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 {
  margin-top: 0px;
margin-left: 0em;
margin-bottom: 0px;
margin-right: 0em;
padding-top: 0em;
padding-left: 7%;
padding-bottom: 0em;
padding-right: 7%;
text-align: center;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  aspect-ratio: 200/200;
}

@media (min-width: 1200px){

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  aspect-ratio: 200/200;
}

}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  aspect-ratio: 200/200;
}

}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  aspect-ratio: 200/200;
}

}@media (max-width: 767px){

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 .shg-image-zoom,
.shg-c#s-a130f14f-f3c0-4e54-a19c-e1f00ff364a3 img.shogun-image {
  aspect-ratio: 200/200;
}

}
#s-07992257-60ee-4476-9656-7d7eee0747f7 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-07992257-60ee-4476-9656-7d7eee0747f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07992257-60ee-4476-9656-7d7eee0747f7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-07992257-60ee-4476-9656-7d7eee0747f7 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-07992257-60ee-4476-9656-7d7eee0747f7-root {
    text-align: center;
  }


#s-07992257-60ee-4476-9656-7d7eee0747f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07992257-60ee-4476-9656-7d7eee0747f7-root {
    text-align: center;
  }


#s-07992257-60ee-4476-9656-7d7eee0747f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07992257-60ee-4476-9656-7d7eee0747f7-root {
    text-align: center;
  }


#s-07992257-60ee-4476-9656-7d7eee0747f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07992257-60ee-4476-9656-7d7eee0747f7-root {
    text-align: center;
  }


#s-07992257-60ee-4476-9656-7d7eee0747f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07992257-60ee-4476-9656-7d7eee0747f7-root {
    text-align: center;
  }


#s-07992257-60ee-4476-9656-7d7eee0747f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-f9f19d7c-9865-43df-a2c2-975b5f1b5728 {
  min-height: 8em;
}








#s-f9f19d7c-9865-43df-a2c2-975b5f1b5728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f19d7c-9865-43df-a2c2-975b5f1b5728.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ce952343-41b3-4b4c-8c67-e17e39ee52bd {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-ce952343-41b3-4b4c-8c67-e17e39ee52bd {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-ce952343-41b3-4b4c-8c67-e17e39ee52bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce952343-41b3-4b4c-8c67-e17e39ee52bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d91b3bd6-55de-4438-8dc5-650c441060f3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d91b3bd6-55de-4438-8dc5-650c441060f3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-3bd9a643-9220-4dcc-a3d2-4d9974c2542f {
  margin-top: 1em;
text-align: right;
}

#s-3bd9a643-9220-4dcc-a3d2-4d9974c2542f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-3bd9a643-9220-4dcc-a3d2-4d9974c2542f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-3bd9a643-9220-4dcc-a3d2-4d9974c2542f .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-53488337-6484-46b1-b747-ce1ca26f56b8 {
  margin-top: 13%;
margin-left: 0em;
margin-bottom: 13%;
margin-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}



.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53488337-6484-46b1-b747-ce1ca26f56b8 img.shogun-image {
  width: 100%;
}



}
#s-a58ef3ac-d34c-41b5-880a-c32984995255 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a58ef3ac-d34c-41b5-880a-c32984995255:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a58ef3ac-d34c-41b5-880a-c32984995255:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a58ef3ac-d34c-41b5-880a-c32984995255 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-a58ef3ac-d34c-41b5-880a-c32984995255-root {
    text-align: center;
  }


#s-a58ef3ac-d34c-41b5-880a-c32984995255.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a58ef3ac-d34c-41b5-880a-c32984995255-root {
    text-align: center;
  }


#s-a58ef3ac-d34c-41b5-880a-c32984995255.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a58ef3ac-d34c-41b5-880a-c32984995255-root {
    text-align: center;
  }


#s-a58ef3ac-d34c-41b5-880a-c32984995255.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a58ef3ac-d34c-41b5-880a-c32984995255-root {
    text-align: center;
  }


#s-a58ef3ac-d34c-41b5-880a-c32984995255.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a58ef3ac-d34c-41b5-880a-c32984995255-root {
    text-align: center;
  }


#s-a58ef3ac-d34c-41b5-880a-c32984995255.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-9fab78de-524c-4ce9-ac29-2dd0cf3ccee1 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-9fab78de-524c-4ce9-ac29-2dd0cf3ccee1 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-9fab78de-524c-4ce9-ac29-2dd0cf3ccee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fab78de-524c-4ce9-ac29-2dd0cf3ccee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-857c7808-c1d4-4fd0-aa0e-a8d6558c4253 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-857c7808-c1d4-4fd0-aa0e-a8d6558c4253 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-b2546de7-10c7-4a37-918e-951308015db7 {
  margin-top: 1em;
text-align: right;
}

#s-b2546de7-10c7-4a37-918e-951308015db7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-b2546de7-10c7-4a37-918e-951308015db7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-b2546de7-10c7-4a37-918e-951308015db7 .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-236b88bf-af7b-462e-a1ea-13599c00b1cc {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236b88bf-af7b-462e-a1ea-13599c00b1cc img.shogun-image {
  width: 100%;
}



}
#s-8694e254-b3b9-4e1b-a81f-6e750991247f {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8694e254-b3b9-4e1b-a81f-6e750991247f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8694e254-b3b9-4e1b-a81f-6e750991247f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8694e254-b3b9-4e1b-a81f-6e750991247f {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-8694e254-b3b9-4e1b-a81f-6e750991247f-root {
    text-align: center;
  }


#s-8694e254-b3b9-4e1b-a81f-6e750991247f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8694e254-b3b9-4e1b-a81f-6e750991247f-root {
    text-align: center;
  }


#s-8694e254-b3b9-4e1b-a81f-6e750991247f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8694e254-b3b9-4e1b-a81f-6e750991247f-root {
    text-align: center;
  }


#s-8694e254-b3b9-4e1b-a81f-6e750991247f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8694e254-b3b9-4e1b-a81f-6e750991247f-root {
    text-align: center;
  }


#s-8694e254-b3b9-4e1b-a81f-6e750991247f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8694e254-b3b9-4e1b-a81f-6e750991247f-root {
    text-align: center;
  }


#s-8694e254-b3b9-4e1b-a81f-6e750991247f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-dc4c6101-63f2-4232-beba-37568bb07387 hr {
  border-top: 2px solid #ddd;
}

#s-0a15a77f-11fc-4b35-9447-f5975253201e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a15a77f-11fc-4b35-9447-f5975253201e .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-7b5fb5db-15d0-4b0a-a6d6-f03b46a96f3a {
  margin-top: 1em;
margin-left: 20px;
margin-bottom: 1em;
margin-right: 20px;
min-height: 50px;
}








#s-7b5fb5db-15d0-4b0a-a6d6-f03b46a96f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b5fb5db-15d0-4b0a-a6d6-f03b46a96f3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f4bef8d-a2db-4c52-b461-3941ba3e525a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-92e9d527-c565-41d1-a7e4-a2d732cf7f65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92e9d527-c565-41d1-a7e4-a2d732cf7f65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-92e9d527-c565-41d1-a7e4-a2d732cf7f65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-92e9d527-c565-41d1-a7e4-a2d732cf7f65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cd3aec97-dd3c-4d07-97e1-0f88f20723c2 {
  min-height: 8em;
}








#s-cd3aec97-dd3c-4d07-97e1-0f88f20723c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3aec97-dd3c-4d07-97e1-0f88f20723c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2dacee3b-3aca-4b28-bba1-be1bb1e2f48d {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-2dacee3b-3aca-4b28-bba1-be1bb1e2f48d {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-2dacee3b-3aca-4b28-bba1-be1bb1e2f48d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dacee3b-3aca-4b28-bba1-be1bb1e2f48d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba294e92-d8c9-4c78-b4e8-f89aea05f454 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ba294e92-d8c9-4c78-b4e8-f89aea05f454 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-04be20eb-cdcd-4431-86cb-727f4bc3c644 {
  margin-top: 1em;
text-align: right;
}

#s-04be20eb-cdcd-4431-86cb-727f4bc3c644 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-04be20eb-cdcd-4431-86cb-727f4bc3c644 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-04be20eb-cdcd-4431-86cb-727f4bc3c644 .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-b48cd7cb-9bca-4114-99ea-3fc5cd71909f {
  margin-top: 5px;
margin-left: 0em;
margin-bottom: 5px;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b48cd7cb-9bca-4114-99ea-3fc5cd71909f img.shogun-image {
  width: 100%;
}



}
#s-8e4d622d-87db-46d0-a957-3439d5600abb {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8e4d622d-87db-46d0-a957-3439d5600abb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e4d622d-87db-46d0-a957-3439d5600abb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8e4d622d-87db-46d0-a957-3439d5600abb {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-8e4d622d-87db-46d0-a957-3439d5600abb-root {
    text-align: center;
  }


#s-8e4d622d-87db-46d0-a957-3439d5600abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e4d622d-87db-46d0-a957-3439d5600abb-root {
    text-align: center;
  }


#s-8e4d622d-87db-46d0-a957-3439d5600abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e4d622d-87db-46d0-a957-3439d5600abb-root {
    text-align: center;
  }


#s-8e4d622d-87db-46d0-a957-3439d5600abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e4d622d-87db-46d0-a957-3439d5600abb-root {
    text-align: center;
  }


#s-8e4d622d-87db-46d0-a957-3439d5600abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e4d622d-87db-46d0-a957-3439d5600abb-root {
    text-align: center;
  }


#s-8e4d622d-87db-46d0-a957-3439d5600abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-6e86a0cb-9447-4da6-856e-8858df06c84a {
  min-height: 8em;
}








#s-6e86a0cb-9447-4da6-856e-8858df06c84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e86a0cb-9447-4da6-856e-8858df06c84a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4bfb21f-2d30-4e5a-ba56-7c0d9996714f {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-a4bfb21f-2d30-4e5a-ba56-7c0d9996714f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4bfb21f-2d30-4e5a-ba56-7c0d9996714f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-558e3966-ef57-4774-a06e-94d6faad6a2d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-558e3966-ef57-4774-a06e-94d6faad6a2d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-3210951d-b434-46d0-a0e2-0589363ba95d {
  margin-top: 1em;
text-align: right;
}

#s-3210951d-b434-46d0-a0e2-0589363ba95d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-3210951d-b434-46d0-a0e2-0589363ba95d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-3210951d-b434-46d0-a0e2-0589363ba95d .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-99574310-8992-4bba-9781-d532f05903de {
  margin-top: 100px;
margin-left: 0%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 0em;
padding-left: 0%;
padding-bottom: 0em;
padding-right: 0%;
text-align: left;
}



.shg-c#s-99574310-8992-4bba-9781-d532f05903de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99574310-8992-4bba-9781-d532f05903de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99574310-8992-4bba-9781-d532f05903de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99574310-8992-4bba-9781-d532f05903de img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-99574310-8992-4bba-9781-d532f05903de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99574310-8992-4bba-9781-d532f05903de img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-99574310-8992-4bba-9781-d532f05903de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99574310-8992-4bba-9781-d532f05903de img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-99574310-8992-4bba-9781-d532f05903de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99574310-8992-4bba-9781-d532f05903de img.shogun-image {
  width: 100%;
}



}
#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe-root {
    text-align: center;
  }


#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe-root {
    text-align: center;
  }


#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe-root {
    text-align: center;
  }


#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe-root {
    text-align: center;
  }


#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe-root {
    text-align: center;
  }


#s-80e219a9-c3f5-40f1-8cde-5eac120c5fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-5da399c8-8a1c-4580-96db-c02ca57d83de {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}

#s-e4fca3ed-5012-4c5f-8b51-32efe50cf4d4 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-e4fca3ed-5012-4c5f-8b51-32efe50cf4d4 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-e4fca3ed-5012-4c5f-8b51-32efe50cf4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4fca3ed-5012-4c5f-8b51-32efe50cf4d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1482846-1809-468b-ab12-dc077caebb6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a1482846-1809-468b-ab12-dc077caebb6c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-7375f8af-8f71-4f51-81d5-d618bf18d25d {
  margin-top: 1em;
text-align: right;
}

#s-7375f8af-8f71-4f51-81d5-d618bf18d25d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-7375f8af-8f71-4f51-81d5-d618bf18d25d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-7375f8af-8f71-4f51-81d5-d618bf18d25d .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-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 {
  margin-top: 100px;
margin-left: 0%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 0em;
padding-left: 0%;
padding-bottom: 0em;
padding-right: 0%;
text-align: left;
}



.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b5c755-2d28-4f9f-b4eb-dae1e5a83104 img.shogun-image {
  width: 100%;
}



}
#s-284a7971-0bba-4240-9939-8c01996fd57c {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-284a7971-0bba-4240-9939-8c01996fd57c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-284a7971-0bba-4240-9939-8c01996fd57c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-284a7971-0bba-4240-9939-8c01996fd57c {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-284a7971-0bba-4240-9939-8c01996fd57c-root {
    text-align: center;
  }


#s-284a7971-0bba-4240-9939-8c01996fd57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-284a7971-0bba-4240-9939-8c01996fd57c-root {
    text-align: center;
  }


#s-284a7971-0bba-4240-9939-8c01996fd57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-284a7971-0bba-4240-9939-8c01996fd57c-root {
    text-align: center;
  }


#s-284a7971-0bba-4240-9939-8c01996fd57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-284a7971-0bba-4240-9939-8c01996fd57c-root {
    text-align: center;
  }


#s-284a7971-0bba-4240-9939-8c01996fd57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-284a7971-0bba-4240-9939-8c01996fd57c-root {
    text-align: center;
  }


#s-284a7971-0bba-4240-9939-8c01996fd57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-2021a4a4-ff7e-42c1-82ac-74994e3f02b0 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-2021a4a4-ff7e-42c1-82ac-74994e3f02b0 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-2021a4a4-ff7e-42c1-82ac-74994e3f02b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2021a4a4-ff7e-42c1-82ac-74994e3f02b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41b978ab-e40c-4dfc-a287-ecf472114638 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-41b978ab-e40c-4dfc-a287-ecf472114638 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-26669919-9cee-4c63-885d-1baa8fadddbb {
  margin-top: 1em;
text-align: right;
}

#s-26669919-9cee-4c63-885d-1baa8fadddbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-26669919-9cee-4c63-885d-1baa8fadddbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-26669919-9cee-4c63-885d-1baa8fadddbb .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-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c {
  margin-top: 5px;
margin-left: 0em;
margin-bottom: 5px;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2495bed3-84bc-4b53-8c4a-e89b7d5bec4c img.shogun-image {
  width: 100%;
}



}
#s-dc620103-15bb-4057-b64d-a08752089e37 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dc620103-15bb-4057-b64d-a08752089e37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc620103-15bb-4057-b64d-a08752089e37:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-dc620103-15bb-4057-b64d-a08752089e37 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-dc620103-15bb-4057-b64d-a08752089e37-root {
    text-align: center;
  }


#s-dc620103-15bb-4057-b64d-a08752089e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc620103-15bb-4057-b64d-a08752089e37-root {
    text-align: center;
  }


#s-dc620103-15bb-4057-b64d-a08752089e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc620103-15bb-4057-b64d-a08752089e37-root {
    text-align: center;
  }


#s-dc620103-15bb-4057-b64d-a08752089e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc620103-15bb-4057-b64d-a08752089e37-root {
    text-align: center;
  }


#s-dc620103-15bb-4057-b64d-a08752089e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc620103-15bb-4057-b64d-a08752089e37-root {
    text-align: center;
  }


#s-dc620103-15bb-4057-b64d-a08752089e37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-1099318a-3ce6-4f75-bfb9-e08f0a88c599 {
  min-height: 50px;
}








#s-1099318a-3ce6-4f75-bfb9-e08f0a88c599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1099318a-3ce6-4f75-bfb9-e08f0a88c599.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b84da3c-1a3f-492a-b460-e0b61fd225b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3b84da3c-1a3f-492a-b460-e0b61fd225b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3b84da3c-1a3f-492a-b460-e0b61fd225b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b84da3c-1a3f-492a-b460-e0b61fd225b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b79502d8-4c05-48b7-ba82-52169a82bbbb {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-b79502d8-4c05-48b7-ba82-52169a82bbbb {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-b79502d8-4c05-48b7-ba82-52169a82bbbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b79502d8-4c05-48b7-ba82-52169a82bbbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8170852-bbd9-4c60-ad18-0be8fbfde088 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c8170852-bbd9-4c60-ad18-0be8fbfde088 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-c1bf79f7-d509-4b76-a871-c5315b551bc3 {
  margin-top: 1em;
text-align: right;
}

#s-c1bf79f7-d509-4b76-a871-c5315b551bc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-c1bf79f7-d509-4b76-a871-c5315b551bc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-c1bf79f7-d509-4b76-a871-c5315b551bc3 .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-5f33ee34-74e4-46b3-86ff-16850e231d7d {
  margin-top: 5px;
margin-left: 0em;
margin-bottom: 5px;
margin-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}



.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f33ee34-74e4-46b3-86ff-16850e231d7d img.shogun-image {
  width: 100%;
}



}
#s-93c4d801-7c46-4cae-be0b-95bbf513589a {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-93c4d801-7c46-4cae-be0b-95bbf513589a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93c4d801-7c46-4cae-be0b-95bbf513589a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-93c4d801-7c46-4cae-be0b-95bbf513589a {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-93c4d801-7c46-4cae-be0b-95bbf513589a-root {
    text-align: center;
  }


#s-93c4d801-7c46-4cae-be0b-95bbf513589a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93c4d801-7c46-4cae-be0b-95bbf513589a-root {
    text-align: center;
  }


#s-93c4d801-7c46-4cae-be0b-95bbf513589a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93c4d801-7c46-4cae-be0b-95bbf513589a-root {
    text-align: center;
  }


#s-93c4d801-7c46-4cae-be0b-95bbf513589a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93c4d801-7c46-4cae-be0b-95bbf513589a-root {
    text-align: center;
  }


#s-93c4d801-7c46-4cae-be0b-95bbf513589a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93c4d801-7c46-4cae-be0b-95bbf513589a-root {
    text-align: center;
  }


#s-93c4d801-7c46-4cae-be0b-95bbf513589a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-490e9dcd-2323-43fc-899e-c2449426e6bf {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-490e9dcd-2323-43fc-899e-c2449426e6bf {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-490e9dcd-2323-43fc-899e-c2449426e6bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490e9dcd-2323-43fc-899e-c2449426e6bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f3937d0-d063-4470-bd4c-292942556d57 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4f3937d0-d063-4470-bd4c-292942556d57 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-abeee542-98c0-48be-9eac-62588df8c86c {
  margin-top: 1em;
text-align: right;
}

#s-abeee542-98c0-48be-9eac-62588df8c86c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-abeee542-98c0-48be-9eac-62588df8c86c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-abeee542-98c0-48be-9eac-62588df8c86c .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-90363d8b-4bda-4030-911e-41b09216b83c {
  margin-top: 5px;
margin-left: 0em;
margin-bottom: 5px;
margin-right: 0em;
padding-top: 0em;
padding-left: 5%;
padding-bottom: 0em;
padding-right: 5%;
text-align: left;
}



.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90363d8b-4bda-4030-911e-41b09216b83c img.shogun-image {
  width: 100%;
}



}
#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-2721b60f-e541-4d10-99e2-a0a1a4ba328a-root {
    text-align: center;
  }


#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2721b60f-e541-4d10-99e2-a0a1a4ba328a-root {
    text-align: center;
  }


#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2721b60f-e541-4d10-99e2-a0a1a4ba328a-root {
    text-align: center;
  }


#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2721b60f-e541-4d10-99e2-a0a1a4ba328a-root {
    text-align: center;
  }


#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2721b60f-e541-4d10-99e2-a0a1a4ba328a-root {
    text-align: center;
  }


#s-2721b60f-e541-4d10-99e2-a0a1a4ba328a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-9c0e2034-443f-499d-ab3d-d1c3c4edb677 hr {
  border-top: 2px solid #ddd;
}

#s-3f7503d3-ebae-4259-9e62-af01bddd5a3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f7503d3-ebae-4259-9e62-af01bddd5a3c .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b29c9ed2-558b-4fe3-b9d1-c8c1de04e014 {
  margin-top: 1em;
margin-left: 20px;
margin-bottom: 1em;
margin-right: 20px;
min-height: 50px;
}








#s-b29c9ed2-558b-4fe3-b9d1-c8c1de04e014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b29c9ed2-558b-4fe3-b9d1-c8c1de04e014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6d358cc-863b-4da9-8cbe-0844970b1364 hr {
  border-top: 2px solid #ddd;
}

#s-5bfd6cef-0fc2-4ae7-bd2f-e6c08d171001 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5bfd6cef-0fc2-4ae7-bd2f-e6c08d171001"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bfd6cef-0fc2-4ae7-bd2f-e6c08d171001"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5bfd6cef-0fc2-4ae7-bd2f-e6c08d171001"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5bfd6cef-0fc2-4ae7-bd2f-e6c08d171001"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d7bc4572-a593-4f0a-bf6f-eb798d79f354 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-d7bc4572-a593-4f0a-bf6f-eb798d79f354 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-d7bc4572-a593-4f0a-bf6f-eb798d79f354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7bc4572-a593-4f0a-bf6f-eb798d79f354.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85d99931-9bbf-4b58-85b0-445a4e0737e6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-85d99931-9bbf-4b58-85b0-445a4e0737e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-e5b6e45a-e416-488a-b793-80ddf336fc9a {
  margin-top: 1em;
text-align: right;
}

#s-e5b6e45a-e416-488a-b793-80ddf336fc9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-e5b6e45a-e416-488a-b793-80ddf336fc9a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-e5b6e45a-e416-488a-b793-80ddf336fc9a .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-ec502f2f-f31c-40bc-90da-f3210a66237f {
  margin-top: -1em;
margin-left: 0em;
margin-bottom: -1em;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec502f2f-f31c-40bc-90da-f3210a66237f img.shogun-image {
  width: 100%;
}



}
#s-5200c0e6-6950-43ab-a408-3227ab95ab93 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5200c0e6-6950-43ab-a408-3227ab95ab93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5200c0e6-6950-43ab-a408-3227ab95ab93:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5200c0e6-6950-43ab-a408-3227ab95ab93 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-5200c0e6-6950-43ab-a408-3227ab95ab93-root {
    text-align: center;
  }


#s-5200c0e6-6950-43ab-a408-3227ab95ab93.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5200c0e6-6950-43ab-a408-3227ab95ab93-root {
    text-align: center;
  }


#s-5200c0e6-6950-43ab-a408-3227ab95ab93.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5200c0e6-6950-43ab-a408-3227ab95ab93-root {
    text-align: center;
  }


#s-5200c0e6-6950-43ab-a408-3227ab95ab93.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5200c0e6-6950-43ab-a408-3227ab95ab93-root {
    text-align: center;
  }


#s-5200c0e6-6950-43ab-a408-3227ab95ab93.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5200c0e6-6950-43ab-a408-3227ab95ab93-root {
    text-align: center;
  }


#s-5200c0e6-6950-43ab-a408-3227ab95ab93.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-798de50f-0180-4bbe-87db-c949cacedb1f {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-798de50f-0180-4bbe-87db-c949cacedb1f {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-798de50f-0180-4bbe-87db-c949cacedb1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-798de50f-0180-4bbe-87db-c949cacedb1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65611963-4a82-4b22-a01d-e4ded2ae699e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65611963-4a82-4b22-a01d-e4ded2ae699e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-bc9b5feb-6b61-44f5-bef9-01700b157354 {
  margin-top: 1em;
text-align: right;
}

#s-bc9b5feb-6b61-44f5-bef9-01700b157354 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-bc9b5feb-6b61-44f5-bef9-01700b157354 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-bc9b5feb-6b61-44f5-bef9-01700b157354 .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-71ae23d5-0277-4e3f-9cd9-80932831be06 {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71ae23d5-0277-4e3f-9cd9-80932831be06 img.shogun-image {
  width: 100%;
}



}
#s-bfae7961-bb1d-448e-abc2-731bcbc85545 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bfae7961-bb1d-448e-abc2-731bcbc85545:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfae7961-bb1d-448e-abc2-731bcbc85545:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bfae7961-bb1d-448e-abc2-731bcbc85545 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-bfae7961-bb1d-448e-abc2-731bcbc85545-root {
    text-align: center;
  }


#s-bfae7961-bb1d-448e-abc2-731bcbc85545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfae7961-bb1d-448e-abc2-731bcbc85545-root {
    text-align: center;
  }


#s-bfae7961-bb1d-448e-abc2-731bcbc85545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfae7961-bb1d-448e-abc2-731bcbc85545-root {
    text-align: center;
  }


#s-bfae7961-bb1d-448e-abc2-731bcbc85545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfae7961-bb1d-448e-abc2-731bcbc85545-root {
    text-align: center;
  }


#s-bfae7961-bb1d-448e-abc2-731bcbc85545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfae7961-bb1d-448e-abc2-731bcbc85545-root {
    text-align: center;
  }


#s-bfae7961-bb1d-448e-abc2-731bcbc85545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-5e7b6274-5519-4c20-a6b4-8684b10bdc60 {
  margin-bottom: 2em;
}

#s-74e84fe6-ee5a-4d11-8037-5da663d08175 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-74e84fe6-ee5a-4d11-8037-5da663d08175 {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-74e84fe6-ee5a-4d11-8037-5da663d08175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74e84fe6-ee5a-4d11-8037-5da663d08175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52335244-802c-4cdc-ae38-6bc1f4977b73 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-52335244-802c-4cdc-ae38-6bc1f4977b73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-bafe0479-4eb1-4a7d-ad03-aa76d519bd1a {
  margin-top: 1em;
text-align: right;
}

#s-bafe0479-4eb1-4a7d-ad03-aa76d519bd1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-bafe0479-4eb1-4a7d-ad03-aa76d519bd1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-bafe0479-4eb1-4a7d-ad03-aa76d519bd1a .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-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}



.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c1ec14-31a7-4b45-8a30-8fecde6aeb88 img.shogun-image {
  width: 100%;
}



}
#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-7d276a34-91cc-43c1-8d6a-8720cc01ab94-root {
    text-align: center;
  }


#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d276a34-91cc-43c1-8d6a-8720cc01ab94-root {
    text-align: center;
  }


#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d276a34-91cc-43c1-8d6a-8720cc01ab94-root {
    text-align: center;
  }


#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d276a34-91cc-43c1-8d6a-8720cc01ab94-root {
    text-align: center;
  }


#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d276a34-91cc-43c1-8d6a-8720cc01ab94-root {
    text-align: center;
  }


#s-7d276a34-91cc-43c1-8d6a-8720cc01ab94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-b0ce8829-aa1e-4e0f-bdef-2d2efb48257a {
  min-height: 8em;
}








#s-b0ce8829-aa1e-4e0f-bdef-2d2efb48257a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ce8829-aa1e-4e0f-bdef-2d2efb48257a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa5fe75e-0b2a-4230-9bd3-93eb54a9935d {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-aa5fe75e-0b2a-4230-9bd3-93eb54a9935d {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-aa5fe75e-0b2a-4230-9bd3-93eb54a9935d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5fe75e-0b2a-4230-9bd3-93eb54a9935d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-893deeba-fcd4-4dae-9c95-e73cf23485ea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-893deeba-fcd4-4dae-9c95-e73cf23485ea .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2em;
  line-height: ;
  letter-spacing: ;
}

#s-4f4a8d1b-faa5-45b9-a8a7-6cf2fe428cd1 {
  margin-top: 1em;
text-align: right;
}

#s-4f4a8d1b-faa5-45b9-a8a7-6cf2fe428cd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1.5em;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
}

#s-4f4a8d1b-faa5-45b9-a8a7-6cf2fe428cd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Light;
  font-style:  normal ;
  font-size: 1.5em;
}

#s-4f4a8d1b-faa5-45b9-a8a7-6cf2fe428cd1 .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-31c1d5f5-32e4-470f-a6f2-cf05108b56ce {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}



.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31c1d5f5-32e4-470f-a6f2-cf05108b56ce img.shogun-image {
  width: 100%;
}



}
#s-8a66bb86-7787-4265-b036-051bf0513ce5 {
  margin-top: 1em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8a66bb86-7787-4265-b036-051bf0513ce5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a66bb86-7787-4265-b036-051bf0513ce5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8a66bb86-7787-4265-b036-051bf0513ce5 {
  margin-right: 0%;
padding-right: 17px;
}
}

  #s-8a66bb86-7787-4265-b036-051bf0513ce5-root {
    text-align: center;
  }


#s-8a66bb86-7787-4265-b036-051bf0513ce5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a66bb86-7787-4265-b036-051bf0513ce5-root {
    text-align: center;
  }


#s-8a66bb86-7787-4265-b036-051bf0513ce5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a66bb86-7787-4265-b036-051bf0513ce5-root {
    text-align: center;
  }


#s-8a66bb86-7787-4265-b036-051bf0513ce5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a66bb86-7787-4265-b036-051bf0513ce5-root {
    text-align: center;
  }


#s-8a66bb86-7787-4265-b036-051bf0513ce5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a66bb86-7787-4265-b036-051bf0513ce5-root {
    text-align: center;
  }


#s-8a66bb86-7787-4265-b036-051bf0513ce5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-e5a887f3-2e42-4cca-ad7b-eca7600b866b {
  min-height: 50px;
}








#s-e5a887f3-2e42-4cca-ad7b-eca7600b866b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a887f3-2e42-4cca-ad7b-eca7600b866b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47b2a2c0-3d9d-4654-b3ed-e38da976ffd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47b2a2c0-3d9d-4654-b3ed-e38da976ffd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-47b2a2c0-3d9d-4654-b3ed-e38da976ffd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-47b2a2c0-3d9d-4654-b3ed-e38da976ffd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-17999603-84a6-41fd-9902-048c8e839b59 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(90, 69, 232, 1);
}








#s-17999603-84a6-41fd-9902-048c8e839b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17999603-84a6-41fd-9902-048c8e839b59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57b95f50-0947-4b97-8262-f14f0d519add {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 1em;
padding-bottom: 10px;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(90, 69, 232, 1);
border-style: solid;
border-radius: 20px;
text-align: left;
}

#s-57b95f50-0947-4b97-8262-f14f0d519add .shogun-heading-component h1 {
  color: rgba(239, 239, 239, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  
  
  
  
}



#s-c399aa2c-6e3e-45fc-975e-ee307d537871 {
  padding-left: 5%;
padding-right: 5%;
}

#s-814b6929-d69e-466f-81fd-808696128700 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(239, 239, 239, 0);
text-align: center;
text-decoration: none;
}
#s-814b6929-d69e-466f-81fd-808696128700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-814b6929-d69e-466f-81fd-808696128700:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-814b6929-d69e-466f-81fd-808696128700-root {
    text-align: center;
  }


#s-814b6929-d69e-466f-81fd-808696128700.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-814b6929-d69e-466f-81fd-808696128700-root {
    text-align: center;
  }


#s-814b6929-d69e-466f-81fd-808696128700.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-814b6929-d69e-466f-81fd-808696128700-root {
    text-align: center;
  }


#s-814b6929-d69e-466f-81fd-808696128700.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-814b6929-d69e-466f-81fd-808696128700-root {
    text-align: center;
  }


#s-814b6929-d69e-466f-81fd-808696128700.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-814b6929-d69e-466f-81fd-808696128700-root {
    text-align: center;
  }


#s-814b6929-d69e-466f-81fd-808696128700.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-2feaf4ab-458e-4efe-97fb-e6eadbdd722d {
  min-height: 50px;
}








#s-2feaf4ab-458e-4efe-97fb-e6eadbdd722d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2feaf4ab-458e-4efe-97fb-e6eadbdd722d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
