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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-9ef9eb08-ca85-4b22-9158-86deca6d210d {
  min-height: 50px;
}








#s-9ef9eb08-ca85-4b22-9158-86deca6d210d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef9eb08-ca85-4b22-9158-86deca6d210d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  
}
}@media (max-width: 767px){#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  
}
}
#s-eeb47aa8-e952-425e-8bab-c62e831485a4 {
  background-image: url();
}








#s-eeb47aa8-e952-425e-8bab-c62e831485a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb47aa8-e952-425e-8bab-c62e831485a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 250px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  
}
}@media (max-width: 767px){#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  
}
}
#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a {
  background-image: url(https://i.shgcdn.com/4cb1c1c9-3460-43c2-b857-b8bbdbaa0059/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-3f8e67e5-6cfd-4131-a41e-aa1f1905133a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fa4454c-218a-4967-b467-8d570d3f2bd6 {
  min-height: 50px;
background-color: rgba(0, 163, 185, 1);
}








#s-8fa4454c-218a-4967-b467-8d570d3f2bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa4454c-218a-4967-b467-8d570d3f2bd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6dbf3853-076f-401d-ab4f-e4a005c8c35f {
  margin-top: -2px;
margin-bottom: -17px;
min-height: 21px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6dbf3853-076f-401d-ab4f-e4a005c8c35f {
  opacity: 1;
display: none;
}
#s-6dbf3853-076f-401d-ab4f-e4a005c8c35f, #wrap-s-6dbf3853-076f-401d-ab4f-e4a005c8c35f { display:none !important; }}







#s-6dbf3853-076f-401d-ab4f-e4a005c8c35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dbf3853-076f-401d-ab4f-e4a005c8c35f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01f2581f-d0bf-4638-b98e-05de0ce94b84 {
  margin-top: 15px;
margin-bottom: 39px;
}

#s-4bf201e6-3615-47c6-8090-8ef3e0ff66d8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4bf201e6-3615-47c6-8090-8ef3e0ff66d8 {
  
}
}







#s-4bf201e6-3615-47c6-8090-8ef3e0ff66d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf201e6-3615-47c6-8090-8ef3e0ff66d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb {
  display: none;
}
#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb, #wrap-s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb {
  display: none;
}
#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb, #wrap-s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb {
  display: none;
}
#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb, #wrap-s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb { display:none !important; }}







#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab0c59aa-2d3d-4943-bdd4-2fcb81bffaeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73a8987e-0af1-4812-9898-2972ebd1541e {
  margin-top: 15px;
margin-bottom: 39px;
}

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

#s-f062b93f-4372-4a09-b84f-e04c1b7493ad {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-f062b93f-4372-4a09-b84f-e04c1b7493ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f062b93f-4372-4a09-b84f-e04c1b7493ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f062b93f-4372-4a09-b84f-e04c1b7493ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f062b93f-4372-4a09-b84f-e04c1b7493ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-831f602e-1953-4db4-abed-d8e73f520316 {
  min-height: 50px;
}








#s-831f602e-1953-4db4-abed-d8e73f520316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831f602e-1953-4db4-abed-d8e73f520316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41b2d147-fb76-4609-a8f4-fb08763b7480 {
  display: none;
}
.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;
}
#s-8ebae45c-f284-409f-9661-d90acb143149 {
  text-align: center;
}
#s-8ebae45c-f284-409f-9661-d90acb143149:hover {opacity: 0.65 !important;}






  #s-8ebae45c-f284-409f-9661-d90acb143149 img.shogun-image {
    

    
    
    
  }


#s-8ebae45c-f284-409f-9661-d90acb143149 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8ed1346-c88f-4a2e-b52e-79b87877950d {
  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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-227216f6-064a-464a-b940-629815c3c275 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-227216f6-064a-464a-b940-629815c3c275 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 {
  text-align: left;
}
@media (min-width: 1200px){#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 {
  padding-top: 13px;
}
}
#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-cecb6295-cc9f-447f-96f5-8e2fc052eca4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-4abd07ee-b8bd-41dd-b977-5f31007853fd {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-4abd07ee-b8bd-41dd-b977-5f31007853fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4abd07ee-b8bd-41dd-b977-5f31007853fd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4abd07ee-b8bd-41dd-b977-5f31007853fd {
  margin-top: 0px;
}
}

  #s-4abd07ee-b8bd-41dd-b977-5f31007853fd-btn-wrapper {
    text-align: left;
  }


