.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-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  display: none;
}
#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984, #wrap-s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  display: none;
}
#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984, #wrap-s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  display: none;
}
#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984, #wrap-s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 { display:none !important; }}@media (max-width: 767px){#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  background-image: url(https://i.shgcdn.com/d1e5835c-08a1-4538-a996-01ed7a063090/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984 {
  cursor: pointer;
}#s-0abfcff7-fc93-4af9-bdc0-1c376e5fb984.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 {
  margin-top: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 {
  margin-top: 30%;
}
}@media (max-width: 767px){#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 {
  display: none;
}
#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6, #wrap-s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 { display:none !important; }}
#s-0b9d21a5-22d9-41c2-bb31-9bfa4fbc3ce6 .shogun-heading-component h1 {
  color: rgba(245, 2, 39, 1);
  font-weight:   ;
  font-family: "Archivo Black";
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: -1px;
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a {
  margin-top: 26%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
text-align: center;
}
@media (min-width: 1200px){#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a {
  display: none;
}
#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a, #wrap-s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a {
  display: none;
}
#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a, #wrap-s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a {
  display: none;
}
#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a, #wrap-s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a { display:none !important; }}






  img.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
    
    
  }


.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shg-align-container {
  text-align: center
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
    
    
  }


.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shg-align-container {
  text-align: center
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
    
    
  }


.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shg-align-container {
  text-align: center
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
    
    
  }


.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shg-align-container {
  text-align: center
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
    
    
  }


.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shg-align-container {
  text-align: center
}

.s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a3e212-f3e7-4baf-aefa-6475b9eb8e7a.shogun-image {
  box-sizing: border-box;
}


}
.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

@media (min-width: 1200px){#s-94eb3307-8488-4613-9e2e-48f990e5f811 {
  display: none;
}
#s-94eb3307-8488-4613-9e2e-48f990e5f811, #wrap-s-94eb3307-8488-4613-9e2e-48f990e5f811 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94eb3307-8488-4613-9e2e-48f990e5f811 {
  display: none;
}
#s-94eb3307-8488-4613-9e2e-48f990e5f811, #wrap-s-94eb3307-8488-4613-9e2e-48f990e5f811 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94eb3307-8488-4613-9e2e-48f990e5f811 {
  display: none;
}
#s-94eb3307-8488-4613-9e2e-48f990e5f811, #wrap-s-94eb3307-8488-4613-9e2e-48f990e5f811 { display:none !important; }}
@media (min-width: 1200px){#s-11265b4d-f309-4695-a612-14db287892ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11265b4d-f309-4695-a612-14db287892ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11265b4d-f309-4695-a612-14db287892ad {
  
}
}@media (max-width: 767px){#s-11265b4d-f309-4695-a612-14db287892ad {
  display: none;
}
#s-11265b4d-f309-4695-a612-14db287892ad, #wrap-s-11265b4d-f309-4695-a612-14db287892ad { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-555fcbdf-097e-4011-8631-76585f813927 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-555fcbdf-097e-4011-8631-76585f813927:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-555fcbdf-097e-4011-8631-76585f813927:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-555fcbdf-097e-4011-8631-76585f813927 {
  display: none;
}
#s-555fcbdf-097e-4011-8631-76585f813927, #wrap-s-555fcbdf-097e-4011-8631-76585f813927 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-555fcbdf-097e-4011-8631-76585f813927 {
  display: none;
}
#s-555fcbdf-097e-4011-8631-76585f813927, #wrap-s-555fcbdf-097e-4011-8631-76585f813927 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-555fcbdf-097e-4011-8631-76585f813927 {
  display: none;
}
#s-555fcbdf-097e-4011-8631-76585f813927, #wrap-s-555fcbdf-097e-4011-8631-76585f813927 { display:none !important; }}@media (max-width: 767px){#s-555fcbdf-097e-4011-8631-76585f813927 {
  margin-top: 2%;
margin-bottom: 2%;
letter-spacing: 1px;
}
}

  #s-555fcbdf-097e-4011-8631-76585f813927-btn-wrapper {
    text-align: center;
  }


#s-555fcbdf-097e-4011-8631-76585f813927.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-555fcbdf-097e-4011-8631-76585f813927-btn-wrapper {
    text-align: center;
  }


#s-555fcbdf-097e-4011-8631-76585f813927.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-555fcbdf-097e-4011-8631-76585f813927-btn-wrapper {
    text-align: center;
  }


#s-555fcbdf-097e-4011-8631-76585f813927.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-555fcbdf-097e-4011-8631-76585f813927-btn-wrapper {
    text-align: center;
  }


#s-555fcbdf-097e-4011-8631-76585f813927.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-555fcbdf-097e-4011-8631-76585f813927-btn-wrapper {
    text-align: center;
  }


#s-555fcbdf-097e-4011-8631-76585f813927.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: 75% center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  
}
}@media (max-width: 767px){#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 500px;
display: none;
}
#s-e8d3ef97-318c-4ae1-8781-914756b16a77, #wrap-s-e8d3ef97-318c-4ae1-8781-914756b16a77 { display:none !important; }}
#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  background-image: url(https://i.shgcdn.com/338a39bb-88cd-4bac-8910-e56d6da776a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e8d3ef97-318c-4ae1-8781-914756b16a77 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-e8d3ef97-318c-4ae1-8781-914756b16a77 {
  cursor: pointer;
}#s-e8d3ef97-318c-4ae1-8781-914756b16a77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-05ef203f-c51a-414b-891b-0774c165f110 {
  display: none;
}
#s-05ef203f-c51a-414b-891b-0774c165f110, #wrap-s-05ef203f-c51a-414b-891b-0774c165f110 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05ef203f-c51a-414b-891b-0774c165f110 {
  display: none;
}
#s-05ef203f-c51a-414b-891b-0774c165f110, #wrap-s-05ef203f-c51a-414b-891b-0774c165f110 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05ef203f-c51a-414b-891b-0774c165f110 {
  display: none;
}
#s-05ef203f-c51a-414b-891b-0774c165f110, #wrap-s-05ef203f-c51a-414b-891b-0774c165f110 { display:none !important; }}
#s-ce153ffe-2d72-45b4-b5f9-1828bd764ac4 {
  min-height: 50px;
}








#s-ce153ffe-2d72-45b4-b5f9-1828bd764ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce153ffe-2d72-45b4-b5f9-1828bd764ac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0 {
  margin-top: 3%;
margin-left: 40%;
margin-bottom: 0%;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7046c20b-cc0f-467f-9da2-59728ad33eb0 {
  margin-top: 13%;
margin-left: 22%;
margin-right: 22%;
}
}






  img.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
    
    
  }


.s-7046c20b-cc0f-467f-9da2-59728ad33eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shg-align-container {
  text-align: center
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
    
    
  }


.s-7046c20b-cc0f-467f-9da2-59728ad33eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shg-align-container {
  text-align: center
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
    
    
  }


.s-7046c20b-cc0f-467f-9da2-59728ad33eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shg-align-container {
  text-align: center
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
    
    
  }


.s-7046c20b-cc0f-467f-9da2-59728ad33eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shg-align-container {
  text-align: center
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
    
    
  }


.s-7046c20b-cc0f-467f-9da2-59728ad33eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shg-align-container {
  text-align: center
}

.s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7046c20b-cc0f-467f-9da2-59728ad33eb0.shogun-image {
  box-sizing: border-box;
}


}
#s-d28c554e-0a05-432c-812b-416dd951374f {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-d28c554e-0a05-432c-812b-416dd951374f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d28c554e-0a05-432c-812b-416dd951374f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d28c554e-0a05-432c-812b-416dd951374f {
  
}
}@media (max-width: 767px){#s-d28c554e-0a05-432c-812b-416dd951374f {
  display: none;
}
#s-d28c554e-0a05-432c-812b-416dd951374f, #wrap-s-d28c554e-0a05-432c-812b-416dd951374f { display:none !important; }}
#s-e278824b-60d3-4bab-a15d-30e2cd047c73 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-e278824b-60d3-4bab-a15d-30e2cd047c73:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-e278824b-60d3-4bab-a15d-30e2cd047c73:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-e278824b-60d3-4bab-a15d-30e2cd047c73 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e278824b-60d3-4bab-a15d-30e2cd047c73 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e278824b-60d3-4bab-a15d-30e2cd047c73 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-e278824b-60d3-4bab-a15d-30e2cd047c73 {
  letter-spacing: 1px;
}
}

  #s-e278824b-60d3-4bab-a15d-30e2cd047c73-btn-wrapper {
    text-align: center;
  }


