.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-d4bc850d-7a08-4a44-8873-b3e2fb619e72 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-d4bc850d-7a08-4a44-8873-b3e2fb619e72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4bc850d-7a08-4a44-8873-b3e2fb619e72 {
  
}
}







#s-d4bc850d-7a08-4a44-8873-b3e2fb619e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4bc850d-7a08-4a44-8873-b3e2fb619e72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-ee056dbe-7cc8-4099-b349-a79da78140df {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee056dbe-7cc8-4099-b349-a79da78140df {
  display: none;
}
#s-ee056dbe-7cc8-4099-b349-a79da78140df, #wrap-s-ee056dbe-7cc8-4099-b349-a79da78140df { display:none !important; }}@media (max-width: 767px){#s-ee056dbe-7cc8-4099-b349-a79da78140df {
  display: none;
}
#s-ee056dbe-7cc8-4099-b349-a79da78140df, #wrap-s-ee056dbe-7cc8-4099-b349-a79da78140df { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee056dbe-7cc8-4099-b349-a79da78140df"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee056dbe-7cc8-4099-b349-a79da78140df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee056dbe-7cc8-4099-b349-a79da78140df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee056dbe-7cc8-4099-b349-a79da78140df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-a89e0a48-d4aa-4f36-9c77-8d3a5d12b3bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-7c29d919-42ca-475f-b162-c264a8287422 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-7c29d919-42ca-475f-b162-c264a8287422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c29d919-42ca-475f-b162-c264a8287422.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6cb29a2f-bc49-41e6-a386-3c096a56556a {
  text-align: center;
}







  #s-6cb29a2f-bc49-41e6-a386-3c096a56556a img.shogun-image {
    

    
    
    
  }


#s-6cb29a2f-bc49-41e6-a386-3c096a56556a .shogun-image-content {
  
    align-items: center;
  
}

#s-1e213732-7126-420c-916e-839f31896617 {
  box-shadow:0px 0px 0px 0px ;
}








#s-1e213732-7126-420c-916e-839f31896617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e213732-7126-420c-916e-839f31896617.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-574eadcd-d701-4d0c-b59e-392983c57914 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f404d6c2-caf4-4293-b6bc-05c92a6bc7c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-c3c41324-09b4-439e-a904-3c43047790ca {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-c3c41324-09b4-439e-a904-3c43047790ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c41324-09b4-439e-a904-3c43047790ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-135591e4-bf92-4ec5-958b-e0bc3e3464d9 {
  text-align: center;
}







  #s-135591e4-bf92-4ec5-958b-e0bc3e3464d9 img.shogun-image {
    

    
    
    
  }


#s-135591e4-bf92-4ec5-958b-e0bc3e3464d9 .shogun-image-content {
  
    align-items: center;
  
}








#s-b4176dcf-f86e-48a2-825b-87834d3dd051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4176dcf-f86e-48a2-825b-87834d3dd051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-028a47df-cbf2-4c43-b74a-48975a933819 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-028a47df-cbf2-4c43-b74a-48975a933819"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-ef672099-be5f-4e39-a7c3-c40d3dc54bb6 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-ef672099-be5f-4e39-a7c3-c40d3dc54bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef672099-be5f-4e39-a7c3-c40d3dc54bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4b7c85a-96a0-4091-89fa-288a7a7b4c67 {
  text-align: center;
}







  #s-a4b7c85a-96a0-4091-89fa-288a7a7b4c67 img.shogun-image {
    

    
    
    
  }


#s-a4b7c85a-96a0-4091-89fa-288a7a7b4c67 .shogun-image-content {
  
    align-items: center;
  
}








#s-4f6c9417-c269-46cb-a548-a1f5b08a5ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6c9417-c269-46cb-a548-a1f5b08a5ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daa24356-1c26-49fd-9d56-845536401003 {
  margin-top: auto;
margin-bottom: auto;
}