#s-4abd07ee-b8bd-41dd-b977-5f31007853fd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4abd07ee-b8bd-41dd-b977-5f31007853fd-btn-wrapper {
    text-align: left;
  }


#s-4abd07ee-b8bd-41dd-b977-5f31007853fd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4abd07ee-b8bd-41dd-b977-5f31007853fd-btn-wrapper {
    text-align: left;
  }


#s-4abd07ee-b8bd-41dd-b977-5f31007853fd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4abd07ee-b8bd-41dd-b977-5f31007853fd-btn-wrapper {
    text-align: left;
  }


#s-4abd07ee-b8bd-41dd-b977-5f31007853fd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4abd07ee-b8bd-41dd-b977-5f31007853fd-btn-wrapper {
    text-align: left;
  }


#s-4abd07ee-b8bd-41dd-b977-5f31007853fd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-f9321446-6e07-4e07-a690-5345cb3d52c8 {
  min-height: 50px;
}








#s-f9321446-6e07-4e07-a690-5345cb3d52c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9321446-6e07-4e07-a690-5345cb3d52c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ef14d8e-39dd-4357-86c2-deeebe69f636 {
  display: none;
}
#s-5ce8ec66-d902-445d-b9fb-900ad3f2cbb4 {
  text-align: center;
}
#s-5ce8ec66-d902-445d-b9fb-900ad3f2cbb4:hover {opacity: 0.65 !important;}






  #s-5ce8ec66-d902-445d-b9fb-900ad3f2cbb4 img.shogun-image {
    

    
    
    
  }


#s-5ce8ec66-d902-445d-b9fb-900ad3f2cbb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e88cf77-6047-4be1-803c-7484ce79c0c1 {
  display: none;
}
#s-1ec2dbbf-e5ef-4ef7-b58c-ec5e9f4bdfca {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-1ec2dbbf-e5ef-4ef7-b58c-ec5e9f4bdfca .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-89cb0175-f090-450d-b509-b0a3e8711c9b {
  text-align: left;
}
@media (min-width: 1200px){#s-89cb0175-f090-450d-b509-b0a3e8711c9b {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89cb0175-f090-450d-b509-b0a3e8711c9b {
  padding-top: 13px;
}
}
#s-89cb0175-f090-450d-b509-b0a3e8711c9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-89cb0175-f090-450d-b509-b0a3e8711c9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-89cb0175-f090-450d-b509-b0a3e8711c9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45d02149-5583-4509-a71f-155318f7b929 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-45d02149-5583-4509-a71f-155318f7b929:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45d02149-5583-4509-a71f-155318f7b929:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-45d02149-5583-4509-a71f-155318f7b929 {
  margin-top: 0px;
}
}

  #s-45d02149-5583-4509-a71f-155318f7b929-btn-wrapper {
    text-align: left;
  }


#s-45d02149-5583-4509-a71f-155318f7b929.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45d02149-5583-4509-a71f-155318f7b929-btn-wrapper {
    text-align: left;
  }


#s-45d02149-5583-4509-a71f-155318f7b929.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45d02149-5583-4509-a71f-155318f7b929-btn-wrapper {
    text-align: left;
  }


#s-45d02149-5583-4509-a71f-155318f7b929.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45d02149-5583-4509-a71f-155318f7b929-btn-wrapper {
    text-align: left;
  }


#s-45d02149-5583-4509-a71f-155318f7b929.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45d02149-5583-4509-a71f-155318f7b929-btn-wrapper {
    text-align: left;
  }


#s-45d02149-5583-4509-a71f-155318f7b929.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-62b6b3dd-ef97-4d4d-afb6-7d100af42e1b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b397e5f8-c2a9-455e-a60e-5c21652ec3d4 {
  min-height: 50px;
}