#s-e278824b-60d3-4bab-a15d-30e2cd047c73.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e278824b-60d3-4bab-a15d-30e2cd047c73-btn-wrapper {
    text-align: center;
  }


#s-e278824b-60d3-4bab-a15d-30e2cd047c73.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e278824b-60d3-4bab-a15d-30e2cd047c73-btn-wrapper {
    text-align: center;
  }


#s-e278824b-60d3-4bab-a15d-30e2cd047c73.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e278824b-60d3-4bab-a15d-30e2cd047c73-btn-wrapper {
    text-align: center;
  }


#s-e278824b-60d3-4bab-a15d-30e2cd047c73.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e278824b-60d3-4bab-a15d-30e2cd047c73-btn-wrapper {
    text-align: center;
  }


#s-e278824b-60d3-4bab-a15d-30e2cd047c73.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 4%;
}
@media (max-width: 767px){#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  display: none;
}
#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae, #wrap-s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae { display:none !important; }}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display:none !important; }}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display:none !important; }}







#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-02731ded-7612-4426-9065-0649bbdaab84 {
  display: none;
}
#s-02731ded-7612-4426-9065-0649bbdaab84, #wrap-s-02731ded-7612-4426-9065-0649bbdaab84 { display:none !important; }}
@media (min-width: 0px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-3368de73-bb85-49b8-b943-628faeaf4dd1 {
  display: none;
}
.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-205297a6-5c4e-44fc-bf98-be8a34bc5419 {
  text-align: left;
}



.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

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

#s-c33d0e3a-fbdc-45cb-8762-9b5fb119b650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c33d0e3a-fbdc-45cb-8762-9b5fb119b650 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 {
  text-align: center;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-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-2f962e1a-da15-44e4-801f-c294517d8807 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2f962e1a-da15-44e4-801f-c294517d8807:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2f962e1a-da15-44e4-801f-c294517d8807:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2f962e1a-da15-44e4-801f-c294517d8807-atc-btn-wrapper {
    text-align: center;
  }


#s-2f962e1a-da15-44e4-801f-c294517d8807 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-592856e1-3367-4e08-9435-2f57a3207e45 {
  display: none;
}
#s-5458896f-be0c-41b8-96b0-bba65d4c8364 {
  text-align: left;
}



.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



}
#s-3a5ec2a7-63bf-4069-9aef-699b1f2d62b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a5ec2a7-63bf-4069-9aef-699b1f2d62b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 {
  text-align: center;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .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-846d4227-4bc9-4fab-98c5-7b54a09728a1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-846d4227-4bc9-4fab-98c5-7b54a09728a1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-846d4227-4bc9-4fab-98c5-7b54a09728a1:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-846d4227-4bc9-4fab-98c5-7b54a09728a1-atc-btn-wrapper {
    text-align: center;
  }


#s-846d4227-4bc9-4fab-98c5-7b54a09728a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-0b6eeb7b-e42d-4781-9b70-c768bd276368 {
  display: none;
}
#s-35e18b9b-5d47-4593-96e8-a50298263844 {
  text-align: left;
}



.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



}
#s-d1a2ac0f-c651-4677-8098-c09b8645f02b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a2ac0f-c651-4677-8098-c09b8645f02b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e {
  text-align: center;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .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-b5a349da-0968-4a70-ac0b-2955377e3b83 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b5a349da-0968-4a70-ac0b-2955377e3b83:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b5a349da-0968-4a70-ac0b-2955377e3b83:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b5a349da-0968-4a70-ac0b-2955377e3b83-atc-btn-wrapper {
    text-align: center;
  }


#s-b5a349da-0968-4a70-ac0b-2955377e3b83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-6e1e6aa5-6dc7-409d-bdc1-4c5ee963606b {
  display: none;
}
#s-cd26e560-452b-40a0-9f12-4fa40367636f {
  text-align: left;
}



.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}




#s-e570f3b8-e8d2-485c-9966-b4bc27df5ff2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e570f3b8-e8d2-485c-9966-b4bc27df5ff2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 {
  text-align: center;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .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-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05-atc-btn-wrapper {
    text-align: center;
  }


#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


@media (min-width: 0px) {
[id="s-cb20c346-5e3d-446b-a3c8-3a7d49ad0072"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb20c346-5e3d-446b-a3c8-3a7d49ad0072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb20c346-5e3d-446b-a3c8-3a7d49ad0072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb20c346-5e3d-446b-a3c8-3a7d49ad0072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8cebbe9-3cdc-421b-b067-c6bc096a0456 {
  display: none;
}
#s-d2913cba-1def-4d8f-be5a-2b8536f155ad {
  text-align: left;
}



.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2913cba-1def-4d8f-be5a-2b8536f155ad img.shogun-image {
  width: 100%;
}



}
#s-577110dc-1a4c-4328-9af3-8ff15373e025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-577110dc-1a4c-4328-9af3-8ff15373e025 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e50351c1-b2a8-4bf4-b4a9-cc4a48303a28 {
  display: none;
}
#s-04e01869-851e-48ed-aab5-a193a0e95829 {
  text-align: left;
}



.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e01869-851e-48ed-aab5-a193a0e95829 img.shogun-image {
  width: 100%;
}



}
#s-3d40c44d-c13a-4129-af9e-6d2c8bbd3871 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d40c44d-c13a-4129-af9e-6d2c8bbd3871 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-7df5ae3c-377c-444c-9e99-7529f88830eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7df5ae3c-377c-444c-9e99-7529f88830eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7df5ae3c-377c-444c-9e99-7529f88830eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df5ae3c-377c-444c-9e99-7529f88830eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44d1c2ca-6735-4d20-bbcc-bb7281af1a44 {
  display: none;
}
#s-e8e90efb-4b4d-4b70-b516-276ba760405d {
  text-align: left;
}



.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8e90efb-4b4d-4b70-b516-276ba760405d img.shogun-image {
  width: 100%;
}



}
#s-3e5c9e89-5e6a-497c-8853-57c25db27014 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e5c9e89-5e6a-497c-8853-57c25db27014 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9e875ce6-6686-4bc0-a84d-eba52c2d2de3 {
  display: none;
}
#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 {
  text-align: left;
}



.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcf9064-466c-469c-94b1-daf62ad8cdd0 img.shogun-image {
  width: 100%;
}



}
#s-732e3be4-6603-48fe-bc29-9cd52fe4103a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-732e3be4-6603-48fe-bc29-9cd52fe4103a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-05b92801-c64e-485b-bdd6-dc338df64832 {
  min-height: 50px;
}








#s-05b92801-c64e-485b-bdd6-dc338df64832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b92801-c64e-485b-bdd6-dc338df64832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display:none !important; }}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-nav-button.shg-sld-left,
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c35726f3-3eee-40c9-b813-968fb3486ca7 {
  display: none;
}
#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1868b638-5eb2-46d3-a2ba-43d7c852adc5 img.shogun-image {
  width: 100%;
}



}
#s-f15fead3-4a58-430f-a7d6-dee809d1d4b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f15fead3-4a58-430f-a7d6-dee809d1d4b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1a7816c4-d5bd-4b0b-96e9-85d0718830e1 {
  display: none;
}
#s-82de9304-2278-41c1-82bd-5ba0ce6de7af {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82de9304-2278-41c1-82bd-5ba0ce6de7af img.shogun-image {
  width: 100%;
}



}
#s-2d69cab6-c757-46f0-b55e-1a5c92fa6875 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d69cab6-c757-46f0-b55e-1a5c92fa6875 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c6884a0a-aa9b-4411-a170-951bf24d4479 {
  display: none;
}
#s-ad92a97d-aae1-4461-a297-5216966a7528 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad92a97d-aae1-4461-a297-5216966a7528 img.shogun-image {
  width: 100%;
}



}
#s-26243160-a88a-4783-a08a-b2ca049a0c95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26243160-a88a-4783-a08a-b2ca049a0c95 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5f71958d-2263-4682-9901-c07cf4ca1e04 {
  display: none;
}
#s-f96efab5-ff80-4496-82fb-da6c1206fc6e {
  text-align: left;
}
@media (max-width: 767px){#s-f96efab5-ff80-4496-82fb-da6c1206fc6e {
  margin-left: 4%;
margin-right: 4%;
}
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96efab5-ff80-4496-82fb-da6c1206fc6e img.shogun-image {
  width: 100%;
}



}
#s-2204b8cb-8a5e-4fca-aae7-88c141bd41c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2204b8cb-8a5e-4fca-aae7-88c141bd41c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-153cea79-7af6-4ee6-995e-95cf68f8745a {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}
@media (max-width: 767px){#s-153cea79-7af6-4ee6-995e-95cf68f8745a {
  display: none;
}
#s-153cea79-7af6-4ee6-995e-95cf68f8745a, #wrap-s-153cea79-7af6-4ee6-995e-95cf68f8745a { display:none !important; }}







