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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-509e4a8d-d7e6-4412-8953-4b7e93fa651e {
  margin-bottom: 50px;
}

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

.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-6c00c171-923b-4b37-bc92-46983a63b6e7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-6c00c171-923b-4b37-bc92-46983a63b6e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c00c171-923b-4b37-bc92-46983a63b6e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Oswald;
  
  
  font-size: 30px;
}

#s-7dce94f0-8bf4-4a44-8e68-5a78d8018788 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-a9a142e1-b97f-4564-91ca-db53cd339fda {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-a9a142e1-b97f-4564-91ca-db53cd339fda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9a142e1-b97f-4564-91ca-db53cd339fda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a9a142e1-b97f-4564-91ca-db53cd339fda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9a142e1-b97f-4564-91ca-db53cd339fda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c7b90855-0f7f-4963-987b-6af5f7e58169 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-5ff6114b-e84b-4b66-9167-b439348727cd {
  text-align: left;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd .shg-image-zoom,
.shg-c#s-5ff6114b-e84b-4b66-9167-b439348727cd img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-6cbe25d4-1200-43f4-8bb7-f33f8211aab7 {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cbe25d4-1200-43f4-8bb7-f33f8211aab7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a5134fcd-4d18-4800-8883-dd572d096703 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 {
  text-align: left;
}