#s-b397e5f8-c2a9-455e-a60e-5c21652ec3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b397e5f8-c2a9-455e-a60e-5c21652ec3d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26c3082d-3575-42e2-aad9-ec2c05110f6a {
  display: none;
}
#s-7d821662-c125-42a7-a464-3cf7bc006672 {
  text-align: center;
}
#s-7d821662-c125-42a7-a464-3cf7bc006672:hover {opacity: 0.65 !important;}






  #s-7d821662-c125-42a7-a464-3cf7bc006672 img.shogun-image {
    

    
    
    
  }


#s-7d821662-c125-42a7-a464-3cf7bc006672 .shogun-image-content {
  
    align-items: center;
  
}

#s-23a79de2-5a9a-40cd-9468-de73d581118c {
  display: none;
}
#s-060580c5-3baa-4ac9-b651-7de883c02a31 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-060580c5-3baa-4ac9-b651-7de883c02a31 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c {
  text-align: left;
}
@media (min-width: 1200px){#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c {
  padding-top: 13px;
}
}
#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ffc05ea3-9e76-4ff3-bd2d-a28a7557f64c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d {
  margin-top: 0px;
}
}

  #s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d-btn-wrapper {
    text-align: left;
  }


#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d-btn-wrapper {
    text-align: left;
  }


#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d-btn-wrapper {
    text-align: left;
  }


#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d-btn-wrapper {
    text-align: left;
  }


#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d-btn-wrapper {
    text-align: left;
  }


#s-452cc5fc-e4d8-48d5-b91a-49aceaf34d4d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-1433a956-db4f-4e63-ae04-e13d7724b5db {
  min-height: 50px;
}








#s-1433a956-db4f-4e63-ae04-e13d7724b5db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1433a956-db4f-4e63-ae04-e13d7724b5db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ea8e2b8-0b53-416f-abd5-f0b79ee0e218 {
  display: none;
}
#s-e4ed7d6b-e025-46f0-9a6b-f7d77d3b4a04 {
  text-align: center;
}
#s-e4ed7d6b-e025-46f0-9a6b-f7d77d3b4a04:hover {opacity: 0.65 !important;}






  #s-e4ed7d6b-e025-46f0-9a6b-f7d77d3b4a04 img.shogun-image {
    

    
    
    
  }


#s-e4ed7d6b-e025-46f0-9a6b-f7d77d3b4a04 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f466b96-6e62-4d06-8242-328305a1181e {
  display: none;
}
#s-bda77390-e773-44f7-b3ad-4b9e06146ac4 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-bda77390-e773-44f7-b3ad-4b9e06146ac4 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 {
  text-align: left;
}
@media (min-width: 1200px){#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 {
  padding-top: 13px;
}
}
#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e2353944-8ce8-49b2-a76f-b9bc1ed2ad99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4 {
  margin-top: 0px;
}
}

  #s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4-btn-wrapper {
    text-align: left;
  }


#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4-btn-wrapper {
    text-align: left;
  }


#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4-btn-wrapper {
    text-align: left;
  }


#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4-btn-wrapper {
    text-align: left;
  }


#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4-btn-wrapper {
    text-align: left;
  }


#s-9f6e9a1f-8580-4b8a-a348-bd1b4f6dc5f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-98969d78-803e-423e-9614-2a531c0640e8 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-98969d78-803e-423e-9614-2a531c0640e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-98969d78-803e-423e-9614-2a531c0640e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-98969d78-803e-423e-9614-2a531c0640e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-98969d78-803e-423e-9614-2a531c0640e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9a6a6f67-c140-4326-9e52-0b16637e1fe7 {
  min-height: 50px;
}








#s-9a6a6f67-c140-4326-9e52-0b16637e1fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a6a6f67-c140-4326-9e52-0b16637e1fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1f365fe-0533-48a4-893f-89d2dba62ce5 {
  display: none;
}
#s-6be01f7c-99cd-4bbf-acbf-8af25611d154 {
  text-align: center;
}
#s-6be01f7c-99cd-4bbf-acbf-8af25611d154:hover {opacity: 0.65 !important;}






  #s-6be01f7c-99cd-4bbf-acbf-8af25611d154 img.shogun-image {
    

    
    
    
  }