#s-153cea79-7af6-4ee6-995e-95cf68f8745a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153cea79-7af6-4ee6-995e-95cf68f8745a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 {
  display: none;
}
#s-71d53b6c-0ca1-4769-9f32-1cddaec85906, #wrap-s-71d53b6c-0ca1-4769-9f32-1cddaec85906 { display:none !important; }}@media (max-width: 767px){#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 {
  display: none;
}
#s-71d53b6c-0ca1-4769-9f32-1cddaec85906, #wrap-s-71d53b6c-0ca1-4769-9f32-1cddaec85906 { display:none !important; }}
#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 .shg-sld-nav-button.shg-sld-left,
#s-71d53b6c-0ca1-4769-9f32-1cddaec85906 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-a976d9ae-88a8-48c8-869b-07fff2ecf6ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a976d9ae-88a8-48c8-869b-07fff2ecf6ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a976d9ae-88a8-48c8-869b-07fff2ecf6ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a976d9ae-88a8-48c8-869b-07fff2ecf6ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-40854d23-1584-4c36-9758-fa8a8dc00fe1 {
  display: none;
}
#s-104d4534-3255-4303-a83f-bfca7968dd00 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-104d4534-3255-4303-a83f-bfca7968dd00 img.shogun-image {
  width: 100%;
}



}
#s-58bf37ee-f345-4161-8607-ece7f2237b7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58bf37ee-f345-4161-8607-ece7f2237b7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-824ba01b-2919-4238-96ce-3c50d6deb1ca {
  display: none;
}
#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8ab16d-e3f2-4962-8535-4ab9cd6c7db0 img.shogun-image {
  width: 100%;
}



}
#s-630e0fcb-44fa-4526-bf0c-0d64abaa7464 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-630e0fcb-44fa-4526-bf0c-0d64abaa7464 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-583e2f6f-7afa-47dc-9833-9f3028804cc4 {
  display: none;
}
#s-529bff4d-2164-43cc-b09a-f47d685eff34 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529bff4d-2164-43cc-b09a-f47d685eff34 img.shogun-image {
  width: 100%;
}



}
#s-380bd97f-5b53-4c96-8f8d-c5ffdb5fa864 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-380bd97f-5b53-4c96-8f8d-c5ffdb5fa864 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-318b6408-03c9-4223-bb26-18e96a6e81e5 {
  display: none;
}
#s-b2e45a6a-64fa-402e-820a-be2c5064396e {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e45a6a-64fa-402e-820a-be2c5064396e img.shogun-image {
  width: 100%;
}



}
#s-0efd7820-1721-4e5d-adc8-3ba912bee834 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0efd7820-1721-4e5d-adc8-3ba912bee834 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-9bd21620-7a4e-4593-949b-35d6a3093f06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9bd21620-7a4e-4593-949b-35d6a3093f06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9bd21620-7a4e-4593-949b-35d6a3093f06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bd21620-7a4e-4593-949b-35d6a3093f06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-762e262a-9d7e-4835-b9ec-8840a7614535 {
  margin-left: 8%;
margin-right: 8%;
}

#s-762e262a-9d7e-4835-b9ec-8840a7614535 {
  display: none;
}
#s-10061135-c7c1-4880-a4b5-b5ff3755464d {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10061135-c7c1-4880-a4b5-b5ff3755464d img.shogun-image {
  width: 100%;
}



}
#s-885a01ff-5b59-4917-96b5-35e786af4c59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-885a01ff-5b59-4917-96b5-35e786af4c59 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-cdfce4c2-64d6-413d-8851-8e2c2c41cc59 {
  display: none;
}
#s-9c63bdb2-efa7-4633-a3e6-10c953771471 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c63bdb2-efa7-4633-a3e6-10c953771471 img.shogun-image {
  width: 100%;
}



}
#s-2d22e416-8c57-40e4-b4ef-3b5fe5f2f2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d22e416-8c57-40e4-b4ef-3b5fe5f2f2a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a3e0083a-5474-4002-8532-39dea80204d3 {
  display: none;
}
#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffe4a87-1e28-417f-a3c3-9aeb19270df9 img.shogun-image {
  width: 100%;
}



}
#s-e3472f23-20aa-4604-a16d-0aaa4baff06f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3472f23-20aa-4604-a16d-0aaa4baff06f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4e278648-2aba-480f-89ca-1ed03205d5b1 {
  display: none;
}
#s-8650ff81-c736-42fd-b21a-61708370b4df {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8650ff81-c736-42fd-b21a-61708370b4df img.shogun-image {
  width: 100%;
}



}
#s-42210aea-2c70-4415-b1e4-7ef952c69809 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42210aea-2c70-4415-b1e4-7ef952c69809 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8c3170fb-273f-4491-a75e-159f04486070 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: 1% top;
}
@media (min-width: 1200px){#s-8c3170fb-273f-4491-a75e-159f04486070 {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c3170fb-273f-4491-a75e-159f04486070 {
  display: none;
}
#s-8c3170fb-273f-4491-a75e-159f04486070, #wrap-s-8c3170fb-273f-4491-a75e-159f04486070 { display:none !important; }}@media (max-width: 767px){#s-8c3170fb-273f-4491-a75e-159f04486070 {
  margin-top: 20px;
margin-bottom: 10px;
display: none;
}
#s-8c3170fb-273f-4491-a75e-159f04486070, #wrap-s-8c3170fb-273f-4491-a75e-159f04486070 { display:none !important; }}
#s-8c3170fb-273f-4491-a75e-159f04486070 {
  background-image: url(https://i.shgcdn.com/6ffa641b-9f11-4f6c-9ce8-394fb742b870/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8c3170fb-273f-4491-a75e-159f04486070 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-8c3170fb-273f-4491-a75e-159f04486070 {
  cursor: pointer;
}#s-8c3170fb-273f-4491-a75e-159f04486070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-61945878-910e-4590-8251-2728ae0bd9f1 {
  display: none;
}
#s-61945878-910e-4590-8251-2728ae0bd9f1, #wrap-s-61945878-910e-4590-8251-2728ae0bd9f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61945878-910e-4590-8251-2728ae0bd9f1 {
  display: none;
}
#s-61945878-910e-4590-8251-2728ae0bd9f1, #wrap-s-61945878-910e-4590-8251-2728ae0bd9f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61945878-910e-4590-8251-2728ae0bd9f1 {
  display: none;
}
#s-61945878-910e-4590-8251-2728ae0bd9f1, #wrap-s-61945878-910e-4590-8251-2728ae0bd9f1 { display:none !important; }}
#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 {
  margin-top: 3%;
margin-left: 40%;
margin-bottom: 0%;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 {
  margin-top: 22%;
margin-left: 22%;
margin-right: 22%;
}
}






  img.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
    
    
  }


.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shg-align-container {
  text-align: center
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
    
    
  }


.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shg-align-container {
  text-align: center
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
    
    
  }


.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shg-align-container {
  text-align: center
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
    
    
  }


.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shg-align-container {
  text-align: center
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
    
    
  }


.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shg-align-container {
  text-align: center
}

.s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5fbe1c-c96a-4642-9deb-8a4b99bd28e3.shogun-image {
  box-sizing: border-box;
}


}
#s-c259f578-c646-446a-a5ea-2ded7743368f {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-c259f578-c646-446a-a5ea-2ded7743368f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c259f578-c646-446a-a5ea-2ded7743368f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c259f578-c646-446a-a5ea-2ded7743368f {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-c259f578-c646-446a-a5ea-2ded7743368f {
  display: none;
}
#s-c259f578-c646-446a-a5ea-2ded7743368f, #wrap-s-c259f578-c646-446a-a5ea-2ded7743368f { display:none !important; }}
#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9 {
  letter-spacing: 1px;
}
}

  #s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9-btn-wrapper {
    text-align: center;
  }


#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9-btn-wrapper {
    text-align: center;
  }


#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9-btn-wrapper {
    text-align: center;
  }


#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9-btn-wrapper {
    text-align: center;
  }


#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9-btn-wrapper {
    text-align: center;
  }