#s-b1c3ad61-62c8-4e84-9096-448b5f97cf98 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b1c3ad61-62c8-4e84-9096-448b5f97cf98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-4e5c8942-57ef-4c66-ad5f-8f826cf4d055 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-4e5c8942-57ef-4c66-ad5f-8f826cf4d055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e5c8942-57ef-4c66-ad5f-8f826cf4d055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f564d383-3ff4-4a8e-9c1e-e9d979fe9b8a {
  text-align: center;
}







  #s-f564d383-3ff4-4a8e-9c1e-e9d979fe9b8a img.shogun-image {
    

    
    
    
  }


#s-f564d383-3ff4-4a8e-9c1e-e9d979fe9b8a .shogun-image-content {
  
    align-items: center;
  
}








#s-f5135fa4-77f7-459b-834c-c56a3b21ebbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5135fa4-77f7-459b-834c-c56a3b21ebbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9984cc0b-6d27-42f0-aaf4-496994e4b622 {
  display: none;
}
#s-9984cc0b-6d27-42f0-aaf4-496994e4b622, #wrap-s-9984cc0b-6d27-42f0-aaf4-496994e4b622 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9984cc0b-6d27-42f0-aaf4-496994e4b622 {
  display: none;
}
#s-9984cc0b-6d27-42f0-aaf4-496994e4b622, #wrap-s-9984cc0b-6d27-42f0-aaf4-496994e4b622 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9984cc0b-6d27-42f0-aaf4-496994e4b622"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9984cc0b-6d27-42f0-aaf4-496994e4b622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9984cc0b-6d27-42f0-aaf4-496994e4b622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9984cc0b-6d27-42f0-aaf4-496994e4b622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e2c95313-81b6-49b5-898b-369813c83735 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2c95313-81b6-49b5-898b-369813c83735"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f6c56d0a-05e5-4e35-b133-8b47c4475106 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-f6c56d0a-05e5-4e35-b133-8b47c4475106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c56d0a-05e5-4e35-b133-8b47c4475106.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-198c9f7e-4876-46e6-82d5-e808ae461b2c {
  text-align: center;
}







  #s-198c9f7e-4876-46e6-82d5-e808ae461b2c img.shogun-image {
    

    
    
    
  }


#s-198c9f7e-4876-46e6-82d5-e808ae461b2c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0c01c4d-1621-4c9e-beab-f7909e6d2a49 {
  box-shadow:0px 0px 0px 0px ;
}








#s-f0c01c4d-1621-4c9e-beab-f7909e6d2a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0c01c4d-1621-4c9e-beab-f7909e6d2a49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312f6a35-6c63-453e-9779-87d38cde77eb {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcf794d-fd5e-416f-9c00-32dee3fbaa2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a12a8377-bcaf-4f5e-b2e5-0c754170898b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-a12a8377-bcaf-4f5e-b2e5-0c754170898b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a12a8377-bcaf-4f5e-b2e5-0c754170898b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef62a35-f113-4ac6-a54b-3fe35dfbd29a {
  text-align: center;
}







  #s-9ef62a35-f113-4ac6-a54b-3fe35dfbd29a img.shogun-image {
    

    
    
    
  }


#s-9ef62a35-f113-4ac6-a54b-3fe35dfbd29a .shogun-image-content {
  
    align-items: center;
  
}








#s-54d98d47-b0e1-4591-9d5e-342ba5a6bcc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d98d47-b0e1-4591-9d5e-342ba5a6bcc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e {
  display: none;
}
#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e, #wrap-s-8309cd62-5c8a-4351-a9aa-bd2e5827301e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e {
  display: none;
}
#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e, #wrap-s-8309cd62-5c8a-4351-a9aa-bd2e5827301e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e {
  
}
}@media (max-width: 767px){#s-8309cd62-5c8a-4351-a9aa-bd2e5827301e {
  
}
}
@media (min-width: 0px) {
[id="s-8309cd62-5c8a-4351-a9aa-bd2e5827301e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8309cd62-5c8a-4351-a9aa-bd2e5827301e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8309cd62-5c8a-4351-a9aa-bd2e5827301e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8309cd62-5c8a-4351-a9aa-bd2e5827301e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2689183-ebe6-4961-a534-65a341c6f114"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-24994b93-07db-4de1-b579-fc1639482b7b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-24994b93-07db-4de1-b579-fc1639482b7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24994b93-07db-4de1-b579-fc1639482b7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db2aaa22-c8d8-46e3-abef-c78c83968451 {
  text-align: center;
}







  #s-db2aaa22-c8d8-46e3-abef-c78c83968451 img.shogun-image {
    

    
    
    
  }


#s-db2aaa22-c8d8-46e3-abef-c78c83968451 .shogun-image-content {
  
    align-items: center;
  
}