#s-6be01f7c-99cd-4bbf-acbf-8af25611d154 .shogun-image-content {
  
    align-items: center;
  
}

#s-58a4c92a-b288-4b55-959a-0e548eb3f438 {
  display: none;
}
#s-3cfd1c3a-1a06-4748-a73d-bbfbb928fa8c {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-3cfd1c3a-1a06-4748-a73d-bbfbb928fa8c .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 {
  text-align: left;
}
@media (min-width: 1200px){#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 {
  padding-top: 13px;
}
}
#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-44ebbac1-1c19-4cc8-b3d0-f0eef4f20a92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d782a12-92e7-43e7-9614-32a74a5e2863 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-2d782a12-92e7-43e7-9614-32a74a5e2863:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d782a12-92e7-43e7-9614-32a74a5e2863:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2d782a12-92e7-43e7-9614-32a74a5e2863 {
  margin-top: 0px;
}
}

  #s-2d782a12-92e7-43e7-9614-32a74a5e2863-btn-wrapper {
    text-align: left;
  }


#s-2d782a12-92e7-43e7-9614-32a74a5e2863.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d782a12-92e7-43e7-9614-32a74a5e2863-btn-wrapper {
    text-align: left;
  }


#s-2d782a12-92e7-43e7-9614-32a74a5e2863.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d782a12-92e7-43e7-9614-32a74a5e2863-btn-wrapper {
    text-align: left;
  }


#s-2d782a12-92e7-43e7-9614-32a74a5e2863.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d782a12-92e7-43e7-9614-32a74a5e2863-btn-wrapper {
    text-align: left;
  }


#s-2d782a12-92e7-43e7-9614-32a74a5e2863.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d782a12-92e7-43e7-9614-32a74a5e2863-btn-wrapper {
    text-align: left;
  }


#s-2d782a12-92e7-43e7-9614-32a74a5e2863.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-f976aa96-6742-473d-afd2-1ade05e6e505 {
  min-height: 50px;
}








#s-f976aa96-6742-473d-afd2-1ade05e6e505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f976aa96-6742-473d-afd2-1ade05e6e505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0436bb00-caae-4026-828c-514bf768e6f5 {
  display: none;
}
#s-f1e1e31a-0411-450c-ba94-e23541d9669a {
  text-align: center;
}
#s-f1e1e31a-0411-450c-ba94-e23541d9669a:hover {opacity: 0.65 !important;}






  #s-f1e1e31a-0411-450c-ba94-e23541d9669a img.shogun-image {
    

    
    
    
  }


#s-f1e1e31a-0411-450c-ba94-e23541d9669a .shogun-image-content {
  
    align-items: center;
  
}

#s-8da1d466-1c58-41f6-b901-afa835e9733b {
  display: none;
}
#s-ec8f597b-5452-4a4e-890d-3986f8cc1450 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-ec8f597b-5452-4a4e-890d-3986f8cc1450 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-72826ba2-2adb-41eb-b039-3457d38abc2f {
  text-align: left;
}
@media (min-width: 1200px){#s-72826ba2-2adb-41eb-b039-3457d38abc2f {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72826ba2-2adb-41eb-b039-3457d38abc2f {
  padding-top: 13px;
}
}
#s-72826ba2-2adb-41eb-b039-3457d38abc2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-72826ba2-2adb-41eb-b039-3457d38abc2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-72826ba2-2adb-41eb-b039-3457d38abc2f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-50290808-e4c7-46d9-8fbe-d20375a79f0b {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-50290808-e4c7-46d9-8fbe-d20375a79f0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50290808-e4c7-46d9-8fbe-d20375a79f0b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-50290808-e4c7-46d9-8fbe-d20375a79f0b {
  margin-top: 0px;
}
}

  #s-50290808-e4c7-46d9-8fbe-d20375a79f0b-btn-wrapper {
    text-align: left;
  }