#s-eda5fd41-5ea0-4bcc-aaed-37d9a2d477a9.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  min-height: 600px;
display: none;
}
#s-72d1a69b-108d-47d7-923d-2be3d45ef30d, #wrap-s-72d1a69b-108d-47d7-923d-2be3d45ef30d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  display: none;
}
#s-72d1a69b-108d-47d7-923d-2be3d45ef30d, #wrap-s-72d1a69b-108d-47d7-923d-2be3d45ef30d { display:none !important; }}@media (max-width: 767px){#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  margin-top: 20px;
margin-bottom: 10px;
display: none;
}
#s-72d1a69b-108d-47d7-923d-2be3d45ef30d, #wrap-s-72d1a69b-108d-47d7-923d-2be3d45ef30d { display:none !important; }}
#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  background-image: url(https://i.shgcdn.com/31e3e97e-b9f9-44b7-9a23-2e360da6d415/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-72d1a69b-108d-47d7-923d-2be3d45ef30d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-72d1a69b-108d-47d7-923d-2be3d45ef30d {
  cursor: pointer;
}#s-72d1a69b-108d-47d7-923d-2be3d45ef30d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5b35f187-3a68-426c-b384-e9273344b2f6 {
  display: none;
}
#s-5b35f187-3a68-426c-b384-e9273344b2f6, #wrap-s-5b35f187-3a68-426c-b384-e9273344b2f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b35f187-3a68-426c-b384-e9273344b2f6 {
  display: none;
}
#s-5b35f187-3a68-426c-b384-e9273344b2f6, #wrap-s-5b35f187-3a68-426c-b384-e9273344b2f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b35f187-3a68-426c-b384-e9273344b2f6 {
  display: none;
}
#s-5b35f187-3a68-426c-b384-e9273344b2f6, #wrap-s-5b35f187-3a68-426c-b384-e9273344b2f6 { display:none !important; }}
#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd {
  margin-top: 3%;
margin-left: 40%;
margin-bottom: 0%;
margin-right: 40%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd {
  margin-top: 27%;
margin-left: 28%;
margin-right: 28%;
}
}






  img.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
    
    
  }


.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shg-align-container {
  text-align: center
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
    
    
  }


.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shg-align-container {
  text-align: center
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
    
    
  }


.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shg-align-container {
  text-align: center
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
    
    
  }


.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shg-align-container {
  text-align: center
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
    
    
  }


.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd .shogun-image-content {
  
    align-items: center;
  
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shg-align-container {
  text-align: center
}

.s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da9763a7-65b0-45c9-8cda-0c4cd9b991fd.shogun-image {
  box-sizing: border-box;
}


}
#s-f74ecee1-81be-46d5-89fd-16a748855923 {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-f74ecee1-81be-46d5-89fd-16a748855923 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f74ecee1-81be-46d5-89fd-16a748855923 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f74ecee1-81be-46d5-89fd-16a748855923 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-f74ecee1-81be-46d5-89fd-16a748855923 {
  display: none;
}
#s-f74ecee1-81be-46d5-89fd-16a748855923, #wrap-s-f74ecee1-81be-46d5-89fd-16a748855923 { display:none !important; }}
#s-c323799e-ba24-434f-916f-4ed1fbff6b9f {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-c323799e-ba24-434f-916f-4ed1fbff6b9f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-c323799e-ba24-434f-916f-4ed1fbff6b9f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-c323799e-ba24-434f-916f-4ed1fbff6b9f {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c323799e-ba24-434f-916f-4ed1fbff6b9f {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c323799e-ba24-434f-916f-4ed1fbff6b9f {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-c323799e-ba24-434f-916f-4ed1fbff6b9f {
  letter-spacing: 1px;
}
}

  #s-c323799e-ba24-434f-916f-4ed1fbff6b9f-btn-wrapper {
    text-align: center;
  }


#s-c323799e-ba24-434f-916f-4ed1fbff6b9f.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c323799e-ba24-434f-916f-4ed1fbff6b9f-btn-wrapper {
    text-align: center;
  }


#s-c323799e-ba24-434f-916f-4ed1fbff6b9f.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c323799e-ba24-434f-916f-4ed1fbff6b9f-btn-wrapper {
    text-align: center;
  }


#s-c323799e-ba24-434f-916f-4ed1fbff6b9f.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c323799e-ba24-434f-916f-4ed1fbff6b9f-btn-wrapper {
    text-align: center;
  }


#s-c323799e-ba24-434f-916f-4ed1fbff6b9f.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c323799e-ba24-434f-916f-4ed1fbff6b9f-btn-wrapper {
    text-align: center;
  }


#s-c323799e-ba24-434f-916f-4ed1fbff6b9f.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  min-height: 700px;
display: none;
}
#s-b7610c1b-5560-42db-9b17-1f6eee834ccf, #wrap-s-b7610c1b-5560-42db-9b17-1f6eee834ccf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  min-height: 700px;
display: none;
}
#s-b7610c1b-5560-42db-9b17-1f6eee834ccf, #wrap-s-b7610c1b-5560-42db-9b17-1f6eee834ccf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  display: none;
}
#s-b7610c1b-5560-42db-9b17-1f6eee834ccf, #wrap-s-b7610c1b-5560-42db-9b17-1f6eee834ccf { display:none !important; }}@media (max-width: 767px){#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}







#s-b7610c1b-5560-42db-9b17-1f6eee834ccf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b7610c1b-5560-42db-9b17-1f6eee834ccf {
  cursor: pointer;
}#s-b7610c1b-5560-42db-9b17-1f6eee834ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cef3630b-bee3-459f-be1d-6d78b83d0727 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cef3630b-bee3-459f-be1d-6d78b83d0727 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cef3630b-bee3-459f-be1d-6d78b83d0727 {
  margin-top: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cef3630b-bee3-459f-be1d-6d78b83d0727 {
  margin-top: 30%;
}
}@media (max-width: 767px){#s-cef3630b-bee3-459f-be1d-6d78b83d0727 {
  display: none;
}
#s-cef3630b-bee3-459f-be1d-6d78b83d0727, #wrap-s-cef3630b-bee3-459f-be1d-6d78b83d0727 { display:none !important; }}
#s-cef3630b-bee3-459f-be1d-6d78b83d0727 .shogun-heading-component h1 {
  color: rgba(245, 2, 39, 1);
  font-weight:   ;
  font-family: "Archivo Black";
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: -1px;
  
}



#s-375f5959-6839-4320-83e2-2c210dec1eb9 {
  margin-top: 20%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
text-align: center;
}
@media (min-width: 1200px){#s-375f5959-6839-4320-83e2-2c210dec1eb9 {
  display: none;
}
#s-375f5959-6839-4320-83e2-2c210dec1eb9, #wrap-s-375f5959-6839-4320-83e2-2c210dec1eb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-375f5959-6839-4320-83e2-2c210dec1eb9 {
  display: none;
}
#s-375f5959-6839-4320-83e2-2c210dec1eb9, #wrap-s-375f5959-6839-4320-83e2-2c210dec1eb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-375f5959-6839-4320-83e2-2c210dec1eb9 {
  display: none;
}
#s-375f5959-6839-4320-83e2-2c210dec1eb9, #wrap-s-375f5959-6839-4320-83e2-2c210dec1eb9 { display:none !important; }}@media (max-width: 767px){#s-375f5959-6839-4320-83e2-2c210dec1eb9 {
  padding-top: 30%;
}
}






  img.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
    
    
  }


.s-375f5959-6839-4320-83e2-2c210dec1eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shg-align-container {
  text-align: center
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
    
    
  }


.s-375f5959-6839-4320-83e2-2c210dec1eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shg-align-container {
  text-align: center
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
    
    
  }


.s-375f5959-6839-4320-83e2-2c210dec1eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shg-align-container {
  text-align: center
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
    
    
  }


.s-375f5959-6839-4320-83e2-2c210dec1eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shg-align-container {
  text-align: center
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
    
    
  }


.s-375f5959-6839-4320-83e2-2c210dec1eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shg-align-container {
  text-align: center
}