#s-534631c6-bc7c-4c29-bf9b-1b180cae2ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534631c6-bc7c-4c29-bf9b-1b180cae2ec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d11480c4-6d06-4384-9329-e560a4cb47cd {
  margin-top: auto;
margin-bottom: auto;
}

#s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d74ae15-867e-4d6a-9fbb-f310b2ef2a58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b420fbfe-bedc-4c23-a171-d48d9a84af03 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-b420fbfe-bedc-4c23-a171-d48d9a84af03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b420fbfe-bedc-4c23-a171-d48d9a84af03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-441b0f66-1988-41fe-a721-9f65e4e6357c {
  text-align: center;
}







  #s-441b0f66-1988-41fe-a721-9f65e4e6357c img.shogun-image {
    

    
    
    
  }


#s-441b0f66-1988-41fe-a721-9f65e4e6357c .shogun-image-content {
  
    align-items: center;
  
}








#s-97159f0e-5265-4753-8cca-346b97a63df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97159f0e-5265-4753-8cca-346b97a63df6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeca1a0d-fd94-4579-bfbd-d29f8898bc4a {
  margin-left: 0px;
margin-right: 8px;
}

#s-d0cb3cc0-a3e1-437f-b624-e5303e8df321 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-d0cb3cc0-a3e1-437f-b624-e5303e8df321 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-d0cb3cc0-a3e1-437f-b624-e5303e8df321.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0451b79-c04e-42e5-a02c-63d2e607c555 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c0451b79-c04e-42e5-a02c-63d2e607c555 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0451b79-c04e-42e5-a02c-63d2e607c555 {
  
}
}@media (max-width: 767px){#s-c0451b79-c04e-42e5-a02c-63d2e607c555 {
  
}
}







#s-c0451b79-c04e-42e5-a02c-63d2e607c555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0451b79-c04e-42e5-a02c-63d2e607c555.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ddf394b-262c-4040-a5af-8202c823cb2b {
  text-align: left;
}

#s-5b2c102e-db62-432e-946a-6ed319ec6793 {
  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-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b {
  display: none;
}
#s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b, #wrap-s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b { display:none !important; }}@media (max-width: 767px){#s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b {
  display: none;
}
#s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b, #wrap-s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b { display:none !important; }}
#s-ba277fb7-755c-48ee-8fab-52cf0d2b4f3b .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-1eb5b1d6-d287-4981-a801-9580a6124ec3 {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-1eb5b1d6-d287-4981-a801-9580a6124ec3 {
  display: none;
}
#s-1eb5b1d6-d287-4981-a801-9580a6124ec3, #wrap-s-1eb5b1d6-d287-4981-a801-9580a6124ec3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1eb5b1d6-d287-4981-a801-9580a6124ec3 {
  display: none;
}
#s-1eb5b1d6-d287-4981-a801-9580a6124ec3, #wrap-s-1eb5b1d6-d287-4981-a801-9580a6124ec3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1eb5b1d6-d287-4981-a801-9580a6124ec3 {
  
}
}
#s-1eb5b1d6-d287-4981-a801-9580a6124ec3 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-15f9e4a1-4289-4c94-9b33-ad72946a59c9 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-15f9e4a1-4289-4c94-9b33-ad72946a59c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-15f9e4a1-4289-4c94-9b33-ad72946a59c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-15f9e4a1-4289-4c94-9b33-ad72946a59c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-15f9e4a1-4289-4c94-9b33-ad72946a59c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 {
  display: none;
}
#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46, #wrap-s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 {
  display: none;
}
#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46, #wrap-s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 { display:none !important; }}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f92e72-175e-4b7d-b9d6-fc37d41b0f46 img.shogun-image {
  width: 100%;
}



}
#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  display: none;
}
#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47, #wrap-s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 { display:none !important; }}@media (max-width: 767px){#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  display: none;
}
#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47, #wrap-s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 { display:none !important; }}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  max-width:  100%;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom,
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  max-width:  100%;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom,
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  max-width:  100%;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom,
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  max-width:  100%;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom,
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 {
  max-width:  100%;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom,
.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6bf11a-ffa8-4b73-82fd-cae5ee05ff47 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 {
  display: none;
}
#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202, #wrap-s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 { display:none !important; }}@media (max-width: 767px){#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 {
  display: none;
}
#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202, #wrap-s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 { display:none !important; }}
#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ec8c0e00-7f5b-46d5-a59b-9bd30b381202 .shg-gallery-dot {
  background-color: #FFF;
}