#s-50290808-e4c7-46d9-8fbe-d20375a79f0b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50290808-e4c7-46d9-8fbe-d20375a79f0b-btn-wrapper {
    text-align: left;
  }


#s-50290808-e4c7-46d9-8fbe-d20375a79f0b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50290808-e4c7-46d9-8fbe-d20375a79f0b-btn-wrapper {
    text-align: left;
  }


#s-50290808-e4c7-46d9-8fbe-d20375a79f0b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50290808-e4c7-46d9-8fbe-d20375a79f0b-btn-wrapper {
    text-align: left;
  }


#s-50290808-e4c7-46d9-8fbe-d20375a79f0b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50290808-e4c7-46d9-8fbe-d20375a79f0b-btn-wrapper {
    text-align: left;
  }


#s-50290808-e4c7-46d9-8fbe-d20375a79f0b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-012b959d-57f4-43a1-85ee-105b95c9b5ca hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-534c59d4-a9f0-4213-9c96-530daf5da9da {
  min-height: 50px;
}








#s-534c59d4-a9f0-4213-9c96-530daf5da9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534c59d4-a9f0-4213-9c96-530daf5da9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4800988-5da1-40df-be99-24113e24e735 {
  display: none;
}
#s-48e193d6-1a41-48ea-a3d0-144a0ce113ba {
  text-align: center;
}
#s-48e193d6-1a41-48ea-a3d0-144a0ce113ba:hover {opacity: 0.65 !important;}






  #s-48e193d6-1a41-48ea-a3d0-144a0ce113ba img.shogun-image {
    

    
    
    
  }


#s-48e193d6-1a41-48ea-a3d0-144a0ce113ba .shogun-image-content {
  
    align-items: center;
  
}

#s-a4d06f57-7702-4b6c-8d86-bc7bb6bbed7e {
  display: none;
}
#s-996a78cf-3e76-4c4f-8461-00cf5ed0f376 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-996a78cf-3e76-4c4f-8461-00cf5ed0f376 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 {
  text-align: left;
}
@media (min-width: 1200px){#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 {
  padding-top: 13px;
}
}
#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e2dc6c91-97b5-4f87-9aa0-449ce6212348 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e425dd38-b798-439d-a89b-84f388073615 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-e425dd38-b798-439d-a89b-84f388073615:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e425dd38-b798-439d-a89b-84f388073615:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e425dd38-b798-439d-a89b-84f388073615 {
  margin-top: 0px;
}
}

  #s-e425dd38-b798-439d-a89b-84f388073615-btn-wrapper {
    text-align: left;
  }


#s-e425dd38-b798-439d-a89b-84f388073615.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e425dd38-b798-439d-a89b-84f388073615-btn-wrapper {
    text-align: left;
  }


#s-e425dd38-b798-439d-a89b-84f388073615.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e425dd38-b798-439d-a89b-84f388073615-btn-wrapper {
    text-align: left;
  }


#s-e425dd38-b798-439d-a89b-84f388073615.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e425dd38-b798-439d-a89b-84f388073615-btn-wrapper {
    text-align: left;
  }


#s-e425dd38-b798-439d-a89b-84f388073615.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e425dd38-b798-439d-a89b-84f388073615-btn-wrapper {
    text-align: left;
  }


#s-e425dd38-b798-439d-a89b-84f388073615.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-370b4f0f-1824-44e0-b5c6-6767010e8449 {
  min-height: 50px;
}








#s-370b4f0f-1824-44e0-b5c6-6767010e8449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-370b4f0f-1824-44e0-b5c6-6767010e8449.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9572fbfe-8469-4c11-95dc-b72c8acd29a8 {
  display: none;
}
#s-d42d3b96-6f6c-4eb7-b61b-1654df7bcdd5 {
  text-align: center;
}
#s-d42d3b96-6f6c-4eb7-b61b-1654df7bcdd5:hover {opacity: 0.65 !important;}






  #s-d42d3b96-6f6c-4eb7-b61b-1654df7bcdd5 img.shogun-image {
    

    
    
    
  }