.s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375f5959-6839-4320-83e2-2c210dec1eb9.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 {
  display: none;
}
#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507, #wrap-s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 {
  display: none;
}
#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507, #wrap-s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 {
  display: none;
}
#s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507, #wrap-s-1eb7c5ec-daed-4cd6-b2fe-ac6cd95b8507 { display:none !important; }}
@media (min-width: 1200px){#s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457 {
  
}
}@media (max-width: 767px){#s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457 {
  display: none;
}
#s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457, #wrap-s-ae339bf1-06f5-4a90-974f-c7ecf9e2b457 { display:none !important; }}
#s-7679a180-896b-4738-8f08-54fe1398125c {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-7679a180-896b-4738-8f08-54fe1398125c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-7679a180-896b-4738-8f08-54fe1398125c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-7679a180-896b-4738-8f08-54fe1398125c {
  display: none;
}
#s-7679a180-896b-4738-8f08-54fe1398125c, #wrap-s-7679a180-896b-4738-8f08-54fe1398125c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7679a180-896b-4738-8f08-54fe1398125c {
  display: none;
}
#s-7679a180-896b-4738-8f08-54fe1398125c, #wrap-s-7679a180-896b-4738-8f08-54fe1398125c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7679a180-896b-4738-8f08-54fe1398125c {
  display: none;
}
#s-7679a180-896b-4738-8f08-54fe1398125c, #wrap-s-7679a180-896b-4738-8f08-54fe1398125c { display:none !important; }}@media (max-width: 767px){#s-7679a180-896b-4738-8f08-54fe1398125c {
  margin-top: 2%;
margin-bottom: 2%;
letter-spacing: 1px;
}
}

  #s-7679a180-896b-4738-8f08-54fe1398125c-btn-wrapper {
    text-align: center;
  }


#s-7679a180-896b-4738-8f08-54fe1398125c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7679a180-896b-4738-8f08-54fe1398125c-btn-wrapper {
    text-align: center;
  }


#s-7679a180-896b-4738-8f08-54fe1398125c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7679a180-896b-4738-8f08-54fe1398125c-btn-wrapper {
    text-align: center;
  }


#s-7679a180-896b-4738-8f08-54fe1398125c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7679a180-896b-4738-8f08-54fe1398125c-btn-wrapper {
    text-align: center;
  }


#s-7679a180-896b-4738-8f08-54fe1398125c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7679a180-896b-4738-8f08-54fe1398125c-btn-wrapper {
    text-align: center;
  }


#s-7679a180-896b-4738-8f08-54fe1398125c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  padding-top: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  display: none;
}
#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5, #wrap-s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 { display:none !important; }}@media (max-width: 767px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  margin-bottom: 0px;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  margin-bottom: 3%;
}
}@media (max-width: 767px){#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  background-image: url(https://i.shgcdn.com/8c1415c7-a416-4c81-a11d-20f2c05a58bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9dae49da-c95e-4a20-9700-1fc6b08abaed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  cursor: pointer;
}#s-9dae49da-c95e-4a20-9700-1fc6b08abaed.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-37706e9f-d9bb-473f-a357-a987da536a1b {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-37706e9f-d9bb-473f-a357-a987da536a1b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-37706e9f-d9bb-473f-a357-a987da536a1b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-3ad89495-899d-4741-8ca0-7272db1fe725 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3ad89495-899d-4741-8ca0-7272db1fe725 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-3ad89495-899d-4741-8ca0-7272db1fe725 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-94445ddf-9b13-487b-9824-f059246ec46e {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-94445ddf-9b13-487b-9824-f059246ec46e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-94445ddf-9b13-487b-9824-f059246ec46e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-94445ddf-9b13-487b-9824-f059246ec46e {
  letter-spacing: 1px;
}
}

  #s-94445ddf-9b13-487b-9824-f059246ec46e-btn-wrapper {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-btn-wrapper {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-btn-wrapper {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-btn-wrapper {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-btn-wrapper {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 10%;
padding-bottom: 10%;
}
}@media (max-width: 767px){#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
opacity: 1;
}
}
#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  background-image: url(https://i.shgcdn.com/4944dbb9-aa53-4424-9214-4bf6aba485ec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  cursor: pointer;
}#s-063e4b8a-4f90-4a6d-981f-810a99e21d94.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c5f608a5-90dc-49cc-98b8-fde3d6cf57c8 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c5f608a5-90dc-49cc-98b8-fde3d6cf57c8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c5f608a5-90dc-49cc-98b8-fde3d6cf57c8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-a4474a92-4b49-41fa-a3bf-af8de0ef1bdb {
  margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a4474a92-4b49-41fa-a3bf-af8de0ef1bdb {
  margin-right: 11%;
}
}
#s-a4474a92-4b49-41fa-a3bf-af8de0ef1bdb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a4474a92-4b49-41fa-a3bf-af8de0ef1bdb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-a750cd61-212d-414e-881e-866196218535 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-a750cd61-212d-414e-881e-866196218535:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-a750cd61-212d-414e-881e-866196218535:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-a750cd61-212d-414e-881e-866196218535 {
  letter-spacing: 1px;
}
}

  #s-a750cd61-212d-414e-881e-866196218535-btn-wrapper {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a750cd61-212d-414e-881e-866196218535-btn-wrapper {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a750cd61-212d-414e-881e-866196218535-btn-wrapper {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a750cd61-212d-414e-881e-866196218535-btn-wrapper {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a750cd61-212d-414e-881e-866196218535-btn-wrapper {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-position: center center;
}
@media (max-width: 767px){#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  background-image: url(https://i.shgcdn.com/55df2055-16ee-42d8-995c-0f08a6662c68/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-05de310f-bcd1-4170-9243-f4608c7f92db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  cursor: pointer;
}#s-05de310f-bcd1-4170-9243-f4608c7f92db.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8d6c469d-03f1-4908-b389-c398d9c933bd {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8d6c469d-03f1-4908-b389-c398d9c933bd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-8d6c469d-03f1-4908-b389-c398d9c933bd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-898334d1-e086-40fc-bc0d-3a4adfd94176 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-898334d1-e086-40fc-bc0d-3a4adfd94176:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-898334d1-e086-40fc-bc0d-3a4adfd94176:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-898334d1-e086-40fc-bc0d-3a4adfd94176 {
  letter-spacing: 1px;
}
}

  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-btn-wrapper {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-btn-wrapper {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-btn-wrapper {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-btn-wrapper {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-btn-wrapper {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  background-image: url(https://i.shgcdn.com/f22dfb9f-ba28-4e10-b1a7-9887a085b09c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8afaff1c-6d80-4118-a046-8785a42c355c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  cursor: pointer;
}#s-8afaff1c-6d80-4118-a046-8785a42c355c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f6218db2-597c-4590-a138-a51ec6aba912 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f6218db2-597c-4590-a138-a51ec6aba912 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f6218db2-597c-4590-a138-a51ec6aba912 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-61a83bc1-f487-4458-9b1f-a38505683013 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-61a83bc1-f487-4458-9b1f-a38505683013:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-61a83bc1-f487-4458-9b1f-a38505683013:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-61a83bc1-f487-4458-9b1f-a38505683013 {
  letter-spacing: 1px;
}
}

  #s-61a83bc1-f487-4458-9b1f-a38505683013-btn-wrapper {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-btn-wrapper {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-btn-wrapper {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-btn-wrapper {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-btn-wrapper {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-bottom: 0px;
display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display:none !important; }}
@media (min-width: 0px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  margin-bottom: 3%;
min-height: 360px;
}
}@media (max-width: 767px){#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ca079c8d-e515-440b-a15b-239e11bde161 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  cursor: pointer;
}#s-ca079c8d-e515-440b-a15b-239e11bde161.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-790ada59-fd44-435b-bc40-7ba1f76c070a {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-790ada59-fd44-435b-bc40-7ba1f76c070a {
  margin-bottom: 0px;
}
}
#s-790ada59-fd44-435b-bc40-7ba1f76c070a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-50a237f6-0d20-4b1a-b44e-085feb5d8e7e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50a237f6-0d20-4b1a-b44e-085feb5d8e7e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-7289305a-d459-4a65-94a9-a2967e89b9d6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  letter-spacing: 1px;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display:none !important; }}

  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-btn-wrapper {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-btn-wrapper {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-btn-wrapper {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-btn-wrapper {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-btn-wrapper {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  cursor: pointer;
}#s-43cf22fa-08c6-4d18-a148-96660bbe72f6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-29a2bc86-b135-4edc-a20c-e1275b9b069f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-29a2bc86-b135-4edc-a20c-e1275b9b069f {
  margin-bottom: 0px;
}
}
#s-29a2bc86-b135-4edc-a20c-e1275b9b069f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5a46e119-adb9-40c3-8f93-73351cd5deba {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a46e119-adb9-40c3-8f93-73351cd5deba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  letter-spacing: 1px;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display:none !important; }}

  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-btn-wrapper {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-btn-wrapper {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-btn-wrapper {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-btn-wrapper {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-btn-wrapper {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 360px;
}
}@media (max-width: 767px){#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
opacity: 1;
}
}







#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  cursor: pointer;
}#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 {
  margin-bottom: 0px;
}
}
#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ebd6955a-99ef-4459-8f65-87f43a0ab13e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ebd6955a-99ef-4459-8f65-87f43a0ab13e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-94863492-40b4-425b-a5a0-e28495ad8770:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-94863492-40b4-425b-a5a0-e28495ad8770:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  letter-spacing: 1px;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display:none !important; }}

  #s-94863492-40b4-425b-a5a0-e28495ad8770-btn-wrapper {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-btn-wrapper {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-btn-wrapper {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-btn-wrapper {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-btn-wrapper {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-db4a0273-094f-45be-9de1-f972d46719eb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db4a0273-094f-45be-9de1-f972d46719eb {
  min-height: 360px;
}
}@media (max-width: 767px){#s-db4a0273-094f-45be-9de1-f972d46719eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-db4a0273-094f-45be-9de1-f972d46719eb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-db4a0273-094f-45be-9de1-f972d46719eb {
  cursor: pointer;
}#s-db4a0273-094f-45be-9de1-f972d46719eb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 {
  margin-bottom: 0px;
}
}
#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc9f0a92-3ea8-43c5-9bae-6d6ad839a32f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bc9f0a92-3ea8-43c5-9bae-6d6ad839a32f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  letter-spacing: 1px;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display:none !important; }}

  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-btn-wrapper {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-btn-wrapper {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-btn-wrapper {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-btn-wrapper {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-btn-wrapper {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 {
  margin-top: 2%;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 {
  display: none;
}
#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3, #wrap-s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 { display:none !important; }}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display:none !important; }}@media (max-width: 767px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  margin-top: 20px;
}
}
#s-aec73610-15cd-48fe-b270-bab2fe07a8cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-aec73610-15cd-48fe-b270-bab2fe07a8cc {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-aec73610-15cd-48fe-b270-bab2fe07a8cc, #wrap-s-aec73610-15cd-48fe-b270-bab2fe07a8cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aec73610-15cd-48fe-b270-bab2fe07a8cc {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-aec73610-15cd-48fe-b270-bab2fe07a8cc, #wrap-s-aec73610-15cd-48fe-b270-bab2fe07a8cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aec73610-15cd-48fe-b270-bab2fe07a8cc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-aec73610-15cd-48fe-b270-bab2fe07a8cc {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-aec73610-15cd-48fe-b270-bab2fe07a8cc, #wrap-s-aec73610-15cd-48fe-b270-bab2fe07a8cc { display:none !important; }}







#s-aec73610-15cd-48fe-b270-bab2fe07a8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aec73610-15cd-48fe-b270-bab2fe07a8cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7 {
  display: none;
}
#s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7, #wrap-s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-de346bb3-14e4-417d-bddd-c6a1ee3ca3f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-30b197a8-7d68-427f-8b41-3d8392d390aa {
  display: none;
}
#s-055947eb-46ae-4041-9ba8-61618e7de46a {
  text-align: left;
}



.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-055947eb-46ae-4041-9ba8-61618e7de46a img.shogun-image {
  width: 100%;
}



}
#s-189ee7e6-3d6a-4b1b-897d-a0e335c75b0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-189ee7e6-3d6a-4b1b-897d-a0e335c75b0a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-01ae3c9b-b618-4ad2-adbc-70da2db321eb {
  text-align: center;
}