#s-914da7b2-5147-421c-95b4-137395dcf1b0 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-914da7b2-5147-421c-95b4-137395dcf1b0 {
  display: none;
}
#s-914da7b2-5147-421c-95b4-137395dcf1b0, #wrap-s-914da7b2-5147-421c-95b4-137395dcf1b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-914da7b2-5147-421c-95b4-137395dcf1b0 {
  display: none;
}
#s-914da7b2-5147-421c-95b4-137395dcf1b0, #wrap-s-914da7b2-5147-421c-95b4-137395dcf1b0 { display:none !important; }}







#s-914da7b2-5147-421c-95b4-137395dcf1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914da7b2-5147-421c-95b4-137395dcf1b0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef {
  display: none;
}
#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef, #wrap-s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef {
  display: none;
}
#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef, #wrap-s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef { display:none !important; }}
#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6b9d1371-a79d-4ab2-9acb-31dc0a03ceef .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-6a88e8fa-ec33-433c-a680-b52bae4cf072 {
  display: none;
}
#s-6a88e8fa-ec33-433c-a680-b52bae4cf072, #wrap-s-6a88e8fa-ec33-433c-a680-b52bae4cf072 { display:none !important; }}@media (max-width: 767px){#s-6a88e8fa-ec33-433c-a680-b52bae4cf072 {
  display: none;
}
#s-6a88e8fa-ec33-433c-a680-b52bae4cf072, #wrap-s-6a88e8fa-ec33-433c-a680-b52bae4cf072 { display:none !important; }}







#s-6a88e8fa-ec33-433c-a680-b52bae4cf072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a88e8fa-ec33-433c-a680-b52bae4cf072.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-75f0a08b-4b0a-47df-817b-6eecdc9d83c2 {
  min-height: 50px;
}








#s-75f0a08b-4b0a-47df-817b-6eecdc9d83c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f0a08b-4b0a-47df-817b-6eecdc9d83c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f1f9e5-d2fc-44d5-aef3-e864144ce192 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-77f1f9e5-d2fc-44d5-aef3-e864144ce192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f1f9e5-d2fc-44d5-aef3-e864144ce192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29d853ad-574d-4ff2-9f54-5db3f8a5bdf0 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-29d853ad-574d-4ff2-9f54-5db3f8a5bdf0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29d853ad-574d-4ff2-9f54-5db3f8a5bdf0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-29d853ad-574d-4ff2-9f54-5db3f8a5bdf0 .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-ce763d63-e0d2-4fea-a2c2-bef379628740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce763d63-e0d2-4fea-a2c2-bef379628740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab05848f-2f8e-4c38-8811-9e9673cb734c {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fde4420-fcba-4356-8d8b-20e75b5b1c6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-8c07bedc-bb54-49ff-85e8-8a5020d50fb1 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-bcd5e804-f105-4c4b-89ae-d48aaab6def1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-bcd5e804-f105-4c4b-89ae-d48aaab6def1.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 {
  display: none;
}
#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22, #wrap-s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 {
  display: none;
}
#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22, #wrap-s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 { display:none !important; }}