#s-d42d3b96-6f6c-4eb7-b61b-1654df7bcdd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-80b0a1f8-d88c-4b95-880d-9059964409cc {
  display: none;
}
#s-b65bceda-badd-45b2-ae58-62abd674b236 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-b65bceda-badd-45b2-ae58-62abd674b236 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e15cdb61-e713-41b9-9171-69e96957efe6 {
  text-align: left;
}
@media (min-width: 1200px){#s-e15cdb61-e713-41b9-9171-69e96957efe6 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e15cdb61-e713-41b9-9171-69e96957efe6 {
  padding-top: 13px;
}
}
#s-e15cdb61-e713-41b9-9171-69e96957efe6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e15cdb61-e713-41b9-9171-69e96957efe6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e15cdb61-e713-41b9-9171-69e96957efe6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22 {
  margin-top: 0px;
}
}

  #s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22-btn-wrapper {
    text-align: left;
  }


#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22-btn-wrapper {
    text-align: left;
  }


#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22-btn-wrapper {
    text-align: left;
  }


#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22-btn-wrapper {
    text-align: left;
  }


#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22-btn-wrapper {
    text-align: left;
  }


#s-aacc7564-c6c4-4a8c-a8db-3e7f4359fd22.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-b5c4a538-771f-4bf2-b21f-1b821059e6ab {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-b5c4a538-771f-4bf2-b21f-1b821059e6ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b5c4a538-771f-4bf2-b21f-1b821059e6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b5c4a538-771f-4bf2-b21f-1b821059e6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5c4a538-771f-4bf2-b21f-1b821059e6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-38a48511-7cc9-4c12-88b9-a0ee8012c59e {
  min-height: 50px;
}








#s-38a48511-7cc9-4c12-88b9-a0ee8012c59e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a48511-7cc9-4c12-88b9-a0ee8012c59e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dffd106e-657b-4147-ae4a-1150d6fd89c9 {
  display: none;
}
#s-225f1fe2-59aa-4c7f-a9a7-2ae7dab72e6a {
  text-align: center;
}
#s-225f1fe2-59aa-4c7f-a9a7-2ae7dab72e6a:hover {opacity: 0.65 !important;}






  #s-225f1fe2-59aa-4c7f-a9a7-2ae7dab72e6a img.shogun-image {
    

    
    
    
  }


#s-225f1fe2-59aa-4c7f-a9a7-2ae7dab72e6a .shogun-image-content {
  
    align-items: center;
  
}

#s-da7ac61e-778d-436f-bb26-e2ccf35326b3 {
  display: none;
}
#s-09da4a6e-25ae-455d-8cad-dca6d5c0c6c7 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-09da4a6e-25ae-455d-8cad-dca6d5c0c6c7 .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 {
  text-align: left;
}
@media (min-width: 1200px){#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 {
  padding-top: 13px;
}
}
#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0950bc7-6092-4394-8cf9-50eac6f1eca2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020 {
  margin-top: 0px;
}
}

  #s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020-btn-wrapper {
    text-align: left;
  }


#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020-btn-wrapper {
    text-align: left;
  }


#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020-btn-wrapper {
    text-align: left;
  }


#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020-btn-wrapper {
    text-align: left;
  }


#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020-btn-wrapper {
    text-align: left;
  }


#s-a1a5fc71-6b3e-4501-b2ea-d47ed4177020.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-30e391d2-5c2d-483e-a172-af40f6adda70 {
  min-height: 50px;
}








#s-30e391d2-5c2d-483e-a172-af40f6adda70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e391d2-5c2d-483e-a172-af40f6adda70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ed5b404-3a13-425e-a84a-ba50da1ffad7 {
  display: none;
}
#s-f8189cf6-d0d0-4179-acff-4a5ae3bd002b {
  text-align: center;
}
#s-f8189cf6-d0d0-4179-acff-4a5ae3bd002b:hover {opacity: 0.65 !important;}






  #s-f8189cf6-d0d0-4179-acff-4a5ae3bd002b img.shogun-image {
    

    
    
    
  }