#s-01ae3c9b-b618-4ad2-adbc-70da2db321eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-01ae3c9b-b618-4ad2-adbc-70da2db321eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-01ae3c9b-b618-4ad2-adbc-70da2db321eb .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-737e0a40-209c-4be5-bdb1-bc1a81aa3578 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-737e0a40-209c-4be5-bdb1-bc1a81aa3578-atc-btn-wrapper {
    text-align: center;
  }


#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-737e0a40-209c-4be5-bdb1-bc1a81aa3578.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-737e0a40-209c-4be5-bdb1-bc1a81aa3578.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-7a3275ab-f01f-40d6-9708-7f0872781e69 {
  display: none;
}
#s-ec006a91-cd52-40ae-846a-3e0b01805272 {
  text-align: left;
}



.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec006a91-cd52-40ae-846a-3e0b01805272 img.shogun-image {
  width: 100%;
}



}
#s-29212562-ed8f-4bcd-8738-87942382ffc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29212562-ed8f-4bcd-8738-87942382ffc8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-05d81fe0-4dd4-4f8d-b390-04010a9cb08a {
  text-align: center;
}

#s-05d81fe0-4dd4-4f8d-b390-04010a9cb08a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-05d81fe0-4dd4-4f8d-b390-04010a9cb08a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d81fe0-4dd4-4f8d-b390-04010a9cb08a .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-0727234b-d7bb-4dcd-8a33-0916c4f38747 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0727234b-d7bb-4dcd-8a33-0916c4f38747:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0727234b-d7bb-4dcd-8a33-0916c4f38747:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0727234b-d7bb-4dcd-8a33-0916c4f38747-atc-btn-wrapper {
    text-align: center;
  }


#s-0727234b-d7bb-4dcd-8a33-0916c4f38747 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0727234b-d7bb-4dcd-8a33-0916c4f38747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0727234b-d7bb-4dcd-8a33-0916c4f38747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-0727234b-d7bb-4dcd-8a33-0916c4f38747.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-0727234b-d7bb-4dcd-8a33-0916c4f38747.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-145b68fd-0ea0-4bba-8e8d-095e7eb7bd88 {
  display: none;
}
#s-45894947-bfd3-49da-a601-c4695ec5a630 {
  text-align: left;
}



.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45894947-bfd3-49da-a601-c4695ec5a630 img.shogun-image {
  width: 100%;
}



}
#s-9b510fef-a3a5-4491-8e68-0ed321898a78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b510fef-a3a5-4491-8e68-0ed321898a78 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c18545ce-8771-47c8-9a40-707cc84a08a7 {
  text-align: center;
}

#s-c18545ce-8771-47c8-9a40-707cc84a08a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-c18545ce-8771-47c8-9a40-707cc84a08a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-c18545ce-8771-47c8-9a40-707cc84a08a7 .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-a0b64461-d140-4007-9480-75c5948cc78d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a0b64461-d140-4007-9480-75c5948cc78d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a0b64461-d140-4007-9480-75c5948cc78d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-a0b64461-d140-4007-9480-75c5948cc78d-atc-btn-wrapper {
    text-align: center;
  }


#s-a0b64461-d140-4007-9480-75c5948cc78d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0b64461-d140-4007-9480-75c5948cc78d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0b64461-d140-4007-9480-75c5948cc78d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-a0b64461-d140-4007-9480-75c5948cc78d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-a0b64461-d140-4007-9480-75c5948cc78d.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-93f94af6-d811-4531-9a80-ec89fca85fd6 {
  display: none;
}
#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 {
  text-align: left;
}



.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f57c58c3-c135-42d3-a6e2-d30d0236ced3 img.shogun-image {
  width: 100%;
}




#s-0364d627-c3e6-462b-9c58-8872bb8c569f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0364d627-c3e6-462b-9c58-8872bb8c569f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-17a47aad-4a0f-45f2-8840-181c225b41eb {
  text-align: center;
}

#s-17a47aad-4a0f-45f2-8840-181c225b41eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-17a47aad-4a0f-45f2-8840-181c225b41eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-17a47aad-4a0f-45f2-8840-181c225b41eb .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-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74-atc-btn-wrapper {
    text-align: center;
  }


#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-ea5264ec-b6aa-471b-9ff4-21b0ec14cc74.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


@media (min-width: 0px) {
[id="s-40d89817-b624-41e4-ac9b-372f907bf0a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40d89817-b624-41e4-ac9b-372f907bf0a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40d89817-b624-41e4-ac9b-372f907bf0a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40d89817-b624-41e4-ac9b-372f907bf0a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51c2f69d-eebb-4c5b-b5f4-0578e721a63e {
  display: none;
}
#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 {
  text-align: left;
}



.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cee2e8f2-6bee-4f6b-88ab-d790f26e16d8 img.shogun-image {
  width: 100%;
}



}
#s-9a966965-f0da-4f7d-90db-b89601c23ae1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a966965-f0da-4f7d-90db-b89601c23ae1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b2fd47c4-3bae-4b63-8917-114cbc7a4412 {
  display: none;
}
#s-56b11f95-146a-482e-88bb-a43df6c3b9ae {
  text-align: left;
}