#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-890c4b5c-60ae-49cb-af4f-c3af3212ef22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60d26e52-d254-4b48-88ae-f7bee17fe662 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-60d26e52-d254-4b48-88ae-f7bee17fe662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d26e52-d254-4b48-88ae-f7bee17fe662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f771080-8f64-4686-ac5f-ce4686127fde {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-3f771080-8f64-4686-ac5f-ce4686127fde .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f771080-8f64-4686-ac5f-ce4686127fde .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-3f771080-8f64-4686-ac5f-ce4686127fde .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-eeb940ba-0ccf-42b6-8e57-20fa16883079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb940ba-0ccf-42b6-8e57-20fa16883079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cfca2c8-dbc6-49b8-bce7-02ad21e9dda1 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-787de57b-67e1-499b-95a6-5f24214b284c {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-787de57b-67e1-499b-95a6-5f24214b284c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787de57b-67e1-499b-95a6-5f24214b284c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-eb95b3c7-9f2e-4b41-9536-9d60a0193dd5 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-07873a2a-bb8e-4304-a75f-26e4e94aa542 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-07873a2a-bb8e-4304-a75f-26e4e94aa542:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07873a2a-bb8e-4304-a75f-26e4e94aa542:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07873a2a-bb8e-4304-a75f-26e4e94aa542 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07873a2a-bb8e-4304-a75f-26e4e94aa542.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07873a2a-bb8e-4304-a75f-26e4e94aa542.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-07873a2a-bb8e-4304-a75f-26e4e94aa542.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-07873a2a-bb8e-4304-a75f-26e4e94aa542.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-c1a7cb99-859e-4a9f-ae01-063db55e512f {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-c1a7cb99-859e-4a9f-ae01-063db55e512f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}








#s-765b26f7-499d-4aab-8847-05eaf44f61f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-765b26f7-499d-4aab-8847-05eaf44f61f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ef881f5-f925-4e94-a52c-3f384a539c8f {
  min-height: 50px;
}








#s-2ef881f5-f925-4e94-a52c-3f384a539c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef881f5-f925-4e94-a52c-3f384a539c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-703d2f6f-59ab-49fd-a789-dcfedefc085e {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-703d2f6f-59ab-49fd-a789-dcfedefc085e {
  
}
}
#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 {
  display: none;
}
#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1, #wrap-s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 { display:none !important; }}@media (max-width: 767px){#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 {
  display: none;
}
#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1, #wrap-s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 { display:none !important; }}







#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f3ada9-8f44-4704-b4cf-e81ca2746ca1.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-c8de9607-7d08-47a4-b406-e8a2f2cdd626 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8de9607-7d08-47a4-b406-e8a2f2cdd626 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c {
  min-height: 100px;
}
@media (min-width: 1200px){#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c {
  display: none;
}
#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c, #wrap-s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c {
  display: none;
}
#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c, #wrap-s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c { display:none !important; }}







#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c2a0c0-3e3d-4fe1-9b71-1e571919233c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9f074f2-c994-4814-97a5-bb593400884b {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9f074f2-c994-4814-97a5-bb593400884b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-57929263-7af0-451c-a4cb-d24900705502 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-57929263-7af0-451c-a4cb-d24900705502 {
  display: none;
}
#s-57929263-7af0-451c-a4cb-d24900705502, #wrap-s-57929263-7af0-451c-a4cb-d24900705502 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57929263-7af0-451c-a4cb-d24900705502 {
  display: none;
}
#s-57929263-7af0-451c-a4cb-d24900705502, #wrap-s-57929263-7af0-451c-a4cb-d24900705502 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57929263-7af0-451c-a4cb-d24900705502 {
  display: none;
}
#s-57929263-7af0-451c-a4cb-d24900705502, #wrap-s-57929263-7af0-451c-a4cb-d24900705502 { display:none !important; }}
#s-328b4874-eb55-4d58-94a7-5cad67839e20 {
  display: none;
}
#s-ce006324-0539-4be5-bf50-ab12080435a5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce006324-0539-4be5-bf50-ab12080435a5 img.shogun-image {
  width: 100%;
}



}
#s-fb9f79b6-fabb-4e3c-8be6-d91c768e05cd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-fb9f79b6-fabb-4e3c-8be6-d91c768e05cd .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-856fa0fc-7b49-4c0d-a453-6604913f0993 {
  min-height: 50px;