.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91eb22c6-e4cd-436a-a544-f1a3e3d56508 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-332bd5be-6d77-4011-94f3-2876023ce71f {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-332bd5be-6d77-4011-94f3-2876023ce71f .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a650cc3b-241e-48e0-8430-179dee561ca5 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-f0a55385-4cd5-4b45-a56f-347fb804785a {
  text-align: left;
}



.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a55385-4cd5-4b45-a56f-347fb804785a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-92a20f60-e82c-4d84-8389-bf9145bbfa73 {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92a20f60-e82c-4d84-8389-bf9145bbfa73 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-11d8dc27-a0fe-4932-a17a-fe69c3682af6 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-c899ec44-6868-426b-a10b-f09af1497e2a {
  text-align: left;
}



.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c899ec44-6868-426b-a10b-f09af1497e2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5cbf439b-c298-4f98-bc79-e2646606562a {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cbf439b-c298-4f98-bc79-e2646606562a .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-ce675a34-0b9a-450d-90e4-a7294b612ba8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-ce675a34-0b9a-450d-90e4-a7294b612ba8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce675a34-0b9a-450d-90e4-a7294b612ba8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ce675a34-0b9a-450d-90e4-a7294b612ba8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce675a34-0b9a-450d-90e4-a7294b612ba8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4374c9b6-b1c0-4aa8-ac99-7eb66d6f12a8 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 {
  text-align: left;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 .shg-image-zoom,
.shg-c#s-6d6bfe76-2bf0-46c6-836b-f2477e1032a3 img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6e69818b-2660-4788-81e0-5596598dcf3f {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e69818b-2660-4788-81e0-5596598dcf3f .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-f50642fa-0020-4372-ad14-aaa901a3428c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-9aeb06d7-a376-495d-972d-af3309ea70c8 {
  text-align: left;
}



.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeb06d7-a376-495d-972d-af3309ea70c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ff1a9b6c-cf28-4af5-bb58-65a6b06ff5f4 {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff1a9b6c-cf28-4af5-bb58-65a6b06ff5f4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-331dd3d5-f5ac-49e5-92ea-c2b6bc941626 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-d76ae084-81ac-4c4e-9855-161803e30f99 {
  text-align: left;
}



.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d76ae084-81ac-4c4e-9855-161803e30f99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-77e42f50-c8a2-48cd-b6c4-7c09d2cfb558 {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77e42f50-c8a2-48cd-b6c4-7c09d2cfb558 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-0453d952-9544-41bf-807c-1ae9467e4e91 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-bottom: 0px;
}

#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 {
  text-align: left;
}



.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0086d7e0-e35f-41a4-8d87-43529a8c0c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7ccb4595-5d62-4242-bf2a-5ae6480acd2e {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ccb4595-5d62-4242-bf2a-5ae6480acd2e .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-8243a42e-aafa-400d-8227-9dc7c3646ab0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-8243a42e-aafa-400d-8227-9dc7c3646ab0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8243a42e-aafa-400d-8227-9dc7c3646ab0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8243a42e-aafa-400d-8227-9dc7c3646ab0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8243a42e-aafa-400d-8227-9dc7c3646ab0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-85c390fc-acce-4b0d-ba17-dd0bca47f922 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa {
  text-align: left;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa .shg-image-zoom,
.shg-c#s-87756b1e-dfb7-4b4e-a499-eb7ab8542bfa img.shogun-image {
  aspect-ratio: 1;1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e01d646d-30af-46f7-b70a-21687f9364a8 {
  margin-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e01d646d-30af-46f7-b70a-21687f9364a8 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2e0461d7-723e-4744-b9fe-d48b99232bbd {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-2e0461d7-723e-4744-b9fe-d48b99232bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e0461d7-723e-4744-b9fe-d48b99232bbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Oswald;
  
  
  font-size: 30px;
}

#s-81556aa0-7f6d-4e39-8f7d-eb67a1dc0733 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-f2ec82e2-2ea0-4107-adb1-e1edf6a8a83b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-f2ec82e2-2ea0-4107-adb1-e1edf6a8a83b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f2ec82e2-2ea0-4107-adb1-e1edf6a8a83b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f2ec82e2-2ea0-4107-adb1-e1edf6a8a83b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2ec82e2-2ea0-4107-adb1-e1edf6a8a83b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ccdcdf1e-d8e1-4adb-90a1-bf164ab69563 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-37941842-4e42-4d90-a32f-49aa12a2fa77 {
  text-align: left;
}



.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37941842-4e42-4d90-a32f-49aa12a2fa77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e59b8b5b-1084-40a1-a4a7-d15c6e58e7ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e59b8b5b-1084-40a1-a4a7-d15c6e58e7ce .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-6a21b3ff-e7e8-4dce-aed4-6faad0ce6340 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-ae098429-66c0-49ca-9665-2a306d365e77 {
  text-align: left;
}



.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae098429-66c0-49ca-9665-2a306d365e77 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-63c748f5-5cd7-4883-827d-53f0141fd0b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63c748f5-5cd7-4883-827d-53f0141fd0b6 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-41cd332e-a2db-4431-b5ba-8ec13735ae42 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-d0736823-59d8-4575-a0d8-b797dcd40294 {
  text-align: left;
}



.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0736823-59d8-4575-a0d8-b797dcd40294 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1409c90c-a085-4b66-a8f8-5ea597264f78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1409c90c-a085-4b66-a8f8-5ea597264f78 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2a570539-1c5c-4250-8a70-57021570e2f2 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 {
  text-align: left;
}



.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebcc5e89-ba44-4a3b-b190-62a35877b9e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73084676-3ff8-4c00-b7cc-e290f70820fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73084676-3ff8-4c00-b7cc-e290f70820fc .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-64f6280a-68f8-403e-aeba-481e865b0640 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-64f6280a-68f8-403e-aeba-481e865b0640"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64f6280a-68f8-403e-aeba-481e865b0640"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64f6280a-68f8-403e-aeba-481e865b0640"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64f6280a-68f8-403e-aeba-481e865b0640"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0f2046b9-c3cc-4e45-9729-59fe881b63bf {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 {
  text-align: left;
}



.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3a1f5ed-8440-4a3c-a755-adc32d8869e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3fabaa73-4723-4a9d-93ee-93b686b43e5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fabaa73-4723-4a9d-93ee-93b686b43e5d .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c5e5e155-6cd8-4289-bd73-c4c99f2fb08c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 {
  text-align: left;
}



.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a27c5df4-1f18-41f8-9df4-774e5b4f7dd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3cb0e915-2b9f-4a21-b9c6-f9eb6d057e0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cb0e915-2b9f-4a21-b9c6-f9eb6d057e0c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-259d74c3-3f22-48a8-a007-fb941e927b91 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b526d421-9367-4039-9641-cb29820c190e {
  text-align: left;
}



.shg-c#s-b526d421-9367-4039-9641-cb29820c190e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b526d421-9367-4039-9641-cb29820c190e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b526d421-9367-4039-9641-cb29820c190e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b526d421-9367-4039-9641-cb29820c190e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b526d421-9367-4039-9641-cb29820c190e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b526d421-9367-4039-9641-cb29820c190e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b526d421-9367-4039-9641-cb29820c190e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b526d421-9367-4039-9641-cb29820c190e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b526d421-9367-4039-9641-cb29820c190e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b526d421-9367-4039-9641-cb29820c190e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-248c8005-9df9-47e6-a2d1-1460bedb65b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-248c8005-9df9-47e6-a2d1-1460bedb65b5 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c792cb3d-6691-4d5b-ba28-f04a9e394f0c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-93b97874-6db0-47a7-b00c-427569f17bd6 {
  text-align: left;
}



.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93b97874-6db0-47a7-b00c-427569f17bd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1fdd9a05-4c43-4c46-b899-5a4a5502ebc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fdd9a05-4c43-4c46-b899-5a4a5502ebc4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-4e44f6d0-929b-41ce-b99a-65c362b8d546 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-4e44f6d0-929b-41ce-b99a-65c362b8d546"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e44f6d0-929b-41ce-b99a-65c362b8d546"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4e44f6d0-929b-41ce-b99a-65c362b8d546"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4e44f6d0-929b-41ce-b99a-65c362b8d546"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-de741756-ba9a-48fc-a7b0-211bb551aad1 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-8eca6e27-50e2-49ef-9398-1505104b8236 {
  text-align: left;
}



.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8eca6e27-50e2-49ef-9398-1505104b8236 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1277d17-40b1-4045-8a63-9761076db12e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1277d17-40b1-4045-8a63-9761076db12e .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b658fa09-cbc9-49f6-9a08-ca708cb4a680 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-396844fc-fb27-48a6-8557-083377aa3170 {
  text-align: left;
}



.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396844fc-fb27-48a6-8557-083377aa3170 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06cc7dd6-b99a-4424-a83b-79de70d28784 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06cc7dd6-b99a-4424-a83b-79de70d28784 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-160adad6-9fdb-4806-bf54-b3ecca0e7b41 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-054b7e78-723c-419a-af4f-59ed65c7d832 {
  text-align: left;
}



.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054b7e78-723c-419a-af4f-59ed65c7d832 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d21bce56-e793-4502-b71f-f3b3c4ba2b47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d21bce56-e793-4502-b71f-f3b3c4ba2b47 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-bf704646-8d95-4be6-b4d3-6a7e2f93dacd {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 {
  text-align: left;
}



.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-396fd774-1f2a-4380-a6ca-d73b8e94ff64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f515298e-8cf7-41be-83cc-48437cf309e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f515298e-8cf7-41be-83cc-48437cf309e7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2854dc30-e0c0-4515-b480-dc518bc0831b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-2854dc30-e0c0-4515-b480-dc518bc0831b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2854dc30-e0c0-4515-b480-dc518bc0831b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2854dc30-e0c0-4515-b480-dc518bc0831b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2854dc30-e0c0-4515-b480-dc518bc0831b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7890c2a9-461f-4d69-95ae-d92f3e1e1882 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-d3a32541-ab9b-40b9-b88c-149615d4e99e {
  text-align: left;
}



.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a32541-ab9b-40b9-b88c-149615d4e99e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8dcf436-0098-4d20-a124-a6e29670990a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8dcf436-0098-4d20-a124-a6e29670990a .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2e892073-1094-416f-96b4-2d9cb867cc60 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-be0ce9c7-0e97-417d-8722-038536e4988d {
  text-align: left;
}



.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0ce9c7-0e97-417d-8722-038536e4988d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-259eeb67-8a6f-45ae-b8e6-1a24aa04604b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-259eeb67-8a6f-45ae-b8e6-1a24aa04604b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-809bf44c-e959-4e68-8eec-5c619ed20a1f {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-9984659e-e39a-44a1-965c-40e402032928 {
  text-align: left;
}



.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9984659e-e39a-44a1-965c-40e402032928 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-532c29ef-0140-4d36-9b41-b29a71b3e5d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-532c29ef-0140-4d36-9b41-b29a71b3e5d4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-03a27f87-e7de-4216-809d-1b9276a0536d {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 {
  text-align: left;
}



.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-858e2a36-118d-4c4b-9d2a-bfaaaed094f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16dcc539-c241-4b2d-983a-33019c1dffe3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16dcc539-c241-4b2d-983a-33019c1dffe3 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-7acfc109-f6a4-46cb-8763-600def499f1c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-7acfc109-f6a4-46cb-8763-600def499f1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7acfc109-f6a4-46cb-8763-600def499f1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7acfc109-f6a4-46cb-8763-600def499f1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7acfc109-f6a4-46cb-8763-600def499f1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-257aadfa-29f2-404c-b11f-bac36d633bfc {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-703c39b3-840b-4611-a10c-af5186158aad {
  text-align: left;
}



.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703c39b3-840b-4611-a10c-af5186158aad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3123e0e4-5ca7-4c43-ba74-7312475e88a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3123e0e4-5ca7-4c43-ba74-7312475e88a8 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-ff29ac77-1d9c-43ad-9e58-4cf5ea5559c2 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 {
  text-align: left;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 .shg-image-zoom,
.shg-c#s-3c34c2d6-a41f-43a3-a8f2-2e7a6acdc126 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d47b7c5d-901e-4a0f-89f1-310d58ea6e03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d47b7c5d-901e-4a0f-89f1-310d58ea6e03 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-0d97a74c-86fe-44c3-aa32-485f2a236d6b {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  text-align: left;
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  max-width:  100%;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  max-width: 1280px !important;
  
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  max-width:  100%;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  max-width: 1280px !important;
  
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  max-width:  100%;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  max-width: 1280px !important;
  
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  max-width:  100%;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  max-width: 1280px !important;
  
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 {
  max-width:  100%;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  max-width: 1280px !important;
  
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 .shg-image-zoom,
.shg-c#s-e124138f-3203-4813-aa49-59ee0cd078b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6fd3c988-b899-4995-a253-fb530eebf276 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fd3c988-b899-4995-a253-fb530eebf276 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-4eba0453-bef0-4288-891c-c2e85bc65a5d {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f48b9551-740e-40f2-886f-85d4ffb49c10 {
  text-align: left;
}



.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48b9551-740e-40f2-886f-85d4ffb49c10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c207231-a899-4e58-bd09-7f8024234e13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c207231-a899-4e58-bd09-7f8024234e13 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-5a7d8332-2338-432e-a906-003240dac369 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-5a7d8332-2338-432e-a906-003240dac369"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a7d8332-2338-432e-a906-003240dac369"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a7d8332-2338-432e-a906-003240dac369"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a7d8332-2338-432e-a906-003240dac369"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-54a5ba74-b57d-4b41-b120-aa2f7c6bf84f {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-dac922ad-c312-439f-b2b4-1578ea6b5491 {
  text-align: left;
}



.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dac922ad-c312-439f-b2b4-1578ea6b5491 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb3d403e-8ad4-4a9e-93d7-e501b906709b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb3d403e-8ad4-4a9e-93d7-e501b906709b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-5cfe6bf3-9964-4aab-a0b1-abbbfe0e6932 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-a6100e7c-82f0-4901-9770-c1695e59f005 {
  text-align: left;
}



.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6100e7c-82f0-4901-9770-c1695e59f005 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e46a57e-8622-4eb4-81a7-4306af1e8a9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e46a57e-8622-4eb4-81a7-4306af1e8a9b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-55449bd9-ef64-4c2d-8a4a-e4fd57c518fa {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e {
  text-align: left;
}



.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12ca198-5ec9-4b02-abdc-a79bdd071f7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-726f931a-1b0e-48d5-a575-98f3b9bf40a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-726f931a-1b0e-48d5-a575-98f3b9bf40a6 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-79c64335-c8dc-4c73-b286-a70f0f4e01f9 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-49820838-48eb-46c2-9c13-7e0a98e04906 {
  text-align: left;
}



.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49820838-48eb-46c2-9c13-7e0a98e04906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-201454a8-d6a0-4b5f-939c-a797003f23e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-201454a8-d6a0-4b5f-939c-a797003f23e5 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-1a88e3b9-c3d0-4bec-ac94-126e1151577e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-1a88e3b9-c3d0-4bec-ac94-126e1151577e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a88e3b9-c3d0-4bec-ac94-126e1151577e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1a88e3b9-c3d0-4bec-ac94-126e1151577e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a88e3b9-c3d0-4bec-ac94-126e1151577e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-76342908-557f-41cc-b381-a6a023952552 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b {
  text-align: left;
}



.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb983ae7-b97f-4bbc-9e3d-99ca60438d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-957e29ba-d7cb-43fd-85ee-5228f4e95fc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-957e29ba-d7cb-43fd-85ee-5228f4e95fc4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-6ee0625b-2ed7-4874-aead-4f6d38f19c27 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c {
  text-align: left;
}



.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b9825cb-17cf-4384-89b8-8d87fa9b347c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24294b83-e0c5-4723-9a1f-de158246b4a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24294b83-e0c5-4723-9a1f-de158246b4a0 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-eda5cebc-65b1-40d8-87ad-6578e20748c2 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 {
  text-align: left;
}



.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc171b6c-4b6e-4024-bef8-e3452def45e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-84122872-f521-45a6-8324-36886b1cd153 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84122872-f521-45a6-8324-36886b1cd153 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-97bdd822-052a-45b5-b171-57b9ad6f96e3 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb {
  text-align: left;
}



.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a658b8c-631f-43e6-b06e-c54ef87b12fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42d336c0-6034-4efb-aa78-58531f796257 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42d336c0-6034-4efb-aa78-58531f796257 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-49fba1ff-d477-43f2-ba14-487fb238739f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-49fba1ff-d477-43f2-ba14-487fb238739f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49fba1ff-d477-43f2-ba14-487fb238739f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-49fba1ff-d477-43f2-ba14-487fb238739f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-49fba1ff-d477-43f2-ba14-487fb238739f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d5e0579b-3dd6-4628-b9db-a5b8f3356159 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-a4205899-f123-49a4-83da-1801909bebb8 {
  text-align: left;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 .shg-image-zoom,
.shg-c#s-a4205899-f123-49a4-83da-1801909bebb8 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f46f2d5-a184-4b0c-a321-1ec6ddb9b5c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f46f2d5-a184-4b0c-a321-1ec6ddb9b5c7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-4816f2ed-9515-4d1d-bb5b-4e313c9da470 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d {
  text-align: left;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d .shg-image-zoom,
.shg-c#s-3f369689-1a0d-43bb-81c2-f135e9a02f9d img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b4a8a1b9-4b61-43c4-bef4-469fac471695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a8a1b9-4b61-43c4-bef4-469fac471695 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2ace94fd-f76d-4911-9abe-7ff51ae170a7 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 {
  text-align: left;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 .shg-image-zoom,
.shg-c#s-e3ea0ffb-1c63-4b30-bca9-4f88cd9d6db3 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-758052e5-2f09-4ec9-9cee-18cd058e8282 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-758052e5-2f09-4ec9-9cee-18cd058e8282 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-8da21a14-1755-495e-950f-085e6300708c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 {
  text-align: left;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 .shg-image-zoom,
.shg-c#s-ed94543d-3fdf-47ee-828e-8d2c6c4d1a31 img.shogun-image {
  aspect-ratio: 1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9942d546-30db-4904-801b-83bafb44c669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9942d546-30db-4904-801b-83bafb44c669 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-e122bb0d-a41b-4474-9e8a-763e35a7411c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-e122bb0d-a41b-4474-9e8a-763e35a7411c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e122bb0d-a41b-4474-9e8a-763e35a7411c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e122bb0d-a41b-4474-9e8a-763e35a7411c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e122bb0d-a41b-4474-9e8a-763e35a7411c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-772160d5-eca0-4cc0-9a29-ce5064da6a98 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-df89f450-2914-49be-9b1b-28e833892a1d {
  text-align: left;
}



.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df89f450-2914-49be-9b1b-28e833892a1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b0430bf1-c14b-48e6-b717-90d1b0f94eff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0430bf1-c14b-48e6-b717-90d1b0f94eff .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-10871677-3cc7-49be-92cc-4e4ee4165ac2 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-883944d9-f519-479e-b261-2ee213d81464 {
  text-align: left;
}



.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-883944d9-f519-479e-b261-2ee213d81464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29c634b0-4478-4013-9ed7-f0a43c483593 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29c634b0-4478-4013-9ed7-f0a43c483593 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-84008abe-22df-4c39-a16e-889512915fb6 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 {
  text-align: left;
}



.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d612b3d-7a92-4517-abd5-7596c2114bf6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8f9de0a-4e02-469f-9332-28db77095417 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8f9de0a-4e02-469f-9332-28db77095417 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-da1e6643-7d14-4fc7-86cb-83b78c3df6c0 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 {
  text-align: left;
}



.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1cb376-d5a8-4ea3-b102-3e3b3dbf9a72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-479ce755-0711-4a00-a5e1-501a3f867704 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479ce755-0711-4a00-a5e1-501a3f867704 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-bef0af4a-485a-4bc7-ab90-9459b5ffdcba {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-bef0af4a-485a-4bc7-ab90-9459b5ffdcba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bef0af4a-485a-4bc7-ab90-9459b5ffdcba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bef0af4a-485a-4bc7-ab90-9459b5ffdcba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bef0af4a-485a-4bc7-ab90-9459b5ffdcba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1123434f-38d3-4e18-9401-0138167292bf {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-00841503-24e9-4208-8885-f078c5400528 {
  text-align: left;
}



.shg-c#s-00841503-24e9-4208-8885-f078c5400528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00841503-24e9-4208-8885-f078c5400528 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-00841503-24e9-4208-8885-f078c5400528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00841503-24e9-4208-8885-f078c5400528 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-00841503-24e9-4208-8885-f078c5400528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00841503-24e9-4208-8885-f078c5400528 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-00841503-24e9-4208-8885-f078c5400528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00841503-24e9-4208-8885-f078c5400528 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-00841503-24e9-4208-8885-f078c5400528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00841503-24e9-4208-8885-f078c5400528 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af2b499d-3c13-46f1-90ed-2e5dc863e1fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af2b499d-3c13-46f1-90ed-2e5dc863e1fb .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a7cb32d5-da41-4d44-8c53-6b09530e734f {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-6eaed120-6481-4363-beec-fec886539055 {
  text-align: left;
}



.shg-c#s-6eaed120-6481-4363-beec-fec886539055 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eaed120-6481-4363-beec-fec886539055 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6eaed120-6481-4363-beec-fec886539055 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eaed120-6481-4363-beec-fec886539055 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6eaed120-6481-4363-beec-fec886539055 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eaed120-6481-4363-beec-fec886539055 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6eaed120-6481-4363-beec-fec886539055 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eaed120-6481-4363-beec-fec886539055 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6eaed120-6481-4363-beec-fec886539055 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eaed120-6481-4363-beec-fec886539055 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a89e10e3-9f6d-4298-83a0-c76dca187f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a89e10e3-9f6d-4298-83a0-c76dca187f03 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-4278d237-b40a-4170-bd4b-3253c3e36618 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f1050070-9a3b-4726-a69f-7e553ed255de {
  text-align: left;
}



.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1050070-9a3b-4726-a69f-7e553ed255de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51d84bc1-a278-4b1a-9206-3e7a5e788223 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51d84bc1-a278-4b1a-9206-3e7a5e788223 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-1be1fd82-c288-4766-bd46-eaf1e2e5ff1f {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-226f210a-537f-451f-aeb1-cf43ad68ef2c {
  text-align: left;
}



.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226f210a-537f-451f-aeb1-cf43ad68ef2c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-243f0d60-5cc5-439f-83b3-33406908b1f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-243f0d60-5cc5-439f-83b3-33406908b1f0 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-d4a9944e-bbea-4c04-a6fb-a4ac976db240 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-d4a9944e-bbea-4c04-a6fb-a4ac976db240"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d4a9944e-bbea-4c04-a6fb-a4ac976db240"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d4a9944e-bbea-4c04-a6fb-a4ac976db240"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d4a9944e-bbea-4c04-a6fb-a4ac976db240"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4ceddd92-ff0a-412f-bf0d-19157953e024 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 {
  text-align: left;
}



.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f91ea7c-6cf2-4b50-8331-d199f0030266 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-37d62c42-6c00-45fb-99ed-1664108ac1d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37d62c42-6c00-45fb-99ed-1664108ac1d4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c85e44ea-d511-402b-84c0-7d04b4520863 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-924724f9-349e-4be4-8fb1-391d9bf316fb {
  text-align: left;
}



.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924724f9-349e-4be4-8fb1-391d9bf316fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-969a02ba-9941-4d93-b2ff-254134a7b46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-969a02ba-9941-4d93-b2ff-254134a7b46a .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-f582e0d3-a5ad-4330-97d2-920fb32c643d {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee {
  text-align: left;
}



.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28573dfc-e6cb-421c-a5fb-aff8b3a91aee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-718b75e0-61bc-4066-baa8-d7493c941113 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-718b75e0-61bc-4066-baa8-d7493c941113 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b2c7de08-6d7c-44cb-a11b-6cc2c193b584 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 {
  text-align: left;
}



.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27700ffc-67cb-4af9-b1a2-0a07016e0768 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-824e9619-9fa8-47a3-b345-9903d4b2a71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-824e9619-9fa8-47a3-b345-9903d4b2a71b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b0d79e0e-6a78-486b-b2d0-fbcb9d843af3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b0d79e0e-6a78-486b-b2d0-fbcb9d843af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0d79e0e-6a78-486b-b2d0-fbcb9d843af3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Oswald;
  
  
  font-size: 30px;
}

#s-9d50153d-1e7d-4f70-aa15-91e2bafc3949 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-4732474f-fa23-408c-8e39-3c420221dde3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-4732474f-fa23-408c-8e39-3c420221dde3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4732474f-fa23-408c-8e39-3c420221dde3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4732474f-fa23-408c-8e39-3c420221dde3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4732474f-fa23-408c-8e39-3c420221dde3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a0f9f928-03bd-4923-85ad-1c181f5dc32f {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-72e298db-1d7d-4192-97b7-74f5398d0d11 {
  text-align: left;
}



.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72e298db-1d7d-4192-97b7-74f5398d0d11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8145623-1169-40b5-82f2-8092a8c477b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8145623-1169-40b5-82f2-8092a8c477b1 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-0a7a55e0-672e-42e9-975b-5476aba8c1c5 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 {
  text-align: left;
}



.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a61e8bdc-9999-44bc-a5c1-1a320a2d05a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c293a4f2-ea3a-464f-a401-b61843ef26c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c293a4f2-ea3a-464f-a401-b61843ef26c9 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-d0114075-d088-4e55-b5ed-a66a4fa92b59 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c {
  text-align: left;
}



.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a6a8e8-7b09-4a36-88bf-55c1700cd94c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ebf4aa1-3fee-4a72-a826-eb4ed63580cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ebf4aa1-3fee-4a72-a826-eb4ed63580cc .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-237943ce-2bfc-4ae2-8cdc-1e0de5596cab {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-3f587183-7546-420d-be8c-93ce8f1e5866 {
  text-align: left;
}



.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f587183-7546-420d-be8c-93ce8f1e5866 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eceec04b-e7d8-49a6-b0df-87b8aa42601e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eceec04b-e7d8-49a6-b0df-87b8aa42601e .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-dae08078-6cd7-4ed8-8c77-d07f45205cab {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-dae08078-6cd7-4ed8-8c77-d07f45205cab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dae08078-6cd7-4ed8-8c77-d07f45205cab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dae08078-6cd7-4ed8-8c77-d07f45205cab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dae08078-6cd7-4ed8-8c77-d07f45205cab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bdc3b438-1c44-4c5a-b867-4cd86df70c80 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-bc6ce437-4185-4323-b05f-718b64035acf {
  text-align: left;
}



.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6ce437-4185-4323-b05f-718b64035acf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f4fcc7d-3c89-458d-858f-8f6dd5a13ccf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f4fcc7d-3c89-458d-858f-8f6dd5a13ccf .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b17c7173-1834-4eb0-b2cc-b8c860dbdbc5 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 {
  text-align: left;
}



.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d8c2a3-ba5e-47bc-9ec7-f58ebab8bdb9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e17ce6a-68fb-4c4c-84f4-2a23230035c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e17ce6a-68fb-4c4c-84f4-2a23230035c3 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2d2e5ac6-4be7-4047-8b32-f4919ed7c939 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 {
  text-align: left;
}



.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb73a14f-3e5e-486e-b712-4e2aa68892b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-25eda727-1eea-48e2-8140-7d9f037951fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25eda727-1eea-48e2-8140-7d9f037951fd .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2ee82374-9f6d-4a83-af5d-d5f9e81fe8ae {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-021015c0-6946-4908-8a4d-fa916578e084 {
  text-align: left;
}



.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021015c0-6946-4908-8a4d-fa916578e084 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7fe7d6cc-2f24-4285-9c75-33408e18320c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fe7d6cc-2f24-4285-9c75-33408e18320c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-f30d9ffd-d7bf-49cb-bc87-454d6e21c922 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-f30d9ffd-d7bf-49cb-bc87-454d6e21c922"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f30d9ffd-d7bf-49cb-bc87-454d6e21c922"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f30d9ffd-d7bf-49cb-bc87-454d6e21c922"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f30d9ffd-d7bf-49cb-bc87-454d6e21c922"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5e09ef04-f8d5-437e-ad86-9caaf93e166e {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 {
  text-align: left;
}



.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701f6f3d-af0b-4f59-aa8d-1e88f76b1038 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d87b17c6-1685-49f7-aa0f-9c803b0573b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d87b17c6-1685-49f7-aa0f-9c803b0573b7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-7b567261-1bf6-4250-8a90-ed499bced779 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f9489905-0883-4441-a573-d5eb22f85056 {
  text-align: left;
}



.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9489905-0883-4441-a573-d5eb22f85056 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9db694ea-d980-4726-ba50-13a297045df3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9db694ea-d980-4726-ba50-13a297045df3 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-773dc761-20b2-4001-89a6-94f4a67f1023 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 {
  text-align: left;
}



.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ecb8fb-5069-4340-9f76-1a748a9ae623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea66c67a-c08a-4308-a24a-9c48bf5cd5c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea66c67a-c08a-4308-a24a-9c48bf5cd5c4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2d047cd4-b271-4640-b671-71081fe552e3 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1788f680-d423-42ee-8ea5-2925900878ac {
  text-align: left;
}



.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1788f680-d423-42ee-8ea5-2925900878ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2fa0b316-9c86-4cd0-9c36-3b3c250ef34b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fa0b316-9c86-4cd0-9c36-3b3c250ef34b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c44729c8-e728-457e-83e3-2759f12da3e6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-c44729c8-e728-457e-83e3-2759f12da3e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c44729c8-e728-457e-83e3-2759f12da3e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c44729c8-e728-457e-83e3-2759f12da3e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c44729c8-e728-457e-83e3-2759f12da3e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-924b7cc9-6fc5-498b-8eab-e5b3edc87522 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-bd99a952-4778-4103-8fb4-e66d1a71489d {
  text-align: left;
}



.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd99a952-4778-4103-8fb4-e66d1a71489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ca2bc84-46f0-4c31-830d-f87f157c89a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ca2bc84-46f0-4c31-830d-f87f157c89a3 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-943e5c13-84d5-4431-b9dc-f8ae0dcc7352 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 {
  text-align: left;
}



.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184dd7d3-a06f-4554-8f3b-22a39a5d6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3af75b7c-a430-4396-aede-417bf64d8897 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3af75b7c-a430-4396-aede-417bf64d8897 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-7f3aeb6a-1e52-4cce-bc22-a6f432669e8b {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 {
  text-align: left;
}



.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-898cfb75-da6f-4e8a-90a5-4d3df7960619 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ad8f344-9def-4107-a73a-074b1f0102a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ad8f344-9def-4107-a73a-074b1f0102a9 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b6f44b0a-d5b0-4aa7-94b9-5a7fd60970a4 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 {
  text-align: left;
}



.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ef14ed-3186-4c8e-890f-e821a0b5e8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-598aab9d-5a7b-43c0-a4f9-81e6b0380490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-598aab9d-5a7b-43c0-a4f9-81e6b0380490 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-41f34183-c43f-499c-b563-752d201643d6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-41f34183-c43f-499c-b563-752d201643d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41f34183-c43f-499c-b563-752d201643d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-41f34183-c43f-499c-b563-752d201643d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-41f34183-c43f-499c-b563-752d201643d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3f6db9af-ffb5-499d-be79-a2e56785b2cb {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 {
  text-align: left;
}



.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90b285b-0fd3-4073-bac0-32ae124bafc1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-271e567a-2e33-46b4-a100-848bd1c392d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-271e567a-2e33-46b4-a100-848bd1c392d3 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-09601ae9-6afd-45f9-9848-cf9bd92c13bd {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 {
  text-align: left;
}



.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec6b56-a2d4-46c2-8f9c-5bb285a9bab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dbcf80b9-2277-47ac-9510-fc3104abb347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbcf80b9-2277-47ac-9510-fc3104abb347 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-5df30e4e-3ac5-4407-8d36-be3ee786b597 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 {
  text-align: left;
}



.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdd6234-d67b-4b20-b8c2-7defc13e51b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ebade21-9bc1-4cff-9c92-a690f2738b7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ebade21-9bc1-4cff-9c92-a690f2738b7e .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-aca74a54-43e9-468b-850e-8e8a3cc0cdec {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b691b672-047a-48b7-91ba-30b62f33c63b {
  text-align: left;
}



.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b691b672-047a-48b7-91ba-30b62f33c63b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16b6d87b-f892-4d3e-9f11-c05dae805991 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16b6d87b-f892-4d3e-9f11-c05dae805991 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c1f9aa7e-9aa6-48b6-9cd6-a33bfa104b2c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-c1f9aa7e-9aa6-48b6-9cd6-a33bfa104b2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1f9aa7e-9aa6-48b6-9cd6-a33bfa104b2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c1f9aa7e-9aa6-48b6-9cd6-a33bfa104b2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1f9aa7e-9aa6-48b6-9cd6-a33bfa104b2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5a2ebbe0-a8f9-467a-bb70-f916c3cf97a1 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-9ea13263-7dc4-443e-add3-411800ba6658 {
  text-align: left;
}



.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea13263-7dc4-443e-add3-411800ba6658 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f00b77d0-4d25-4d3a-b117-586cc9101d02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f00b77d0-4d25-4d3a-b117-586cc9101d02 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-ef049859-a2fd-422e-a579-3a7d28085985 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e {
  text-align: left;
}



.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af4acd4-5a56-484a-9c7a-e4a221c5d32e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e8fae9b-720a-4fdd-94cc-53ff36564302 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e8fae9b-720a-4fdd-94cc-53ff36564302 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-431eb64c-3491-49da-bab0-fc9dd3d5251b {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-9625657b-94db-4a22-aed5-f26dcfa08c59 {
  text-align: left;
}



.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9625657b-94db-4a22-aed5-f26dcfa08c59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc9c9738-c97a-4a62-9d92-e77061c27f70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc9c9738-c97a-4a62-9d92-e77061c27f70 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-e3f38f73-378c-4ecb-8535-7f0ca1dbab5a {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-10cb3b3c-154e-4901-9495-c1e025f56a68 {
  text-align: left;
}



.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10cb3b3c-154e-4901-9495-c1e025f56a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b549f116-bb73-47cc-9d5d-e880f5df69d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b549f116-bb73-47cc-9d5d-e880f5df69d2 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-db85ecba-b6a2-4fde-be8d-0dc5c0212f87 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-db85ecba-b6a2-4fde-be8d-0dc5c0212f87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db85ecba-b6a2-4fde-be8d-0dc5c0212f87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db85ecba-b6a2-4fde-be8d-0dc5c0212f87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db85ecba-b6a2-4fde-be8d-0dc5c0212f87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3ef09f87-a09e-405e-bd33-87077b35ab8a {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a {
  text-align: left;
}



.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d995dee5-d609-49bc-9fb2-0b8c0e07cc8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb3cf293-83bd-4c7f-804f-e8fe024d35b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb3cf293-83bd-4c7f-804f-e8fe024d35b5 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-6ce3ae03-e804-44c2-a3c9-8b2c3f775623 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-174e25c8-232f-4eea-9fab-e16955f22f33 {
  text-align: left;
}



.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-174e25c8-232f-4eea-9fab-e16955f22f33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4341aafe-d306-4f16-bb01-b35f95de15fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4341aafe-d306-4f16-bb01-b35f95de15fc .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-6a853976-eca4-49ae-a095-cbf3aad08ffc {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-3689c772-0d1c-47e8-9571-2f3a3749266d {
  text-align: left;
}



.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3689c772-0d1c-47e8-9571-2f3a3749266d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4b20952e-c822-49a3-b915-20e65c8bd6b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b20952e-c822-49a3-b915-20e65c8bd6b4 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-86b1e94f-1270-4e1a-be02-e73488bad8c7 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-95ec41f6-2e19-440c-8561-291cec7df396 {
  text-align: left;
}



.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ec41f6-2e19-440c-8561-291cec7df396 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-897341b9-5deb-4442-8bb0-b03c956cbf53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-897341b9-5deb-4442-8bb0-b03c956cbf53 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2658a1c9-6e10-4181-a41a-e52f2313ee3f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-2658a1c9-6e10-4181-a41a-e52f2313ee3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2658a1c9-6e10-4181-a41a-e52f2313ee3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2658a1c9-6e10-4181-a41a-e52f2313ee3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2658a1c9-6e10-4181-a41a-e52f2313ee3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c33fb434-75ea-469c-bb8e-dec39699bc14 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 {
  text-align: left;
}



.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b75d151-fb39-44b2-9974-ecdc1b42a6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-414aff99-1836-47f1-a003-177d00e6e071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-414aff99-1836-47f1-a003-177d00e6e071 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-9e0ef2be-8af1-4906-b4a6-adecf02d3ecd {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-e553695c-f2cb-4088-b91a-d5115f8fac40 {
  text-align: left;
}



.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e553695c-f2cb-4088-b91a-d5115f8fac40 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a11743f7-ca65-46d9-96a7-f4b9e07965c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a11743f7-ca65-46d9-96a7-f4b9e07965c2 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-266757f5-bd13-437e-a57a-40f0d4a00191 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d {
  text-align: left;
}



.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d33694eb-f83e-41c1-9d4a-7d75b96a937d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b41d5bbd-d6da-4841-8f0a-0e18028172a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b41d5bbd-d6da-4841-8f0a-0e18028172a9 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-5e6f7ab4-eba6-490e-9520-698378cf64eb {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-78312f39-d86e-40a9-bbbf-6285636b26d7 {
  text-align: left;
}



.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78312f39-d86e-40a9-bbbf-6285636b26d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af04d997-70e2-459e-9851-91363562f199 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af04d997-70e2-459e-9851-91363562f199 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-0001c13f-3fdf-4eed-be81-fd1c8dd70dc4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-0001c13f-3fdf-4eed-be81-fd1c8dd70dc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0001c13f-3fdf-4eed-be81-fd1c8dd70dc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0001c13f-3fdf-4eed-be81-fd1c8dd70dc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0001c13f-3fdf-4eed-be81-fd1c8dd70dc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b99e64c9-5c84-4dc8-872c-bba3049b7cdb {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 {
  text-align: left;
}



.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-114284f6-5c56-4c4c-ad25-e146668dc0e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bde9208a-57c5-4f41-bc20-5551aa0c0ef8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bde9208a-57c5-4f41-bc20-5551aa0c0ef8 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-77404361-043b-4905-a0a0-45ff1dec6f2e {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-d30455b6-127b-4c26-89b3-0619905b4e6d {
  text-align: left;
}



.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d30455b6-127b-4c26-89b3-0619905b4e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0af4862-6b0c-4678-ab25-be6f24858c2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0af4862-6b0c-4678-ab25-be6f24858c2c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-27d8452a-ff8d-4c77-892a-ca441bec867c {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-27d8452a-ff8d-4c77-892a-ca441bec867c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27d8452a-ff8d-4c77-892a-ca441bec867c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Oswald;
  
  
  font-size: 30px;
}

#s-bcfb369f-5659-41cd-b35b-3ebb307191b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-236ef5a4-3fa2-40c3-93bf-0f8f48618c6b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-236ef5a4-3fa2-40c3-93bf-0f8f48618c6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-236ef5a4-3fa2-40c3-93bf-0f8f48618c6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-236ef5a4-3fa2-40c3-93bf-0f8f48618c6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-236ef5a4-3fa2-40c3-93bf-0f8f48618c6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-afb03424-adc4-46ef-ac7b-141d25d91447 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-031b9181-b9fd-439c-a41e-f69ced25fabe {
  text-align: left;
}



.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-031b9181-b9fd-439c-a41e-f69ced25fabe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a9f7b7ad-4bbd-4a4f-8ad1-4d6e2e1c5d7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f7b7ad-4bbd-4a4f-8ad1-4d6e2e1c5d7d .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-64de1d48-4fe7-4aff-9380-5dee7295ee54 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-97e95124-c6e6-4801-a2b3-3050a9fba989 {
  text-align: left;
}



.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97e95124-c6e6-4801-a2b3-3050a9fba989 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-87c0ed23-968f-4dee-9481-b5c6ab8492a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87c0ed23-968f-4dee-9481-b5c6ab8492a0 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-479dd78a-7944-4b57-84ef-f1a1edf90360 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 {
  text-align: left;
}



.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4a82a76-99d9-4a1e-80b8-100180c7e182 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9328c213-c970-4cf5-8225-c5053a1dca22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9328c213-c970-4cf5-8225-c5053a1dca22 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-191ee385-447c-4bc0-8b29-59b36722a362 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f {
  text-align: left;
}



.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b98593d-2928-4ce1-99a8-6ff70fca2c3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee418fe0-10d9-481d-8d4e-29a52ffc650a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee418fe0-10d9-481d-8d4e-29a52ffc650a .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-e3cd20bd-40d8-4629-9bd9-5093d86dc648 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-e3cd20bd-40d8-4629-9bd9-5093d86dc648"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3cd20bd-40d8-4629-9bd9-5093d86dc648"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e3cd20bd-40d8-4629-9bd9-5093d86dc648"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e3cd20bd-40d8-4629-9bd9-5093d86dc648"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cd8d6d2e-383b-4353-812c-c1b9843d9725 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 {
  text-align: left;
}



.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6fc2154-bd1d-4816-bf97-b22996e16b95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f150a61-1be3-468c-aa8f-05dfb5a858d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f150a61-1be3-468c-aa8f-05dfb5a858d6 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-eb783a73-87a0-40f3-b275-781326bf6ba9 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb {
  text-align: left;
}



.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e45fce-ccd3-4639-b8dd-fd280cfdc4cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-314abd67-878f-4f81-abfa-aeacf11b91c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-314abd67-878f-4f81-abfa-aeacf11b91c0 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-89c85972-2bbf-49bc-a3dc-fe29f3a7ab93 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 {
  text-align: left;
}



.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebb3170d-26fd-4a41-b512-9804909ff4d3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a998742f-c717-4284-96cf-c9c811768f9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a998742f-c717-4284-96cf-c9c811768f9f .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-d6feb074-2a5f-4bda-b1e0-ea7af04874e3 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-ffa22257-703e-465b-93df-74d72e02ea5b {
  text-align: left;
}



.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa22257-703e-465b-93df-74d72e02ea5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2d9cae7-5b0f-4c1c-a503-72df5334cfba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2d9cae7-5b0f-4c1c-a503-72df5334cfba .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-e190e109-78a3-48cf-946e-23819eba3f82 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-e190e109-78a3-48cf-946e-23819eba3f82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e190e109-78a3-48cf-946e-23819eba3f82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e190e109-78a3-48cf-946e-23819eba3f82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e190e109-78a3-48cf-946e-23819eba3f82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-adafdc5b-5b51-4fee-8e3b-b5ea0e702cfa {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-29031a17-f001-4b39-94ea-89bad6e35d4a {
  text-align: left;
}



.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29031a17-f001-4b39-94ea-89bad6e35d4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e7acbeb6-5aac-48b8-babb-164db3a24db8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7acbeb6-5aac-48b8-babb-164db3a24db8 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-0ce6f12d-980d-4786-aecc-52c0dc660d0c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-aa3361dc-a024-461b-8956-3b2e4621d37b {
  text-align: left;
}



.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa3361dc-a024-461b-8956-3b2e4621d37b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e657705-da31-4b3b-aa39-c944d6221956 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e657705-da31-4b3b-aa39-c944d6221956 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-323058fd-90e5-43f0-bbfb-740bd7414992 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-105fe674-f344-4dde-8623-b00e858ab9b4 {
  text-align: left;
}



.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105fe674-f344-4dde-8623-b00e858ab9b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1075ec03-cce8-4695-98ca-37caa3eed529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1075ec03-cce8-4695-98ca-37caa3eed529 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a0e55cbd-5d86-4e48-a31c-0984e789daac {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-b52c3327-b4a9-4c53-804c-2c40cc598252 {
  text-align: left;
}



.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b52c3327-b4a9-4c53-804c-2c40cc598252 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fa05d779-95da-42ea-b7af-b51640d820db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa05d779-95da-42ea-b7af-b51640d820db .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-8d091b61-33d1-4875-842b-6c04ca71bbc0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-8d091b61-33d1-4875-842b-6c04ca71bbc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d091b61-33d1-4875-842b-6c04ca71bbc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8d091b61-33d1-4875-842b-6c04ca71bbc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d091b61-33d1-4875-842b-6c04ca71bbc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d030caa3-9500-4737-bc4e-9b46c815c5fe {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-93bb273b-51b6-4fab-b031-5de10ea00a38 {
  text-align: left;
}



.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bb273b-51b6-4fab-b031-5de10ea00a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4c93a61-f6d5-4274-a437-895f706e138f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4c93a61-f6d5-4274-a437-895f706e138f .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-64d688a5-4d9f-4c99-b167-806acf0fe98c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe {
  text-align: left;
}



.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54feb9ad-98c8-4d5b-bf84-a86a1b4599fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b94f283d-3592-4369-9624-a57a33031168 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b94f283d-3592-4369-9624-a57a33031168 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-c0e498d4-3d34-4143-95a8-ce32e515510d {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 {
  text-align: left;
}



.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47305d1f-248b-43a4-87b0-6ab9a72fa988 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0bc15811-6318-443d-a934-3a69506cdee7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bc15811-6318-443d-a934-3a69506cdee7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-4130ed68-9535-432e-a29e-572f038acc11 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 {
  text-align: left;
}



.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f6c0250-31d3-429c-95f2-dc7efa6b0379 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4e5003fa-8c1f-4b54-abe1-3060daa77baf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e5003fa-8c1f-4b54-abe1-3060daa77baf .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-56b8a97d-9e93-4495-b46a-c78ecd01edb7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-56b8a97d-9e93-4495-b46a-c78ecd01edb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56b8a97d-9e93-4495-b46a-c78ecd01edb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56b8a97d-9e93-4495-b46a-c78ecd01edb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56b8a97d-9e93-4495-b46a-c78ecd01edb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-36e6fea0-0986-43f2-a102-cd4095843019 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 {
  text-align: left;
}



.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7098f7-11c1-4f62-bf01-b9f477a847d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d9122201-6a60-4677-a3e2-31a7a4179807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9122201-6a60-4677-a3e2-31a7a4179807 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-274e83fd-31c4-4ec7-beb4-84b487474406 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-fd91db6f-b831-430f-b20b-4a546b275af7 {
  text-align: left;
}



.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd91db6f-b831-430f-b20b-4a546b275af7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-541026ee-ad32-45a2-9f5f-45f8d2fb9d54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-541026ee-ad32-45a2-9f5f-45f8d2fb9d54 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a7dbcdbe-efc7-4eaf-a92c-126495cb0c09 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 {
  text-align: left;
}



.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e9a8117-f1ac-4f73-9c0f-380359b8bab5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-88c0403f-20fa-4918-ab24-ad301a3e8562 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c0403f-20fa-4918-ab24-ad301a3e8562 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-18dbb273-0001-4e15-8f50-361f05087ce5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-18dbb273-0001-4e15-8f50-361f05087ce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18dbb273-0001-4e15-8f50-361f05087ce5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Oswald;
  
  
  font-size: 30px;
}

#s-23a005d7-8cb7-4ca6-8a26-7a8223757349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-78f6d519-f13f-42c4-ba91-fc89b5f61286 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-78f6d519-f13f-42c4-ba91-fc89b5f61286"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78f6d519-f13f-42c4-ba91-fc89b5f61286"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-78f6d519-f13f-42c4-ba91-fc89b5f61286"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-78f6d519-f13f-42c4-ba91-fc89b5f61286"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7e56283e-478b-4eff-8fe1-ea1ce6cfdbd2 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
padding-top: 5px;
padding-bottom: 5px;
}

#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}



.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}

.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eade40b6-ab0a-4180-921d-4a3cc49dbdc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }

#s-63bb9e55-dc5f-4827-acab-8151bd0e0152 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-63bb9e55-dc5f-4827-acab-8151bd0e0152 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2b9bdaa0-6489-409b-930e-ea828f9da23b {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-72d92a4c-0525-4fc9-a1b6-9fe23025f101 {
  text-align: center;
}







  #s-72d92a4c-0525-4fc9-a1b6-9fe23025f101 img.shogun-image {
    

    
    
    
  }


#s-72d92a4c-0525-4fc9-a1b6-9fe23025f101 .shogun-image-content {
  
    align-items: center;
  
}

#s-2659253d-25b0-4850-85c3-693feca4f73e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2659253d-25b0-4850-85c3-693feca4f73e .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-a149c6ee-b8b6-4a5e-98a8-69517094f3a4 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1c5e8977-ab04-490d-8d4d-0ece6768c481 {
  text-align: center;
}







  #s-1c5e8977-ab04-490d-8d4d-0ece6768c481 img.shogun-image {
    

    
    
    
  }


#s-1c5e8977-ab04-490d-8d4d-0ece6768c481 .shogun-image-content {
  
    align-items: center;
  
}

#s-3943b46e-4a6c-42f8-988c-e87ef627751c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3943b46e-4a6c-42f8-988c-e87ef627751c .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b4110fff-5141-4e55-8e88-d60637f54c21 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-80767980-7de3-43b9-b1f9-0acb89850fd3 {
  text-align: center;
}







  #s-80767980-7de3-43b9-b1f9-0acb89850fd3 img.shogun-image {
    

    
    
    
  }


#s-80767980-7de3-43b9-b1f9-0acb89850fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5695fd4a-3dfa-46af-b79d-32e092e65a2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5695fd4a-3dfa-46af-b79d-32e092e65a2f .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 14px;
  
  
  
}

#s-9b4dc74c-deeb-407f-aeab-b27353438fcc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-9b4dc74c-deeb-407f-aeab-b27353438fcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b4dc74c-deeb-407f-aeab-b27353438fcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b4dc74c-deeb-407f-aeab-b27353438fcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b4dc74c-deeb-407f-aeab-b27353438fcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6b8a9390-28e9-44f5-9fd8-8f2c72c2b746 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 0px;
}

#s-8dd03416-023d-4da4-9a28-1c2c0993bae2 {
  text-align: center;
}







  #s-8dd03416-023d-4da4-9a28-1c2c0993bae2 img.shogun-image {
    

    
    
    
  }


#s-8dd03416-023d-4da4-9a28-1c2c0993bae2 .shogun-image-content {
  
    align-items: center;
  
}

#s-042990c6-22ca-4c77-9cb9-2174ac8c66ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-042990c6-22ca-4c77-9cb9-2174ac8c66ae .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2f64d92f-1e39-4014-8452-74226e045c40 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
min-height: 22px;
}

#s-8cb426b6-46d1-47f1-a132-bcbdea0949f4 {
  text-align: center;
}







  #s-8cb426b6-46d1-47f1-a132-bcbdea0949f4 img.shogun-image {
    

    
    
    
  }


#s-8cb426b6-46d1-47f1-a132-bcbdea0949f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-69322af5-b54f-4dac-aabf-11c1acb9d06b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69322af5-b54f-4dac-aabf-11c1acb9d06b .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-99b9bcfb-6df1-4029-a804-489ae1a91a5e {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-f82c2dae-64eb-42cb-8194-6ba6a0c45133 {
  text-align: center;
}







  #s-f82c2dae-64eb-42cb-8194-6ba6a0c45133 img.shogun-image {
    

    
    
    
  }


#s-f82c2dae-64eb-42cb-8194-6ba6a0c45133 .shogun-image-content {
  
    align-items: center;
  
}

#s-277f423e-a493-4ce4-bdbc-3b725af237ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-277f423e-a493-4ce4-bdbc-3b725af237ea .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-e2194048-e1ce-422b-b282-fa0be5061b77 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-facb7a69-2099-4e67-8a0a-135e856b6b4f {
  text-align: center;
}







  #s-facb7a69-2099-4e67-8a0a-135e856b6b4f img.shogun-image {
    

    
    
    
  }


#s-facb7a69-2099-4e67-8a0a-135e856b6b4f .shogun-image-content {
  
    align-items: center;
  
}

#s-ac7f8777-9181-48f3-b2ad-02a8c91d6747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7f8777-9181-48f3-b2ad-02a8c91d6747 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-b0e07179-7f48-4d39-8e98-72491466b3cb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-b0e07179-7f48-4d39-8e98-72491466b3cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b0e07179-7f48-4d39-8e98-72491466b3cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b0e07179-7f48-4d39-8e98-72491466b3cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b0e07179-7f48-4d39-8e98-72491466b3cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-168a4a02-3228-406a-8ce3-9ab83bc9d53c {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-cd040c80-db0e-4405-9f1c-239795186ae8 {
  text-align: left;
}



.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd040c80-db0e-4405-9f1c-239795186ae8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1326e0b6-d9e2-422b-908c-6016f42d2365 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1326e0b6-d9e2-422b-908c-6016f42d2365 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 14px;
  
  
  
}

#s-2d034d21-ee59-49c9-a45b-089e4792343b {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf {
  text-align: left;
}



.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80ff8fdb-55ed-4075-9288-ff8e62b552bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e4c36af-ca04-4507-ad17-2a09807812b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e4c36af-ca04-4507-ad17-2a09807812b7 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-5b518279-31c4-4838-aa95-3446726a30f9 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-1f422224-1a61-4d84-b739-95cda6d1691e {
  text-align: left;
}



.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f422224-1a61-4d84-b739-95cda6d1691e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b201e822-f76c-4633-baf8-44ef7ea04079 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b201e822-f76c-4633-baf8-44ef7ea04079 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-ddf480fc-1916-4e06-be14-1828553e7e19 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-382e3eba-370d-4eb6-96a9-ccd4d756567e {
  text-align: left;
}



.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382e3eba-370d-4eb6-96a9-ccd4d756567e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b53de7e-91ae-4ed3-939c-19525ab343b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b53de7e-91ae-4ed3-939c-19525ab343b9 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-996c662f-04bc-4b94-b23d-a2acc8ab0db7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-996c662f-04bc-4b94-b23d-a2acc8ab0db7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-996c662f-04bc-4b94-b23d-a2acc8ab0db7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-996c662f-04bc-4b94-b23d-a2acc8ab0db7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-996c662f-04bc-4b94-b23d-a2acc8ab0db7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-71186319-0d14-48ec-a795-576f2ed80acf {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-6c79597a-8d41-4482-9378-3fcc38c3b526 {
  text-align: left;
}



.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c79597a-8d41-4482-9378-3fcc38c3b526 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-849462bd-97a8-4120-8ed0-84e05c99a4d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-849462bd-97a8-4120-8ed0-84e05c99a4d0 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 14px;
  
  
  
}

#s-8531a590-2738-4969-bc87-4ad8b1620853 {
  box-shadow:0px 0px 4px 1px rgba(135, 135, 135, 1);
}

#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 {
  text-align: left;
}



.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb0f0b80-0d4c-4c83-a7c9-600f8036aec9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72ab03c2-2f0c-41f0-9e0a-8ebf0b4f35e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72ab03c2-2f0c-41f0-9e0a-8ebf0b4f35e8 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Oswald;
  
  font-size: 15px;
  
  
  text-align: center;
}

#s-2a983137-0a55-4eff-98cb-c3b7e48dcad3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

@media (min-width: 0px) {
[id="s-2a983137-0a55-4eff-98cb-c3b7e48dcad3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a983137-0a55-4eff-98cb-c3b7e48dcad3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a983137-0a55-4eff-98cb-c3b7e48dcad3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a983137-0a55-4eff-98cb-c3b7e48dcad3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