#s-f8189cf6-d0d0-4179-acff-4a5ae3bd002b .shogun-image-content {
  
    align-items: center;
  
}

#s-5aae968d-6165-4d3c-b746-8bf89ad8e37e {
  display: none;
}
#s-637146d4-15e1-4bae-90ba-4a8db6db9f6d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(62, 154, 158, 1);
border-style: solid;
text-align: left;
}

#s-637146d4-15e1-4bae-90ba-4a8db6db9f6d .shg-product-title-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: PT Sans Narrow;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-773fc158-897c-416f-b400-abb1cffb3d80 {
  text-align: left;
}
@media (min-width: 1200px){#s-773fc158-897c-416f-b400-abb1cffb3d80 {
  padding-top: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-773fc158-897c-416f-b400-abb1cffb3d80 {
  padding-top: 13px;
}
}
#s-773fc158-897c-416f-b400-abb1cffb3d80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-773fc158-897c-416f-b400-abb1cffb3d80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-773fc158-897c-416f-b400-abb1cffb3d80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-364d7824-9db6-4e08-af7a-47b7d98e8198 {
  margin-top: 7px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: left;
text-decoration: none;
}
#s-364d7824-9db6-4e08-af7a-47b7d98e8198:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-364d7824-9db6-4e08-af7a-47b7d98e8198:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-364d7824-9db6-4e08-af7a-47b7d98e8198 {
  margin-top: 0px;
}
}

  #s-364d7824-9db6-4e08-af7a-47b7d98e8198-btn-wrapper {
    text-align: left;
  }


#s-364d7824-9db6-4e08-af7a-47b7d98e8198.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-364d7824-9db6-4e08-af7a-47b7d98e8198-btn-wrapper {
    text-align: left;
  }


#s-364d7824-9db6-4e08-af7a-47b7d98e8198.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-364d7824-9db6-4e08-af7a-47b7d98e8198-btn-wrapper {
    text-align: left;
  }


#s-364d7824-9db6-4e08-af7a-47b7d98e8198.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-364d7824-9db6-4e08-af7a-47b7d98e8198-btn-wrapper {
    text-align: left;
  }


#s-364d7824-9db6-4e08-af7a-47b7d98e8198.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-364d7824-9db6-4e08-af7a-47b7d98e8198-btn-wrapper {
    text-align: left;
  }


#s-364d7824-9db6-4e08-af7a-47b7d98e8198.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  inline-block ;
}
}
#s-cc5736f7-ee9f-4a50-b777-fa7eea942dab hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b7522b54-20bc-40a1-9853-04e2843698ca {
  min-height: 50px;
}








#s-b7522b54-20bc-40a1-9853-04e2843698ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7522b54-20bc-40a1-9853-04e2843698ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d1a2581d-b1e8-4191-bcc6-a3a7538489ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a2581d-b1e8-4191-bcc6-a3a7538489ea .shogun-heading-component h1 {
  color: rgba(62, 154, 158, 1);
  font-weight:  700 ;
  font-family: "PT Sans Narrow";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6edf38b7-fad2-4120-8268-5a1148a5dbcf {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-6edf38b7-fad2-4120-8268-5a1148a5dbcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6edf38b7-fad2-4120-8268-5a1148a5dbcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6edf38b7-fad2-4120-8268-5a1148a5dbcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6edf38b7-fad2-4120-8268-5a1148a5dbcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9a23b8b-e7ec-429a-8b98-3f9d35790bf7 {
  display: none;
}
#s-a9145377-0f6d-4eec-8ccf-239ce8284ad2 {
  text-align: center;
}
#s-a9145377-0f6d-4eec-8ccf-239ce8284ad2:hover {opacity: 0.65 !important;}






  #s-a9145377-0f6d-4eec-8ccf-239ce8284ad2 img.shogun-image {
    

    
    
    
  }


#s-a9145377-0f6d-4eec-8ccf-239ce8284ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e0a2b89-9f0a-49c7-928c-351ab826d97e-btn-wrapper {
    text-align: center;
  }