text-align: center;
}

#s-856fa0fc-7b49-4c0d-a453-6604913f0993 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-856fa0fc-7b49-4c0d-a453-6604913f0993 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-856fa0fc-7b49-4c0d-a453-6604913f0993 .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-5e4e7bde-1ecb-4704-833a-27896cc22569 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e4e7bde-1ecb-4704-833a-27896cc22569:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e4e7bde-1ecb-4704-833a-27896cc22569:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e4e7bde-1ecb-4704-833a-27896cc22569 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e4e7bde-1ecb-4704-833a-27896cc22569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e4e7bde-1ecb-4704-833a-27896cc22569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e4e7bde-1ecb-4704-833a-27896cc22569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5e4e7bde-1ecb-4704-833a-27896cc22569.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a47b0108-831e-4807-970a-95a745be40ae {
  display: none;
}
#s-75f78d50-805f-4d44-969e-8a3579c0929e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75f78d50-805f-4d44-969e-8a3579c0929e img.shogun-image {
  width: 100%;
}



}
#s-9e79f847-8b51-46df-8289-92c6023ef7c9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-9e79f847-8b51-46df-8289-92c6023ef7c9 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-262c696a-53e7-4427-9dec-bd66596f4f3f {
  min-height: 50px;
text-align: center;
}

#s-262c696a-53e7-4427-9dec-bd66596f4f3f .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-262c696a-53e7-4427-9dec-bd66596f4f3f .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-262c696a-53e7-4427-9dec-bd66596f4f3f .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-562b8cfe-bd9c-499c-bbd4-602e704dc632 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-562b8cfe-bd9c-499c-bbd4-602e704dc632:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-562b8cfe-bd9c-499c-bbd4-602e704dc632:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-562b8cfe-bd9c-499c-bbd4-602e704dc632 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-562b8cfe-bd9c-499c-bbd4-602e704dc632.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-562b8cfe-bd9c-499c-bbd4-602e704dc632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-562b8cfe-bd9c-499c-bbd4-602e704dc632.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-562b8cfe-bd9c-499c-bbd4-602e704dc632.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e {
  display: none;
}
#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e, #wrap-s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e {
  display: none;
}
#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e, #wrap-s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e { display:none !important; }}@media (max-width: 767px){#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e {
  display: none;
}
#s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e, #wrap-s-d8bead39-04cc-4a18-b0ff-da1e7cc6167e { display:none !important; }}
#s-9a848100-a346-404d-b3f5-7cf4e12dc6a4 {
  display: none;
}
#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a8bb74b-ded0-4957-ba0c-de0bb3e4a8e1 img.shogun-image {
  width: 100%;
}



}
#s-f0371bc7-2b10-4836-8827-0d6b377dd93a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-f0371bc7-2b10-4836-8827-0d6b377dd93a .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7ca85e50-69b0-4fb2-892c-e6b7148839bb {
  min-height: 50px;
text-align: center;
}