.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b11f95-146a-482e-88bb-a43df6c3b9ae img.shogun-image {
  width: 100%;
}



}
#s-6f0fdde4-8e88-42bc-8c71-56d1a3be81c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f0fdde4-8e88-42bc-8c71-56d1a3be81c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-06d0f8ae-c52e-442c-9f51-c94715563c2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06d0f8ae-c52e-442c-9f51-c94715563c2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06d0f8ae-c52e-442c-9f51-c94715563c2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06d0f8ae-c52e-442c-9f51-c94715563c2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81b1b507-9340-42a4-a016-a62274b86671 {
  display: none;
}
#s-687451a4-557d-47b3-b5fc-a23559eec783 {
  text-align: left;
}



.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-687451a4-557d-47b3-b5fc-a23559eec783 img.shogun-image {
  width: 100%;
}



}
#s-2d3ac4bc-7b27-4736-ac4b-fa8165eef00b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d3ac4bc-7b27-4736-ac4b-fa8165eef00b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-dead06e9-b907-448c-a58f-4cdfd5c68c76 {
  display: none;
}
#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad {
  text-align: left;
}



.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7f0724-9e2b-4700-ad81-61cb9be1b3ad img.shogun-image {
  width: 100%;
}



}
#s-55a6ca45-e867-4b73-8759-27b0a630e94d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55a6ca45-e867-4b73-8759-27b0a630e94d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-71cb3e76-92b1-484d-ab1c-4e085281d9da {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (max-width: 767px){#s-71cb3e76-92b1-484d-ab1c-4e085281d9da {
  display: none;
}
#s-71cb3e76-92b1-484d-ab1c-4e085281d9da, #wrap-s-71cb3e76-92b1-484d-ab1c-4e085281d9da { display:none !important; }}







#s-71cb3e76-92b1-484d-ab1c-4e085281d9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71cb3e76-92b1-484d-ab1c-4e085281d9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 {
  display: none;
}
#s-1bc748ae-6d94-4bb8-82b4-b159db80da79, #wrap-s-1bc748ae-6d94-4bb8-82b4-b159db80da79 { display:none !important; }}@media (max-width: 767px){#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 {
  display: none;
}
#s-1bc748ae-6d94-4bb8-82b4-b159db80da79, #wrap-s-1bc748ae-6d94-4bb8-82b4-b159db80da79 { display:none !important; }}
#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 .shg-sld-nav-button.shg-sld-left,
#s-1bc748ae-6d94-4bb8-82b4-b159db80da79 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-187860e5-29e6-4e0d-9ff8-1fa1a318952a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-187860e5-29e6-4e0d-9ff8-1fa1a318952a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-187860e5-29e6-4e0d-9ff8-1fa1a318952a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-187860e5-29e6-4e0d-9ff8-1fa1a318952a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bf5c46d6-3c1f-486d-977f-52da798d0d5c {
  display: none;
}
#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de92466c-7c96-4f71-a4dd-e270df2f6c8c img.shogun-image {
  width: 100%;
}



}
#s-06732b29-ff04-4b25-bc34-7385e581ae86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06732b29-ff04-4b25-bc34-7385e581ae86 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f9f07b84-cb13-448f-8f33-8d720aa0d8f2 {
  display: none;
}
#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72405c66-da7e-4dd3-8f0c-efc91e3ae7a8 img.shogun-image {
  width: 100%;
}



}
#s-0eafc96a-04a0-4d0f-9261-b3647e49acbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eafc96a-04a0-4d0f-9261-b3647e49acbe .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a2a467a8-de16-4cdb-a162-60bf0cfc758a {
  display: none;
}
#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-863af3ff-87c1-44db-a484-cf4fb9457cd2 img.shogun-image {
  width: 100%;
}



}
#s-3aec9bf4-bc02-4560-a1c8-69a67f1fedba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aec9bf4-bc02-4560-a1c8-69a67f1fedba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0ce019e6-1b9b-425b-a879-59527a5f277f {
  display: none;
}
#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e85312e-81c1-4df7-bdfe-0477be95e1bb img.shogun-image {
  width: 100%;
}



}
#s-5d910b79-eddf-48b7-88e0-200a5075f860 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d910b79-eddf-48b7-88e0-200a5075f860 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-aa9ee33f-aa34-43ed-8683-2502b714b0dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa9ee33f-aa34-43ed-8683-2502b714b0dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa9ee33f-aa34-43ed-8683-2502b714b0dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa9ee33f-aa34-43ed-8683-2502b714b0dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-134102bb-604a-43eb-91f5-2e2b3b1b4017 {
  margin-left: 8%;
margin-right: 8%;
}

#s-134102bb-604a-43eb-91f5-2e2b3b1b4017 {
  display: none;
}
#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b71e3e7-2784-4b02-8f36-40d1fe451358 img.shogun-image {
  width: 100%;
}



}
#s-a0c44dc3-84e9-41e9-8f84-0db35ab23d3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0c44dc3-84e9-41e9-8f84-0db35ab23d3c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8873254e-b75e-40d4-b7a4-fd48095155a4 {
  display: none;
}
#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1d27d40-c363-42ee-bc9e-7427c92dbee8 img.shogun-image {
  width: 100%;
}



}
#s-fea1aabb-d8e1-415b-9c9d-d46a299b1213 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fea1aabb-d8e1-415b-9c9d-d46a299b1213 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0a40f448-fcf7-4dee-8bca-f4dbb0193f66 {
  display: none;
}
#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edf2ae7-7ecd-4bdf-83ca-47d34bc5ecc6 img.shogun-image {
  width: 100%;
}



}
#s-8e9c1b54-c3c0-4566-bbb7-5618abf10cd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e9c1b54-c3c0-4566-bbb7-5618abf10cd3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-aa13b0d8-3fa5-4133-8838-0aa8ba8924ee {
  display: none;
}
#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}



.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277cd70b-a2ae-4f44-8b72-c73d2605dcfc img.shogun-image {
  width: 100%;
}



}
#s-6135aa35-abec-415c-9030-baceff39422d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6135aa35-abec-415c-9030-baceff39422d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d {
  display: none;
}
#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d, #wrap-s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d {
  display: none;
}
#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d, #wrap-s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d {
  display: none;
}
#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d, #wrap-s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d { display:none !important; }}
#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d .shg-sld-nav-button.shg-sld-left,
#s-1ee8a352-8fa1-40a6-b3a6-1515cef2124d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-935f926c-7caf-4449-b2c8-2aafeffe94ed {
  display: none;
}
#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45d9b6df-f4e8-45d8-b40e-df6ba31091be img.shogun-image {
  width: 100%;
}



}
#s-5652ac88-447d-44b7-862d-5ccf4bc5b24c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5652ac88-447d-44b7-862d-5ccf4bc5b24c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3c1a6cbe-ae35-4ae3-a788-d054f4a21723 {
  display: none;
}
#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50dfa7fe-a54f-4a82-8b05-b9c6e8e2ab99 img.shogun-image {
  width: 100%;
}



}
#s-a677ee39-67bb-433d-b0a1-aef603dd510e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a677ee39-67bb-433d-b0a1-aef603dd510e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b5bb9033-1f08-4dfe-ac9a-b5b8649f75c2 {
  display: none;
}
#s-e88fac57-115e-4152-a75b-efcd1cb49364 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}



.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88fac57-115e-4152-a75b-efcd1cb49364 img.shogun-image {
  width: 100%;
}



}
#s-a1ecccf8-cd52-469c-b4c3-2b78f62fd6c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1ecccf8-cd52-469c-b4c3-2b78f62fd6c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0059eb55-11e4-4769-b219-d99f0b9facc2 {
  display: none;
}
#s-532d0702-d232-4b40-8783-aadebc4c41fd {
  text-align: left;
}
@media (max-width: 767px){#s-532d0702-d232-4b40-8783-aadebc4c41fd {
  margin-left: 4%;
margin-right: 4%;
}
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-532d0702-d232-4b40-8783-aadebc4c41fd img.shogun-image {
  width: 100%;
}



}
#s-fdced9b9-25b8-42ea-9101-279ec81b3531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdced9b9-25b8-42ea-9101-279ec81b3531 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 40px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 40px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  margin-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-left: 0px;
margin-right: 0%;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-left: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-top: 20px;
margin-bottom: 10px;
}
}
#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  background-image: url(https://i.shgcdn.com/ea314b8b-c664-4632-a217-98663618c3cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  cursor: pointer;
}#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5c5c22c5-4d09-4ac0-851c-08417c901e07 {
  min-height: 50px;
}