#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e0a2b89-9f0a-49c7-928c-351ab826d97e-btn-wrapper {
    text-align: center;
  }


#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e0a2b89-9f0a-49c7-928c-351ab826d97e-btn-wrapper {
    text-align: center;
  }


#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e0a2b89-9f0a-49c7-928c-351ab826d97e-btn-wrapper {
    text-align: center;
  }


#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e0a2b89-9f0a-49c7-928c-351ab826d97e-btn-wrapper {
    text-align: center;
  }


#s-7e0a2b89-9f0a-49c7-928c-351ab826d97e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}
#s-63e7a5b3-7873-45da-8da5-2f928bb845a7 {
  display: none;
}
#s-5aba05f3-3fef-4189-897f-056a48750a8b {
  text-align: center;
}
#s-5aba05f3-3fef-4189-897f-056a48750a8b:hover {opacity: 0.65 !important;}






  #s-5aba05f3-3fef-4189-897f-056a48750a8b img.shogun-image {
    

    
    
    
  }


#s-5aba05f3-3fef-4189-897f-056a48750a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-689bca30-75b3-4dbd-8f08-e34735b2fcee {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-689bca30-75b3-4dbd-8f08-e34735b2fcee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-689bca30-75b3-4dbd-8f08-e34735b2fcee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-689bca30-75b3-4dbd-8f08-e34735b2fcee-btn-wrapper {
    text-align: center;
  }


#s-689bca30-75b3-4dbd-8f08-e34735b2fcee.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-689bca30-75b3-4dbd-8f08-e34735b2fcee-btn-wrapper {
    text-align: center;
  }


#s-689bca30-75b3-4dbd-8f08-e34735b2fcee.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-689bca30-75b3-4dbd-8f08-e34735b2fcee-btn-wrapper {
    text-align: center;
  }


#s-689bca30-75b3-4dbd-8f08-e34735b2fcee.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-689bca30-75b3-4dbd-8f08-e34735b2fcee-btn-wrapper {
    text-align: center;
  }


#s-689bca30-75b3-4dbd-8f08-e34735b2fcee.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-689bca30-75b3-4dbd-8f08-e34735b2fcee-btn-wrapper {
    text-align: center;
  }


#s-689bca30-75b3-4dbd-8f08-e34735b2fcee.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}
#s-8db2efb0-6332-49f7-a62c-62d3c467c07a {
  display: none;
}
#s-4724dbff-7f08-4c4b-9b1d-6be54cf9a231 {
  text-align: center;
}
#s-4724dbff-7f08-4c4b-9b1d-6be54cf9a231:hover {opacity: 0.65 !important;}






  #s-4724dbff-7f08-4c4b-9b1d-6be54cf9a231 img.shogun-image {
    

    
    
    
  }


#s-4724dbff-7f08-4c4b-9b1d-6be54cf9a231 .shogun-image-content {
  
    align-items: center;
  
}

#s-f58dab6f-ee18-461d-838a-5d9fc25860bd {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 154, 158, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f58dab6f-ee18-461d-838a-5d9fc25860bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f58dab6f-ee18-461d-838a-5d9fc25860bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f58dab6f-ee18-461d-838a-5d9fc25860bd-btn-wrapper {
    text-align: center;
  }


#s-f58dab6f-ee18-461d-838a-5d9fc25860bd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f58dab6f-ee18-461d-838a-5d9fc25860bd-btn-wrapper {
    text-align: center;
  }


#s-f58dab6f-ee18-461d-838a-5d9fc25860bd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f58dab6f-ee18-461d-838a-5d9fc25860bd-btn-wrapper {
    text-align: center;
  }


#s-f58dab6f-ee18-461d-838a-5d9fc25860bd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f58dab6f-ee18-461d-838a-5d9fc25860bd-btn-wrapper {
    text-align: center;
  }


#s-f58dab6f-ee18-461d-838a-5d9fc25860bd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f58dab6f-ee18-461d-838a-5d9fc25860bd-btn-wrapper {
    text-align: center;
  }


#s-f58dab6f-ee18-461d-838a-5d9fc25860bd.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: PT Sans Narrow;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