#s-7ca85e50-69b0-4fb2-892c-e6b7148839bb .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ca85e50-69b0-4fb2-892c-e6b7148839bb .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ca85e50-69b0-4fb2-892c-e6b7148839bb .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-a896373b-8400-468d-bf86-c92379bde4c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a896373b-8400-468d-bf86-c92379bde4c6:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a896373b-8400-468d-bf86-c92379bde4c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a896373b-8400-468d-bf86-c92379bde4c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a896373b-8400-468d-bf86-c92379bde4c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a896373b-8400-468d-bf86-c92379bde4c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a896373b-8400-468d-bf86-c92379bde4c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a896373b-8400-468d-bf86-c92379bde4c6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-97f5fd7b-c75b-4ac7-a3ee-deb9c015b79d {
  display: none;
}
#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-220875f0-22e4-4c4e-82da-7fceb0ab9dab img.shogun-image {
  width: 100%;
}



}
#s-2819d80d-0850-4dcb-b57a-8b7c2cbb413e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-2819d80d-0850-4dcb-b57a-8b7c2cbb413e .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4de6f242-1a34-4a35-961d-13d6a02d4f10 {
  min-height: 50px;
text-align: center;
}

#s-4de6f242-1a34-4a35-961d-13d6a02d4f10 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4de6f242-1a34-4a35-961d-13d6a02d4f10 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4de6f242-1a34-4a35-961d-13d6a02d4f10 .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-68ccfa30-731b-4468-8b32-d6307ae92ceb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68ccfa30-731b-4468-8b32-d6307ae92ceb:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68ccfa30-731b-4468-8b32-d6307ae92ceb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68ccfa30-731b-4468-8b32-d6307ae92ceb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ccfa30-731b-4468-8b32-d6307ae92ceb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ccfa30-731b-4468-8b32-d6307ae92ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68ccfa30-731b-4468-8b32-d6307ae92ceb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-68ccfa30-731b-4468-8b32-d6307ae92ceb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dea8707b-b191-4bcb-9e9c-c7c21adbe452 {
  display: none;
}
#s-db808255-f9bf-4008-84d0-1e968376865f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db808255-f9bf-4008-84d0-1e968376865f img.shogun-image {
  width: 100%;
}



}
#s-3e7d07d1-4617-44e4-9014-7e3c1b079396 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-3e7d07d1-4617-44e4-9014-7e3c1b079396 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d38d7ab0-621b-4d35-827f-7f0b672fd035 {
  min-height: 50px;
text-align: center;
}

#s-d38d7ab0-621b-4d35-827f-7f0b672fd035 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d38d7ab0-621b-4d35-827f-7f0b672fd035 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d38d7ab0-621b-4d35-827f-7f0b672fd035 .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-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6ed5d5f-91fa-4c96-8c00-8f6e3d3cad67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b754ec47-bc5c-431e-a521-e3b21a10dce8 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b754ec47-bc5c-431e-a521-e3b21a10dce8 {
  display: none;
}
#s-b754ec47-bc5c-431e-a521-e3b21a10dce8, #wrap-s-b754ec47-bc5c-431e-a521-e3b21a10dce8 { display:none !important; }}@media (max-width: 767px){#s-b754ec47-bc5c-431e-a521-e3b21a10dce8 {
  display: none;
}
#s-b754ec47-bc5c-431e-a521-e3b21a10dce8, #wrap-s-b754ec47-bc5c-431e-a521-e3b21a10dce8 { display:none !important; }}
#s-07745f96-28b8-44cc-bff3-1fb7ff42881c {
  margin-top: auto;
margin-bottom: auto;
}

#s-07745f96-28b8-44cc-bff3-1fb7ff42881c {
  display: none;
}
#s-dbf17d26-e422-417e-b8e6-0105193d91f0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf17d26-e422-417e-b8e6-0105193d91f0 img.shogun-image {
  width: 100%;
}



}
#s-9f50fceb-d52c-485b-bf91-5f348fa89553 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-9f50fceb-d52c-485b-bf91-5f348fa89553 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f9c8a7a5-ff18-465e-9c65-b13e36174470 {
  min-height: 50px;
text-align: center;
}