#s-5c5c22c5-4d09-4ac0-851c-08417c901e07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c5c22c5-4d09-4ac0-851c-08417c901e07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a {
  text-align: left;
}
@media (min-width: 1200px){#s-6b368518-c197-4e05-bc82-c172c68f385a {
  margin-left: 0%;
margin-right: 68%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b368518-c197-4e05-bc82-c172c68f385a {
  margin-left: 0%;
margin-right: 68%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b368518-c197-4e05-bc82-c172c68f385a {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-6b368518-c197-4e05-bc82-c172c68f385a {
  margin-right: 42%;
}
}






  img.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
    
    
  }


.s-6b368518-c197-4e05-bc82-c172c68f385a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shg-align-container {
  text-align: left
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
    
    
  }


.s-6b368518-c197-4e05-bc82-c172c68f385a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shg-align-container {
  text-align: left
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
    
    
  }


.s-6b368518-c197-4e05-bc82-c172c68f385a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shg-align-container {
  text-align: left
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
    
    
  }


.s-6b368518-c197-4e05-bc82-c172c68f385a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shg-align-container {
  text-align: left
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
    
    
  }


.s-6b368518-c197-4e05-bc82-c172c68f385a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shg-align-container {
  text-align: left
}

.s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b368518-c197-4e05-bc82-c172c68f385a.shogun-image {
  box-sizing: border-box;
}


}
#s-078e2887-c2d4-4fd8-a301-7958ffe058f1 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-078e2887-c2d4-4fd8-a301-7958ffe058f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aad4bd23-9e6e-49da-b40e-4533a95900b6 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-aad4bd23-9e6e-49da-b40e-4533a95900b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-aad4bd23-9e6e-49da-b40e-4533a95900b6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-aad4bd23-9e6e-49da-b40e-4533a95900b6 {
  letter-spacing: 1px;
}
}

  #s-aad4bd23-9e6e-49da-b40e-4533a95900b6-btn-wrapper {
    text-align: left;
  }


#s-aad4bd23-9e6e-49da-b40e-4533a95900b6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aad4bd23-9e6e-49da-b40e-4533a95900b6-btn-wrapper {
    text-align: left;
  }


#s-aad4bd23-9e6e-49da-b40e-4533a95900b6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aad4bd23-9e6e-49da-b40e-4533a95900b6-btn-wrapper {
    text-align: left;
  }


#s-aad4bd23-9e6e-49da-b40e-4533a95900b6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aad4bd23-9e6e-49da-b40e-4533a95900b6-btn-wrapper {
    text-align: left;
  }


#s-aad4bd23-9e6e-49da-b40e-4533a95900b6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aad4bd23-9e6e-49da-b40e-4533a95900b6-btn-wrapper {
    text-align: left;
  }


#s-aad4bd23-9e6e-49da-b40e-4533a95900b6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  margin-left: 0px;
margin-right: 0%;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  margin-left: 0px;
margin-right: 0%;
}
}
#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  background-image: url(https://i.shgcdn.com/5eb21a8a-b9f0-494b-abd8-4c5113c9b766/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f > .shg-box-overlay {
  background-color: rgba(38, 37, 37, 1);
  opacity: 0.1;
}#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  cursor: pointer;
}#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 {
  text-align: left;
}
@media (min-width: 1200px){#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 {
  margin-left: 0%;
margin-right: 78%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 {
  margin-right: 78%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 {
  margin-right: 49%;
}
}@media (max-width: 767px){#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 {
  margin-right: 52%;
}
}






  img.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
    
    
  }


.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shg-align-container {
  text-align: left
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
    
    
  }


.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shg-align-container {
  text-align: left
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
    
    
  }


.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shg-align-container {
  text-align: left
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
    
    
  }


.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shg-align-container {
  text-align: left
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
    
    
  }


.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shg-align-container {
  text-align: left
}

.s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb14dff-00ca-4478-a5cd-2e9c132acae1.shogun-image {
  box-sizing: border-box;
}


}
#s-cf502da6-cede-43cd-ba57-7b8227462dd0 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cf502da6-cede-43cd-ba57-7b8227462dd0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8382acf0-0afb-4532-ae8a-45283a1f31d8 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-8382acf0-0afb-4532-ae8a-45283a1f31d8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-8382acf0-0afb-4532-ae8a-45283a1f31d8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-8382acf0-0afb-4532-ae8a-45283a1f31d8 {
  letter-spacing: 1px;
}
}

  #s-8382acf0-0afb-4532-ae8a-45283a1f31d8-btn-wrapper {
    text-align: left;
  }


#s-8382acf0-0afb-4532-ae8a-45283a1f31d8.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8382acf0-0afb-4532-ae8a-45283a1f31d8-btn-wrapper {
    text-align: left;
  }


#s-8382acf0-0afb-4532-ae8a-45283a1f31d8.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8382acf0-0afb-4532-ae8a-45283a1f31d8-btn-wrapper {
    text-align: left;
  }


#s-8382acf0-0afb-4532-ae8a-45283a1f31d8.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8382acf0-0afb-4532-ae8a-45283a1f31d8-btn-wrapper {
    text-align: left;
  }


#s-8382acf0-0afb-4532-ae8a-45283a1f31d8.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8382acf0-0afb-4532-ae8a-45283a1f31d8-btn-wrapper {
    text-align: left;
  }


#s-8382acf0-0afb-4532-ae8a-45283a1f31d8.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display:none !important; }}







#s-edc6b5d1-ae15-41ba-997f-104697a636d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc6b5d1-ae15-41ba-997f-104697a636d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-25206f94-df4c-41bb-9a13-ff63c1e78e54 {
  display: none;
}
#s-25206f94-df4c-41bb-9a13-ff63c1e78e54, #wrap-s-25206f94-df4c-41bb-9a13-ff63c1e78e54 { display:none !important; }}
@media (min-width: 0px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-cb5a6cd9-0eb4-4b79-93e5-7393159fabf2 {
  display: none;
}
#s-a3359860-efd0-419d-945a-f53da892909d {
  text-align: left;
}



.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



}
#s-9b44a8b2-2bf5-4b62-8b35-470aea8ca5cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b44a8b2-2bf5-4b62-8b35-470aea8ca5cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb {
  text-align: center;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .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-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb-atc-btn-wrapper {
    text-align: center;
  }


#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-f2eb0c44-8968-4c74-a4cd-df3c811f5c5a {
  display: none;
}
#s-927ee118-4cb8-4c5e-a8fd-90f284792084 {
  text-align: left;
}



.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



}
#s-09ca18b1-7504-46dd-848e-664a24b5d96b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ca18b1-7504-46dd-848e-664a24b5d96b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf {
  text-align: center;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .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-478e3e28-cad5-49c6-babe-8c25906dc71d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-478e3e28-cad5-49c6-babe-8c25906dc71d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-478e3e28-cad5-49c6-babe-8c25906dc71d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-478e3e28-cad5-49c6-babe-8c25906dc71d-atc-btn-wrapper {
    text-align: center;
  }


#s-478e3e28-cad5-49c6-babe-8c25906dc71d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-48805c86-fc0b-49b3-9576-4d9e02a7c0b8 {
  display: none;
}
#s-db93af40-7823-4a91-9e9f-cb771acb0f89 {
  text-align: left;
}



.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



}
#s-456a1789-84d9-4050-8388-b78ec3ebed77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-456a1789-84d9-4050-8388-b78ec3ebed77 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 {
  text-align: center;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .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-463986c6-24eb-4dab-a858-fe209c72247e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-463986c6-24eb-4dab-a858-fe209c72247e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-463986c6-24eb-4dab-a858-fe209c72247e:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-463986c6-24eb-4dab-a858-fe209c72247e-atc-btn-wrapper {
    text-align: center;
  }


#s-463986c6-24eb-4dab-a858-fe209c72247e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-97f98e1f-f9c9-43fc-9162-5450cacbf033 {
  display: none;
}
#s-69331486-d7a7-4390-a381-a574e5024799 {
  text-align: left;
}



.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}




#s-2100f6d3-9b86-4369-b49b-205ebb7f40d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2100f6d3-9b86-4369-b49b-205ebb7f40d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 {
  text-align: center;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .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-6ea03d17-5957-4209-8562-24595decab8a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6ea03d17-5957-4209-8562-24595decab8a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6ea03d17-5957-4209-8562-24595decab8a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6ea03d17-5957-4209-8562-24595decab8a-atc-btn-wrapper {
    text-align: center;
  }


#s-6ea03d17-5957-4209-8562-24595decab8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


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