#s-f9c8a7a5-ff18-465e-9c65-b13e36174470 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9c8a7a5-ff18-465e-9c65-b13e36174470 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-f9c8a7a5-ff18-465e-9c65-b13e36174470 .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-f5579f58-792f-4249-b722-4bc42aae161d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f5579f58-792f-4249-b722-4bc42aae161d:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5579f58-792f-4249-b722-4bc42aae161d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5579f58-792f-4249-b722-4bc42aae161d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5579f58-792f-4249-b722-4bc42aae161d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5579f58-792f-4249-b722-4bc42aae161d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5579f58-792f-4249-b722-4bc42aae161d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f5579f58-792f-4249-b722-4bc42aae161d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-91dcd6df-260d-44e7-8608-fb30ed5dc88c {
  margin-top: auto;
margin-bottom: auto;
}

#s-91dcd6df-260d-44e7-8608-fb30ed5dc88c {
  display: none;
}
#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57e3627-44ac-4672-8c31-6238abf6e5f8 img.shogun-image {
  width: 100%;
}



}
#s-ccd3cea8-4d3e-4b9b-a0c1-83f4c6be6792 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-ccd3cea8-4d3e-4b9b-a0c1-83f4c6be6792 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9680a90f-a1f3-487e-b15a-5dc9a79371aa {
  min-height: 50px;
text-align: center;
}

#s-9680a90f-a1f3-487e-b15a-5dc9a79371aa .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9680a90f-a1f3-487e-b15a-5dc9a79371aa .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-9680a90f-a1f3-487e-b15a-5dc9a79371aa .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-68d56533-c776-41ab-8315-b684299e9533 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68d56533-c776-41ab-8315-b684299e9533:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68d56533-c776-41ab-8315-b684299e9533:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68d56533-c776-41ab-8315-b684299e9533 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68d56533-c776-41ab-8315-b684299e9533.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68d56533-c776-41ab-8315-b684299e9533.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68d56533-c776-41ab-8315-b684299e9533.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-68d56533-c776-41ab-8315-b684299e9533.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fd034915-43fb-4bdb-b58b-8839d2ec1503 {
  margin-top: auto;
margin-bottom: auto;
}

#s-fd034915-43fb-4bdb-b58b-8839d2ec1503 {
  display: none;
}
#s-a0eab197-ddd9-43bd-a498-346948634a1c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eab197-ddd9-43bd-a498-346948634a1c img.shogun-image {
  width: 100%;
}



}
#s-143261eb-a6ea-4e84-9e4a-0886f910ecc1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-143261eb-a6ea-4e84-9e4a-0886f910ecc1 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-736fb44f-9649-4976-b0a2-b82debae3190 {
  min-height: 50px;
text-align: center;
}

#s-736fb44f-9649-4976-b0a2-b82debae3190 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-736fb44f-9649-4976-b0a2-b82debae3190 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-736fb44f-9649-4976-b0a2-b82debae3190 .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-c8568e56-2635-40d5-885f-9810127cdcb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c8568e56-2635-40d5-885f-9810127cdcb4:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8568e56-2635-40d5-885f-9810127cdcb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8568e56-2635-40d5-885f-9810127cdcb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8568e56-2635-40d5-885f-9810127cdcb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8568e56-2635-40d5-885f-9810127cdcb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c8568e56-2635-40d5-885f-9810127cdcb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c8568e56-2635-40d5-885f-9810127cdcb4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-69cac96c-5bf6-42a1-988f-c6b00dfd1d88 {
  margin-top: auto;
margin-bottom: auto;
}

#s-69cac96c-5bf6-42a1-988f-c6b00dfd1d88 {
  display: none;
}
#s-f00d3000-72f3-405e-a017-05823fb6125a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00d3000-72f3-405e-a017-05823fb6125a img.shogun-image {
  width: 100%;
}



}
#s-7a346196-e9a7-471b-a668-0d74e3cfcb6e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-7a346196-e9a7-471b-a668-0d74e3cfcb6e .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6380aacd-862b-4757-892e-29bb648d37a2 {
  min-height: 50px;
text-align: center;
}

#s-6380aacd-862b-4757-892e-29bb648d37a2 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6380aacd-862b-4757-892e-29bb648d37a2 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-6380aacd-862b-4757-892e-29bb648d37a2 .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-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d33bb1ae-c3ee-4f4c-9fac-7392f99b8238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


/*
  $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}
