.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-bb34f64c-1918-4f5e-9727-0e508353cd57 {
  padding-bottom: 0px;
min-height: 50px;
}








#s-bb34f64c-1918-4f5e-9727-0e508353cd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb34f64c-1918-4f5e-9727-0e508353cd57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (max-width: 767px){#s-9113bfa0-0c6c-46e8-b60d-f970a19b0960 {
  display: none;
}
#s-9113bfa0-0c6c-46e8-b60d-f970a19b0960, #wrap-s-9113bfa0-0c6c-46e8-b60d-f970a19b0960 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9113bfa0-0c6c-46e8-b60d-f970a19b0960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-98596173-314b-4aad-acd1-2df0829ccdf8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}

#s-98596173-314b-4aad-acd1-2df0829ccdf8 {
  background-image: url(https://i.shgcdn.com/0efe6cc7-9d27-4d82-98d4-16c960aa3f01/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-98596173-314b-4aad-acd1-2df0829ccdf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98596173-314b-4aad-acd1-2df0829ccdf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44d5b73-5417-44c7-a7da-dc3704c0f126 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 350px;
background-color: rgba(0, 0, 0, 1);
}








#s-a44d5b73-5417-44c7-a7da-dc3704c0f126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44d5b73-5417-44c7-a7da-dc3704c0f126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27acf559-f1b5-4223-aa50-bd04a7c9b07f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 550px;
}








#s-27acf559-f1b5-4223-aa50-bd04a7c9b07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27acf559-f1b5-4223-aa50-bd04a7c9b07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a62d6ffc-41e7-4e08-81a6-1513bd8a1251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a62d6ffc-41e7-4e08-81a6-1513bd8a1251 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-60c127db-1248-483f-96dc-2c5684cbea82 {
  margin-top: 20px;
}

#s-361a3ef9-d791-4961-9c74-256f2dc1f1e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-361a3ef9-d791-4961-9c74-256f2dc1f1e2 {
  background-image: url(https://i.shgcdn.com/af4340c8-99dd-4a62-b458-ca319b3cc734/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-361a3ef9-d791-4961-9c74-256f2dc1f1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-361a3ef9-d791-4961-9c74-256f2dc1f1e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f944ccb5-b88e-4c37-867a-911450d5279e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f944ccb5-b88e-4c37-867a-911450d5279e {
  display: none;
}
#s-f944ccb5-b88e-4c37-867a-911450d5279e, #wrap-s-f944ccb5-b88e-4c37-867a-911450d5279e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f944ccb5-b88e-4c37-867a-911450d5279e {
  display: none;
}
#s-f944ccb5-b88e-4c37-867a-911450d5279e, #wrap-s-f944ccb5-b88e-4c37-867a-911450d5279e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f944ccb5-b88e-4c37-867a-911450d5279e {
  display: none;
}
#s-f944ccb5-b88e-4c37-867a-911450d5279e, #wrap-s-f944ccb5-b88e-4c37-867a-911450d5279e { display: none !important; }}







#s-f944ccb5-b88e-4c37-867a-911450d5279e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f944ccb5-b88e-4c37-867a-911450d5279e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-45d5de5e-ade3-4618-badf-836b5a3d24ef {
  text-align: center;
}







  img.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
    
    
  }


.s-45d5de5e-ade3-4618-badf-836b5a3d24ef .shogun-image-content {
  
    align-items: center;
  
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
    
    
  }


.s-45d5de5e-ade3-4618-badf-836b5a3d24ef .shogun-image-content {
  
    align-items: center;
  
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
    
    
  }


.s-45d5de5e-ade3-4618-badf-836b5a3d24ef .shogun-image-content {
  
    align-items: center;
  
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
    
    
  }


.s-45d5de5e-ade3-4618-badf-836b5a3d24ef .shogun-image-content {
  
    align-items: center;
  
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
    
    
  }


.s-45d5de5e-ade3-4618-badf-836b5a3d24ef .shogun-image-content {
  
    align-items: center;
  
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d5de5e-ade3-4618-badf-836b5a3d24ef.shogun-image {
  box-sizing: border-box;
}



}
#s-548230f7-efd0-4fac-930d-66e335b129ee {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
background-color: rgba(0, 0, 0, 1);
}








#s-548230f7-efd0-4fac-930d-66e335b129ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-548230f7-efd0-4fac-930d-66e335b129ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-838d0862-be11-4768-852f-9c967d61f1c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 310px;
}








#s-838d0862-be11-4768-852f-9c967d61f1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838d0862-be11-4768-852f-9c967d61f1c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501c42fa-cd19-4757-8235-e492132114f8 {
  padding-top: 0px;
padding-bottom: 5px;
min-height: 0px;
text-align: center;
}

#s-501c42fa-cd19-4757-8235-e492132114f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-15bc73f9-88ce-4b0c-8a50-27eeed85be08 {
  margin-top: 5px;
}

#s-d8b5c93a-ce92-4df4-ac96-4a6297df7ad5 {
  text-align: left;
}

#s-9468ebd0-0170-4f01-b15d-88382905b469 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-9468ebd0-0170-4f01-b15d-88382905b469 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-9468ebd0-0170-4f01-b15d-88382905b469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9468ebd0-0170-4f01-b15d-88382905b469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-0791c746-5d3d-4b9c-995e-8a44ee8824f1 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-3e7d90b3-feec-40c2-9029-8adb240c788d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-3e7d90b3-feec-40c2-9029-8adb240c788d {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-3e7d90b3-feec-40c2-9029-8adb240c788d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3e7d90b3-feec-40c2-9029-8adb240c788d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e7d90b3-feec-40c2-9029-8adb240c788d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e7d90b3-feec-40c2-9029-8adb240c788d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5af9332e-cd72-49b5-bac2-ce9714f038f3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(245, 245, 245, 1);
}








#s-5af9332e-cd72-49b5-bac2-ce9714f038f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5af9332e-cd72-49b5-bac2-ce9714f038f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed {
  text-align: center;
}







  img.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
    
    
  }


.s-9545787c-f7c9-40c5-a392-7f7d5a170aed .shogun-image-content {
  
    align-items: center;
  
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
    
    
  }


.s-9545787c-f7c9-40c5-a392-7f7d5a170aed .shogun-image-content {
  
    align-items: center;
  
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
    
    
  }


.s-9545787c-f7c9-40c5-a392-7f7d5a170aed .shogun-image-content {
  
    align-items: center;
  
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
    
    
  }


.s-9545787c-f7c9-40c5-a392-7f7d5a170aed .shogun-image-content {
  
    align-items: center;
  
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
    
    
  }


.s-9545787c-f7c9-40c5-a392-7f7d5a170aed .shogun-image-content {
  
    align-items: center;
  
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9545787c-f7c9-40c5-a392-7f7d5a170aed.shogun-image {
  box-sizing: border-box;
}



}
#s-3eaf5b34-7fe2-4ab5-9914-fb9af369f8f4 {
  margin-top: 10px;
}

#s-9ea3bc9f-9e2e-4321-9409-43fe22aca3f6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(245, 245, 245, 1);
}








#s-9ea3bc9f-9e2e-4321-9409-43fe22aca3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ea3bc9f-9e2e-4321-9409-43fe22aca3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42 {
  text-align: center;
}







  img.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
    
    
  }


.s-c687a346-d409-41b4-a5fd-9a303cc40f42 .shogun-image-content {
  
    align-items: center;
  
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
    
    
  }


.s-c687a346-d409-41b4-a5fd-9a303cc40f42 .shogun-image-content {
  
    align-items: center;
  
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
    
    
  }


.s-c687a346-d409-41b4-a5fd-9a303cc40f42 .shogun-image-content {
  
    align-items: center;
  
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
    
    
  }


.s-c687a346-d409-41b4-a5fd-9a303cc40f42 .shogun-image-content {
  
    align-items: center;
  
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
    
    
  }


.s-c687a346-d409-41b4-a5fd-9a303cc40f42 .shogun-image-content {
  
    align-items: center;
  
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c687a346-d409-41b4-a5fd-9a303cc40f42.shogun-image {
  box-sizing: border-box;
}



}
#s-2a91c0bc-f598-4e77-a658-7bd97e5c6236 {
  margin-top: 10px;
}

#s-7a4d7e6b-5502-4a55-9397-9a5bff9a082c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(245, 245, 245, 1);
}








#s-7a4d7e6b-5502-4a55-9397-9a5bff9a082c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a4d7e6b-5502-4a55-9397-9a5bff9a082c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 {
  text-align: center;
}







  img.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
    
    
  }


.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
    
    
  }


.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
    
    
  }


.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
    
    
  }


.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
    
    
  }


.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0b1d81d-2fed-480b-a342-8a1c7b1fa108.shogun-image {
  box-sizing: border-box;
}



}
#s-174df13e-cc68-4925-948d-84c867dc7b18 {
  margin-top: 10px;
}

#s-0e2f93a0-2ec8-4fc1-a077-747ec55d9300 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0e2f93a0-2ec8-4fc1-a077-747ec55d9300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e2f93a0-2ec8-4fc1-a077-747ec55d9300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49d5456e-2801-42d5-95e6-67b4424e9b91 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 150px;
background-position: right center;
}
@media (max-width: 767px){#s-49d5456e-2801-42d5-95e6-67b4424e9b91 {
  border-radius: 0px;
}
}







#s-49d5456e-2801-42d5-95e6-67b4424e9b91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d5456e-2801-42d5-95e6-67b4424e9b91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e930e944-bf45-4315-b618-fd792c13ff67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e930e944-bf45-4315-b618-fd792c13ff67 {
  display: none;
}
#s-e930e944-bf45-4315-b618-fd792c13ff67, #wrap-s-e930e944-bf45-4315-b618-fd792c13ff67 { display: none !important; }}
#s-e930e944-bf45-4315-b618-fd792c13ff67 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 {
  display: none;
}
#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2, #wrap-s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 {
  display: none;
}
#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2, #wrap-s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 {
  display: none;
}
#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2, #wrap-s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 { display: none !important; }}







#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc01c30-779c-4c23-8f80-2eb19b5b0ca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-623be823-bf44-48d9-9144-936f547b6d7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-623be823-bf44-48d9-9144-936f547b6d7b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-a4b6977a-12af-4572-9213-5c1d18c206e4 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-a4b6977a-12af-4572-9213-5c1d18c206e4 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-a4b6977a-12af-4572-9213-5c1d18c206e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a4b6977a-12af-4572-9213-5c1d18c206e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a4b6977a-12af-4572-9213-5c1d18c206e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a4b6977a-12af-4572-9213-5c1d18c206e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-552030c6-c018-45f3-a23a-340150df7783 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 96, 104, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-552030c6-c018-45f3-a23a-340150df7783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552030c6-c018-45f3-a23a-340150df7783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac012ae-0170-4570-b4f3-d5521b869fec {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 96, 104, 1);
}








#s-8ac012ae-0170-4570-b4f3-d5521b869fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac012ae-0170-4570-b4f3-d5521b869fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b90c7cd-b1af-4193-9af9-74650630554e {
  margin-bottom: -40px;
text-align: left;
}

#s-cb2f1c5e-a0e0-4d45-836e-676b7104fd78 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  text-align: center;
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  max-width:  100%;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom,
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  max-width:  100%;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom,
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  max-width:  100%;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom,
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  max-width:  100%;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom,
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 {
  max-width:  100%;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom,
.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14fecc11-c4c5-4095-b262-cf9f1ad8ec64 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-db00ed5b-2905-4d6e-9d4a-969df7f44040 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-db00ed5b-2905-4d6e-9d4a-969df7f44040 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-be4a1680-52df-4881-b57d-ad4fa4b224b2 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-12fede0e-af1c-406d-a902-dcc1dbb1f298 {
  text-align: center;
}

#s-12fede0e-af1c-406d-a902-dcc1dbb1f298 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-12fede0e-af1c-406d-a902-dcc1dbb1f298 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-12fede0e-af1c-406d-a902-dcc1dbb1f298 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  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-3f8b6a1e-c44c-42d2-a524-6c8cf2155936 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8b6a1e-c44c-42d2-a524-6c8cf2155936.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-6a9d7579-e94f-4f3d-b164-9ddf5a440366 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-6a9d7579-e94f-4f3d-b164-9ddf5a440366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a9d7579-e94f-4f3d-b164-9ddf5a440366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2ff1221-c70e-4cc5-88d3-b5db1717f366 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-e2ff1221-c70e-4cc5-88d3-b5db1717f366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ff1221-c70e-4cc5-88d3-b5db1717f366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e55840-53f3-48cb-a3fd-de3e37c2b6e1 {
  margin-bottom: -40px;
text-align: left;
}

#s-d2cd2fff-0129-49b3-83b1-8b23a272acfd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  text-align: center;
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  max-width:  100%;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom,
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  max-width:  100%;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom,
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  max-width:  100%;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom,
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  max-width:  100%;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom,
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 {
  max-width:  100%;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom,
.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8969f36e-ded4-4e17-b1cf-8c2472eb7be5 img.shogun-image {
  width: 100%;
}



}
#s-5c562609-4496-44a5-b0d9-c2fda6b8fe38 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-5c562609-4496-44a5-b0d9-c2fda6b8fe38 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-bb0cb5ea-e4fb-4660-af40-481c85ddedc2 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-365a242a-fd5b-4bc1-915b-bf246f041988 {
  text-align: center;
}

#s-365a242a-fd5b-4bc1-915b-bf246f041988 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-365a242a-fd5b-4bc1-915b-bf246f041988 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-365a242a-fd5b-4bc1-915b-bf246f041988 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb-atc-btn-wrapper {
    text-align: center;
  }


#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-96e483e1-d179-4ec0-bdc2-f1296acf4bdb.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-0c619ad0-ed02-49f7-9e14-aa45b8c831ef {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-0c619ad0-ed02-49f7-9e14-aa45b8c831ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c619ad0-ed02-49f7-9e14-aa45b8c831ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ec3818-26de-4e7c-bcc2-c17708e464b8 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-07ec3818-26de-4e7c-bcc2-c17708e464b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ec3818-26de-4e7c-bcc2-c17708e464b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-414f5257-7974-4f05-9868-cc3dddf10b89 {
  margin-bottom: -40px;
text-align: left;
}

#s-ba09f638-9d12-477b-8ed5-bd29f3f509c9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  text-align: center;
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  max-width:  100%;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom,
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  max-width:  100%;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom,
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  max-width:  100%;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom,
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  max-width:  100%;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom,
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 {
  max-width:  100%;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom,
.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-211d16d2-4fd8-4157-953e-7d1412800f66 img.shogun-image {
  width: 100%;
}



}
#s-fbb2b478-8c76-41bd-9173-aa3907177a98 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-fbb2b478-8c76-41bd-9173-aa3907177a98 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-20de2a18-5f3c-410a-9a48-c57b180f21f1 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-d295ffee-4545-4923-a797-e457bdecf1c4 {
  text-align: center;
}

#s-d295ffee-4545-4923-a797-e457bdecf1c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d295ffee-4545-4923-a797-e457bdecf1c4 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d295ffee-4545-4923-a797-e457bdecf1c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bbef9d99-dcd5-4df8-b4e2-bba059cae678-atc-btn-wrapper {
    text-align: center;
  }


#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-bbef9d99-dcd5-4df8-b4e2-bba059cae678.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-7d06c644-61f0-4c7a-8eed-1a47b9be1b51 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-7d06c644-61f0-4c7a-8eed-1a47b9be1b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d06c644-61f0-4c7a-8eed-1a47b9be1b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91833d8f-6501-4c1c-8239-5fa31d8b6ea6 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-91833d8f-6501-4c1c-8239-5fa31d8b6ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91833d8f-6501-4c1c-8239-5fa31d8b6ea6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-813a6c78-81e8-4983-b3ee-9305657e970e {
  margin-bottom: -40px;
text-align: left;
}

#s-0d285e95-6328-4632-add0-7a68ccc04a5a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  text-align: center;
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  max-width:  100%;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom,
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  max-width:  100%;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom,
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  max-width:  100%;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom,
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  max-width:  100%;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom,
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b {
  max-width:  100%;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom,
.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eff38153-8f14-44b6-a93b-c13f72c7687b img.shogun-image {
  width: 100%;
}



}
#s-516b2c21-f63c-4c86-bc8f-29b588d926c0 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-516b2c21-f63c-4c86-bc8f-29b588d926c0 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-1c51fe7f-dd7e-4907-a95c-143743c1e8d0 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-8345d887-e7d0-4308-b03d-c9ace29b4387 {
  text-align: center;
}

#s-8345d887-e7d0-4308-b03d-c9ace29b4387 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8345d887-e7d0-4308-b03d-c9ace29b4387 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-8345d887-e7d0-4308-b03d-c9ace29b4387 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-8d69aedf-6498-4358-845d-f672537b8082 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-8d69aedf-6498-4358-845d-f672537b8082:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8d69aedf-6498-4358-845d-f672537b8082:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8d69aedf-6498-4358-845d-f672537b8082-atc-btn-wrapper {
    text-align: center;
  }


#s-8d69aedf-6498-4358-845d-f672537b8082 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d69aedf-6498-4358-845d-f672537b8082.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d69aedf-6498-4358-845d-f672537b8082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-8d69aedf-6498-4358-845d-f672537b8082.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-221a4aee-9fcd-4bb6-a58d-fd7fdb7644a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f4ea612a-8d04-458c-b18b-faf5951d9164 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-f4ea612a-8d04-458c-b18b-faf5951d9164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4ea612a-8d04-458c-b18b-faf5951d9164.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d60d593d-073f-4e01-ae59-7cd5bb54716f {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-d60d593d-073f-4e01-ae59-7cd5bb54716f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60d593d-073f-4e01-ae59-7cd5bb54716f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47e7a8de-9786-4a64-9dde-9b38ed9e67b0 {
  margin-bottom: -40px;
text-align: left;
}

#s-021cd3d7-a242-4898-9dc6-37402d9b6122 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  text-align: center;
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  max-width:  100%;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom,
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  max-width:  100%;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom,
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  max-width:  100%;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom,
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  max-width:  100%;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom,
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 {
  max-width:  100%;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom,
.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23818eea-4dda-4716-bea0-1cad42cf38d7 img.shogun-image {
  width: 100%;
}



}
#s-d6aefcc7-d4b2-4e1c-8481-71e94c834b73 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-d6aefcc7-d4b2-4e1c-8481-71e94c834b73 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-77f421f7-08ec-4296-9157-df09156a32a9 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-e5054c53-25e2-4c4b-a7ff-5aa8c9b57825 {
  text-align: center;
}

#s-e5054c53-25e2-4c4b-a7ff-5aa8c9b57825 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e5054c53-25e2-4c4b-a7ff-5aa8c9b57825 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-e5054c53-25e2-4c4b-a7ff-5aa8c9b57825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-c559a632-28d5-4610-bbf3-5ab8620318b0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-c559a632-28d5-4610-bbf3-5ab8620318b0:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c559a632-28d5-4610-bbf3-5ab8620318b0:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c559a632-28d5-4610-bbf3-5ab8620318b0-atc-btn-wrapper {
    text-align: center;
  }


#s-c559a632-28d5-4610-bbf3-5ab8620318b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c559a632-28d5-4610-bbf3-5ab8620318b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c559a632-28d5-4610-bbf3-5ab8620318b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-c559a632-28d5-4610-bbf3-5ab8620318b0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-205806b7-f10a-4078-ac3a-39e4efe0687a {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-205806b7-f10a-4078-ac3a-39e4efe0687a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-205806b7-f10a-4078-ac3a-39e4efe0687a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ca6814-3a81-4d28-b277-f5a594704526 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-24ca6814-3a81-4d28-b277-f5a594704526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ca6814-3a81-4d28-b277-f5a594704526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ec77020-a6e2-49bc-91e9-ab0d36c45b4a {
  margin-bottom: -40px;
text-align: left;
}

#s-62da8b4e-9225-487a-918f-e977d1e6922b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  text-align: center;
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  max-width:  100%;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom,
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  max-width:  100%;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom,
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  max-width:  100%;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom,
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  max-width:  100%;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom,
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 {
  max-width:  100%;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom,
.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4dc80de-2d99-4abd-8c99-b2dd806709c4 img.shogun-image {
  width: 100%;
}



}
#s-9a82ed1e-f8d0-4879-a78b-c07962543c38 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-9a82ed1e-f8d0-4879-a78b-c07962543c38 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-3e99f6ff-ac29-406e-8647-706963641c32 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-b28a9cc3-c6eb-4d64-b84d-e3d6c024801d {
  text-align: center;
}

#s-b28a9cc3-c6eb-4d64-b84d-e3d6c024801d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b28a9cc3-c6eb-4d64-b84d-e3d6c024801d .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b28a9cc3-c6eb-4d64-b84d-e3d6c024801d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0-atc-btn-wrapper {
    text-align: center;
  }


#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-eb9e3e9e-6bc7-431c-acb1-9cbeb3fd3eb0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-b2857e2d-3d80-489f-af31-fe469bb7846f {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-b2857e2d-3d80-489f-af31-fe469bb7846f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2857e2d-3d80-489f-af31-fe469bb7846f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2885cb4-cce2-4fda-a17c-2383a2af15b5 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-d2885cb4-cce2-4fda-a17c-2383a2af15b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2885cb4-cce2-4fda-a17c-2383a2af15b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf1a9788-ddb6-4dcb-b72c-b937577390d0 {
  margin-bottom: -40px;
text-align: left;
}

#s-7e8046f8-45f4-4552-8f02-d26ff084cc43 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  text-align: center;
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  max-width:  100%;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom,
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  max-width:  100%;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom,
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  max-width:  100%;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom,
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  max-width:  100%;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom,
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 {
  max-width:  100%;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom,
.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb3012d3-1d83-4c23-ac20-949c376256c7 img.shogun-image {
  width: 100%;
}



}
#s-22ea1e2f-381b-427a-b872-0f0915d4b2e4 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-22ea1e2f-381b-427a-b872-0f0915d4b2e4 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-a05ee61a-0282-4d50-b585-7ebab2a03b6c {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-d4a68e2f-74bb-4758-b625-0f46769c03ca {
  text-align: center;
}

#s-d4a68e2f-74bb-4758-b625-0f46769c03ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4a68e2f-74bb-4758-b625-0f46769c03ca .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d4a68e2f-74bb-4758-b625-0f46769c03ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-d2085475-94dd-4213-9793-d57644a4b260 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-d2085475-94dd-4213-9793-d57644a4b260:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d2085475-94dd-4213-9793-d57644a4b260:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d2085475-94dd-4213-9793-d57644a4b260-atc-btn-wrapper {
    text-align: center;
  }


#s-d2085475-94dd-4213-9793-d57644a4b260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2085475-94dd-4213-9793-d57644a4b260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2085475-94dd-4213-9793-d57644a4b260.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-d2085475-94dd-4213-9793-d57644a4b260.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-04fbc2ae-1977-4b75-85fc-29a24779dc90 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-04fbc2ae-1977-4b75-85fc-29a24779dc90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04fbc2ae-1977-4b75-85fc-29a24779dc90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32bca70c-c850-40ab-959d-6fda49c34872 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-32bca70c-c850-40ab-959d-6fda49c34872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32bca70c-c850-40ab-959d-6fda49c34872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b07337db-9b31-446c-99d2-16b26e7163cb {
  margin-bottom: -40px;
text-align: left;
}

#s-b125ecc5-1b3d-4beb-8501-aa0f8c1084d9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  text-align: center;
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  max-width:  100%;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom,
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  max-width:  100%;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom,
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  max-width:  100%;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom,
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  max-width:  100%;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom,
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd {
  max-width:  100%;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom,
.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a04a886-7077-4f46-ae2d-b4f8426333bd img.shogun-image {
  width: 100%;
}



}
#s-07a1ea51-40da-4101-8b7c-3a3351faf831 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-07a1ea51-40da-4101-8b7c-3a3351faf831 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-70469cce-880c-4a24-a13f-c5c441e3566f {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-078a21de-de5d-4b7b-87bb-d85355e04f7a {
  text-align: center;
}

#s-078a21de-de5d-4b7b-87bb-d85355e04f7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-078a21de-de5d-4b7b-87bb-d85355e04f7a .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-078a21de-de5d-4b7b-87bb-d85355e04f7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-4efb846f-8dd7-4858-8309-7c551e0a244d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-4efb846f-8dd7-4858-8309-7c551e0a244d:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4efb846f-8dd7-4858-8309-7c551e0a244d:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4efb846f-8dd7-4858-8309-7c551e0a244d-atc-btn-wrapper {
    text-align: center;
  }


#s-4efb846f-8dd7-4858-8309-7c551e0a244d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4efb846f-8dd7-4858-8309-7c551e0a244d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4efb846f-8dd7-4858-8309-7c551e0a244d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-4efb846f-8dd7-4858-8309-7c551e0a244d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0e8f914d-1dc7-402c-8495-6678c7cdf9ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e9876168-c951-43ab-b7a4-37b07c8aecd4 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-e9876168-c951-43ab-b7a4-37b07c8aecd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9876168-c951-43ab-b7a4-37b07c8aecd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1029ec26-14b4-4d07-9f6d-1383e0de74b2 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-1029ec26-14b4-4d07-9f6d-1383e0de74b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1029ec26-14b4-4d07-9f6d-1383e0de74b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed5d2d50-4ebc-4ce5-9268-105998b434da {
  margin-bottom: -40px;
text-align: left;
}

#s-baf71bc5-efa6-4150-992e-f8647309bc68 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  text-align: center;
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  max-width:  100%;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom,
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  max-width:  100%;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom,
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  max-width:  100%;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom,
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  max-width:  100%;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom,
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 {
  max-width:  100%;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom,
.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-214e18dd-f0e1-43ac-ae71-7a165a28f495 img.shogun-image {
  width: 100%;
}



}
#s-0335e14f-0cdc-490c-8dd8-20e4f357e247 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-0335e14f-0cdc-490c-8dd8-20e4f357e247 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-03b90048-0ff3-43db-b1a6-ec67bfbf6e7a {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-d7f647cb-87cf-4ade-ac7a-1eb7b67e28ed {
  text-align: center;
}

#s-d7f647cb-87cf-4ade-ac7a-1eb7b67e28ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d7f647cb-87cf-4ade-ac7a-1eb7b67e28ed .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d7f647cb-87cf-4ade-ac7a-1eb7b67e28ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a4afb73f-9f44-4bfb-805c-14e47aba5b73-atc-btn-wrapper {
    text-align: center;
  }


#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-a4afb73f-9f44-4bfb-805c-14e47aba5b73.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-0084416c-c0e0-4429-889d-78fe0e78a8aa {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0084416c-c0e0-4429-889d-78fe0e78a8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0084416c-c0e0-4429-889d-78fe0e78a8aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff09c80e-c7eb-4b84-8b1a-c8711263496f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 150px;
background-position: right center;
}
@media (max-width: 767px){#s-ff09c80e-c7eb-4b84-8b1a-c8711263496f {
  border-radius: 0px;
}
}







#s-ff09c80e-c7eb-4b84-8b1a-c8711263496f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff09c80e-c7eb-4b84-8b1a-c8711263496f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d610bbe1-bf10-44d7-90c8-7b106e3760f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d610bbe1-bf10-44d7-90c8-7b106e3760f1 {
  display: none;
}
#s-d610bbe1-bf10-44d7-90c8-7b106e3760f1, #wrap-s-d610bbe1-bf10-44d7-90c8-7b106e3760f1 { display: none !important; }}
#s-d610bbe1-bf10-44d7-90c8-7b106e3760f1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-24c91df4-395f-4ec7-b040-401208155f5e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-24c91df4-395f-4ec7-b040-401208155f5e {
  display: none;
}
#s-24c91df4-395f-4ec7-b040-401208155f5e, #wrap-s-24c91df4-395f-4ec7-b040-401208155f5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24c91df4-395f-4ec7-b040-401208155f5e {
  display: none;
}
#s-24c91df4-395f-4ec7-b040-401208155f5e, #wrap-s-24c91df4-395f-4ec7-b040-401208155f5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24c91df4-395f-4ec7-b040-401208155f5e {
  display: none;
}
#s-24c91df4-395f-4ec7-b040-401208155f5e, #wrap-s-24c91df4-395f-4ec7-b040-401208155f5e { display: none !important; }}







#s-24c91df4-395f-4ec7-b040-401208155f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24c91df4-395f-4ec7-b040-401208155f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7068dc31-ef25-4c93-9073-7757f63833f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-7068dc31-ef25-4c93-9073-7757f63833f2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-1a2efa18-9b10-448f-980a-791be7f8b8cf {
  margin-bottom: 20px;
min-height: 50px;
}








#s-1a2efa18-9b10-448f-980a-791be7f8b8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a2efa18-9b10-448f-980a-791be7f8b8cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f69e9315-87bd-4917-bfd2-9a4a0503c0dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ceb6d08d-4891-4fe2-9a15-11fe69818a0c {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-ceb6d08d-4891-4fe2-9a15-11fe69818a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb6d08d-4891-4fe2-9a15-11fe69818a0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-677fefa2-b52f-46ba-bca4-39b3e7b7b3c9 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-677fefa2-b52f-46ba-bca4-39b3e7b7b3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677fefa2-b52f-46ba-bca4-39b3e7b7b3c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0467cac1-8fb4-48e7-bb4e-e74fd71cb534 {
  margin-bottom: -40px;
text-align: left;
}

#s-f6b0337e-bb39-4a2d-b17a-644f4a6593d6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  text-align: center;
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  max-width:  100%;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom,
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  max-width:  100%;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom,
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  max-width:  100%;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom,
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  max-width:  100%;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom,
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 {
  max-width:  100%;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom,
.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0d3ee5-7177-4a3d-ad45-5a404c06be09 img.shogun-image {
  width: 100%;
}



}
#s-f491a1f1-990f-4a02-b801-b4a2d9cd7d1c {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-f491a1f1-990f-4a02-b801-b4a2d9cd7d1c .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-2dff4628-c4a7-4ef1-96ec-b049039c1150 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-ef1f6ae3-9e54-42cb-ae0a-c39f340f2b0f {
  text-align: center;
}

#s-ef1f6ae3-9e54-42cb-ae0a-c39f340f2b0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ef1f6ae3-9e54-42cb-ae0a-c39f340f2b0f .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-ef1f6ae3-9e54-42cb-ae0a-c39f340f2b0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6198864e-aeb6-416d-ae4e-bf40b3e7348c-atc-btn-wrapper {
    text-align: center;
  }


#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-6198864e-aeb6-416d-ae4e-bf40b3e7348c.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-bff9fc62-b117-44a7-979c-ec801e7a4739 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-bff9fc62-b117-44a7-979c-ec801e7a4739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff9fc62-b117-44a7-979c-ec801e7a4739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fffc166-2609-42ec-bc83-1526972157ee {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-8fffc166-2609-42ec-bc83-1526972157ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fffc166-2609-42ec-bc83-1526972157ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7701f668-c616-4788-a46e-b400f63ba63e {
  margin-bottom: -40px;
text-align: left;
}

#s-e545ecf9-9126-48ee-89fe-9ee4a674afc2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  text-align: center;
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  max-width:  100%;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom,
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  max-width:  100%;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom,
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  max-width:  100%;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom,
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  max-width:  100%;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom,
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f {
  max-width:  100%;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom,
.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28b5762-55fb-4edc-ab6d-ac7f39ae4c9f img.shogun-image {
  width: 100%;
}



}
#s-e87a9666-739e-4790-9533-f59d27565710 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-e87a9666-739e-4790-9533-f59d27565710 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-7d1b1256-ba93-49ee-be7b-0bd5bf04c104 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-7ec822b7-20c9-49df-8dd2-ba3a8dd8d1ca {
  text-align: center;
}

#s-7ec822b7-20c9-49df-8dd2-ba3a8dd8d1ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7ec822b7-20c9-49df-8dd2-ba3a8dd8d1ca .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-7ec822b7-20c9-49df-8dd2-ba3a8dd8d1ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-411302f2-4033-43bd-a546-55eea000afe1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-411302f2-4033-43bd-a546-55eea000afe1:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-411302f2-4033-43bd-a546-55eea000afe1:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-411302f2-4033-43bd-a546-55eea000afe1-atc-btn-wrapper {
    text-align: center;
  }


#s-411302f2-4033-43bd-a546-55eea000afe1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-411302f2-4033-43bd-a546-55eea000afe1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-411302f2-4033-43bd-a546-55eea000afe1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-411302f2-4033-43bd-a546-55eea000afe1.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-eaf58e4a-d082-4d99-afe9-f8538c82ea14 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-eaf58e4a-d082-4d99-afe9-f8538c82ea14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf58e4a-d082-4d99-afe9-f8538c82ea14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bcd920a-0b0b-439e-885f-37c228728c42 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 150px;
background-position: right center;
}
@media (max-width: 767px){#s-0bcd920a-0b0b-439e-885f-37c228728c42 {
  border-radius: 0px;
}
}







#s-0bcd920a-0b0b-439e-885f-37c228728c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bcd920a-0b0b-439e-885f-37c228728c42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0181709a-d4fd-4079-ae69-6c33c7e4ec8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0181709a-d4fd-4079-ae69-6c33c7e4ec8f {
  display: none;
}
#s-0181709a-d4fd-4079-ae69-6c33c7e4ec8f, #wrap-s-0181709a-d4fd-4079-ae69-6c33c7e4ec8f { display: none !important; }}
#s-0181709a-d4fd-4079-ae69-6c33c7e4ec8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 {
  display: none;
}
#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7, #wrap-s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 {
  display: none;
}
#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7, #wrap-s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 {
  display: none;
}
#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7, #wrap-s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 { display: none !important; }}







#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0d26ab8-42fb-4944-a3a0-4db27baef3e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51cf918d-b887-48b3-b541-89959812fae4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-51cf918d-b887-48b3-b541-89959812fae4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-614b29e3-bcec-4120-9bac-a588941e1f2f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-614b29e3-bcec-4120-9bac-a588941e1f2f {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-614b29e3-bcec-4120-9bac-a588941e1f2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-614b29e3-bcec-4120-9bac-a588941e1f2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-614b29e3-bcec-4120-9bac-a588941e1f2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-614b29e3-bcec-4120-9bac-a588941e1f2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e70761ff-c8a9-4089-9ab0-9630a736e7e5 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-e70761ff-c8a9-4089-9ab0-9630a736e7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70761ff-c8a9-4089-9ab0-9630a736e7e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-134a36e9-11a7-4e79-a498-814d7201d547 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-134a36e9-11a7-4e79-a498-814d7201d547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134a36e9-11a7-4e79-a498-814d7201d547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beaa95bc-60f5-4a74-b97e-42a386696286 {
  margin-bottom: -40px;
text-align: left;
}

#s-03c6dd88-1038-4e79-bf35-5cd0ef8dab08 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  text-align: center;
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  max-width:  100%;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom,
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  max-width:  100%;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom,
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  max-width:  100%;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom,
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  max-width:  100%;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom,
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 {
  max-width:  100%;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom,
.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b830622-32ac-40a1-9d1d-c5154676d386 img.shogun-image {
  width: 100%;
}



}
#s-142cfa72-bfce-4096-a8bb-3f26afe13e22 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-142cfa72-bfce-4096-a8bb-3f26afe13e22 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-c5b0d674-bb4e-46b5-a0cd-6f9f9c732853 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-3764f9da-959f-45dc-861b-28a137491da3 {
  text-align: center;
}

#s-3764f9da-959f-45dc-861b-28a137491da3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3764f9da-959f-45dc-861b-28a137491da3 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3764f9da-959f-45dc-861b-28a137491da3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5ce87f0-b7fc-47af-9417-44334d06f2d0-atc-btn-wrapper {
    text-align: center;
  }


#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-a5ce87f0-b7fc-47af-9417-44334d06f2d0.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-1867acf6-9d19-411a-ab62-64a2517638bd {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-1867acf6-9d19-411a-ab62-64a2517638bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1867acf6-9d19-411a-ab62-64a2517638bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11b35b78-e330-4ac2-9a26-e9406104b26b {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-11b35b78-e330-4ac2-9a26-e9406104b26b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11b35b78-e330-4ac2-9a26-e9406104b26b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04494a77-4b9e-4786-94da-b9ea3f8693ba {
  margin-bottom: -40px;
text-align: left;
}

#s-7c20e5ff-e058-4fa5-aec2-3a2a48dc6d59 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  text-align: center;
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  max-width:  100%;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom,
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  max-width:  100%;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom,
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  max-width:  100%;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom,
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  max-width:  100%;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom,
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 {
  max-width:  100%;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom,
.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fc5b60e-6380-44e4-a9f6-34c3ea1f9a44 img.shogun-image {
  width: 100%;
}



}
#s-0a20c818-c26d-4a10-977e-1a487b976327 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-0a20c818-c26d-4a10-977e-1a487b976327 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-639a1a67-0806-40f1-9358-8c8bca79f6f8 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-040ee898-b0cb-4a28-bb4d-9d970909df94 {
  text-align: center;
}

#s-040ee898-b0cb-4a28-bb4d-9d970909df94 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-040ee898-b0cb-4a28-bb4d-9d970909df94 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-040ee898-b0cb-4a28-bb4d-9d970909df94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e28b3678-65cc-4eee-8267-2c35fecf0e7a-atc-btn-wrapper {
    text-align: center;
  }


#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-e28b3678-65cc-4eee-8267-2c35fecf0e7a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-0177449d-f0e5-4e1d-b788-e739b1ab8146 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-0177449d-f0e5-4e1d-b788-e739b1ab8146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0177449d-f0e5-4e1d-b788-e739b1ab8146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0baf7ad8-2cf5-48bb-bebc-d9359ce00c4c {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-0baf7ad8-2cf5-48bb-bebc-d9359ce00c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0baf7ad8-2cf5-48bb-bebc-d9359ce00c4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a8175a-5367-4f0b-8389-ad4bb78cdbe3 {
  margin-bottom: -40px;
text-align: left;
}

#s-c671f808-2170-4701-8d88-a8f20a33f192 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  text-align: center;
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  max-width:  100%;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom,
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  max-width:  100%;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom,
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  max-width:  100%;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom,
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  max-width:  100%;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom,
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be {
  max-width:  100%;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom,
.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc28619-53f9-423a-b99f-1298bc0b25be img.shogun-image {
  width: 100%;
}



}
#s-56befa30-8c11-4cb4-8175-5913201167e5 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-56befa30-8c11-4cb4-8175-5913201167e5 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-c0e78a94-c0c1-43e2-884e-248ab006ca56 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-3f2fb56a-2fdb-4230-823c-c92a1a3a417f {
  text-align: center;
}

#s-3f2fb56a-2fdb-4230-823c-c92a1a3a417f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f2fb56a-2fdb-4230-823c-c92a1a3a417f .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3f2fb56a-2fdb-4230-823c-c92a1a3a417f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-23bab434-c43b-40b0-8fe5-0073310dcb73 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-23bab434-c43b-40b0-8fe5-0073310dcb73:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-23bab434-c43b-40b0-8fe5-0073310dcb73:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-23bab434-c43b-40b0-8fe5-0073310dcb73-atc-btn-wrapper {
    text-align: center;
  }


#s-23bab434-c43b-40b0-8fe5-0073310dcb73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23bab434-c43b-40b0-8fe5-0073310dcb73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23bab434-c43b-40b0-8fe5-0073310dcb73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-23bab434-c43b-40b0-8fe5-0073310dcb73.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-856a4c44-6423-4721-8df8-080737f04c7d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-856a4c44-6423-4721-8df8-080737f04c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856a4c44-6423-4721-8df8-080737f04c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9237403-beff-4629-a7ac-293aa5bc9c72 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 150px;
background-position: right center;
}
@media (max-width: 767px){#s-c9237403-beff-4629-a7ac-293aa5bc9c72 {
  border-radius: 0px;
}
}







#s-c9237403-beff-4629-a7ac-293aa5bc9c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9237403-beff-4629-a7ac-293aa5bc9c72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd7f3a24-0a2a-4848-9b0e-6225f566671e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cd7f3a24-0a2a-4848-9b0e-6225f566671e {
  display: none;
}
#s-cd7f3a24-0a2a-4848-9b0e-6225f566671e, #wrap-s-cd7f3a24-0a2a-4848-9b0e-6225f566671e { display: none !important; }}
#s-cd7f3a24-0a2a-4848-9b0e-6225f566671e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-e9c7c03c-c569-4837-a08b-39a66063f7f8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e9c7c03c-c569-4837-a08b-39a66063f7f8 {
  display: none;
}
#s-e9c7c03c-c569-4837-a08b-39a66063f7f8, #wrap-s-e9c7c03c-c569-4837-a08b-39a66063f7f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9c7c03c-c569-4837-a08b-39a66063f7f8 {
  display: none;
}
#s-e9c7c03c-c569-4837-a08b-39a66063f7f8, #wrap-s-e9c7c03c-c569-4837-a08b-39a66063f7f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9c7c03c-c569-4837-a08b-39a66063f7f8 {
  display: none;
}
#s-e9c7c03c-c569-4837-a08b-39a66063f7f8, #wrap-s-e9c7c03c-c569-4837-a08b-39a66063f7f8 { display: none !important; }}







#s-e9c7c03c-c569-4837-a08b-39a66063f7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c7c03c-c569-4837-a08b-39a66063f7f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b435d8dd-f1e9-4d31-9e44-f66d8f519e28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-b435d8dd-f1e9-4d31-9e44-f66d8f519e28 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-333a3432-f8bf-4a71-93f0-da6122dc53b5 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-333a3432-f8bf-4a71-93f0-da6122dc53b5 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-333a3432-f8bf-4a71-93f0-da6122dc53b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-333a3432-f8bf-4a71-93f0-da6122dc53b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-333a3432-f8bf-4a71-93f0-da6122dc53b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-333a3432-f8bf-4a71-93f0-da6122dc53b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5f9968df-b7e9-427b-94c6-73cb3dc0254a {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-5f9968df-b7e9-427b-94c6-73cb3dc0254a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f9968df-b7e9-427b-94c6-73cb3dc0254a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d2224b-3851-4cdc-a947-abbd8f984c64 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 0, 0, 1);
}








#s-97d2224b-3851-4cdc-a947-abbd8f984c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97d2224b-3851-4cdc-a947-abbd8f984c64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d60da9e9-e345-41fe-9f4f-644ecc42b560 {
  margin-bottom: -40px;
text-align: left;
}

#s-77f6e2aa-e2d6-44e7-be91-cd8b159515e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  text-align: center;
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  max-width:  100%;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom,
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  max-width:  100%;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom,
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  max-width:  100%;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom,
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  max-width:  100%;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom,
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 {
  max-width:  100%;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom,
.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f80eb6cc-c31e-44f3-99c2-fadccb56d4b0 img.shogun-image {
  width: 100%;
}



}
#s-0a3e2558-d12c-4d3e-9373-e1af9cc91b3f {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-0a3e2558-d12c-4d3e-9373-e1af9cc91b3f .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-e812f04b-975c-4728-904e-7a2f5bf21382 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-02c38268-6169-4ef4-989f-0fbaf809d7e8 {
  text-align: center;
}

#s-02c38268-6169-4ef4-989f-0fbaf809d7e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-02c38268-6169-4ef4-989f-0fbaf809d7e8 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-02c38268-6169-4ef4-989f-0fbaf809d7e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-041ea023-b342-4d59-95c8-da0d703a75c9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-041ea023-b342-4d59-95c8-da0d703a75c9:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-041ea023-b342-4d59-95c8-da0d703a75c9:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-041ea023-b342-4d59-95c8-da0d703a75c9-atc-btn-wrapper {
    text-align: center;
  }


#s-041ea023-b342-4d59-95c8-da0d703a75c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-041ea023-b342-4d59-95c8-da0d703a75c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-041ea023-b342-4d59-95c8-da0d703a75c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-041ea023-b342-4d59-95c8-da0d703a75c9.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-4d391f5d-93e5-49e5-82d3-fe7d14f4399b {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 96, 104, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-4d391f5d-93e5-49e5-82d3-fe7d14f4399b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d391f5d-93e5-49e5-82d3-fe7d14f4399b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb43942-5099-4f34-974d-ce6c0da6a023 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 96, 104, 1);
}








#s-acb43942-5099-4f34-974d-ce6c0da6a023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb43942-5099-4f34-974d-ce6c0da6a023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e63922a8-2669-4036-a1ff-7cd02bc76b6d {
  margin-bottom: -40px;
text-align: left;
}

#s-13776694-4b4b-4d28-9b0a-edc6922ab4d1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  text-align: center;
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  max-width:  100%;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom,
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  max-width:  100%;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom,
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  max-width:  100%;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom,
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  max-width:  100%;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom,
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 {
  max-width:  100%;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom,
.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12032c5f-a8f9-4d64-a0aa-72b40c57d464 img.shogun-image {
  width: 100%;
}



}
#s-054ebc6a-6986-4a9c-a7eb-ad22379f6d09 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-054ebc6a-6986-4a9c-a7eb-ad22379f6d09 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-413d2fb4-b754-4d64-83c9-415b54135fc4 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-1491090d-15f7-4190-a6d4-f37c3b54e0b4 {
  text-align: center;
}

#s-1491090d-15f7-4190-a6d4-f37c3b54e0b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1491090d-15f7-4190-a6d4-f37c3b54e0b4 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-1491090d-15f7-4190-a6d4-f37c3b54e0b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-21faf445-8fe9-4a12-8634-bda86d3d2605 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-21faf445-8fe9-4a12-8634-bda86d3d2605:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-21faf445-8fe9-4a12-8634-bda86d3d2605:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-21faf445-8fe9-4a12-8634-bda86d3d2605-atc-btn-wrapper {
    text-align: center;
  }


#s-21faf445-8fe9-4a12-8634-bda86d3d2605 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21faf445-8fe9-4a12-8634-bda86d3d2605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21faf445-8fe9-4a12-8634-bda86d3d2605.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-21faf445-8fe9-4a12-8634-bda86d3d2605.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-0c53309e-f3d9-4080-9df4-2465b3e43bd8 {
  margin-bottom: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 96, 104, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-0c53309e-f3d9-4080-9df4-2465b3e43bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c53309e-f3d9-4080-9df4-2465b3e43bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e7bfe27-4bdc-45f9-abad-9023d26cb0b6 {
  padding-top: 0px;
min-height: 40px;
background-color: rgba(0, 96, 104, 1);
}








#s-2e7bfe27-4bdc-45f9-abad-9023d26cb0b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e7bfe27-4bdc-45f9-abad-9023d26cb0b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb12fc25-9cdb-4a43-b44f-411ff10b638c {
  margin-bottom: -40px;
text-align: left;
}

#s-b1406077-f718-40a2-930d-4bede6a7e79f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  text-align: center;
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  max-width:  100%;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom,
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  max-width:  100%;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom,
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  max-width:  100%;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom,
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  max-width:  100%;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom,
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 {
  max-width:  100%;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom,
.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5c6643e-8f65-42d3-8182-9e139c1141a2 img.shogun-image {
  width: 100%;
}



}
#s-800f3c4e-fb6d-4e7b-8e92-337a6986db47 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 60px;
text-align: left;
}

#s-800f3c4e-fb6d-4e7b-8e92-337a6986db47 .shg-product-title-component h3 {
  color: rgba(32, 33, 36, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: ;
}

#s-5fe69b1b-f0fa-4b3e-8367-d944ecd02dbd {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-a5d53c69-abeb-4686-9a67-23c463ca5de0 {
  text-align: center;
}

#s-a5d53c69-abeb-4686-9a67-23c463ca5de0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a5d53c69-abeb-4686-9a67-23c463ca5de0 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a5d53c69-abeb-4686-9a67-23c463ca5de0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-7b5b0f15-0749-4621-af32-edcf9ebf0186 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 56, 56, 1);
border-style: solid;
border-radius: 50px;
max-width: 200px;
background-color: rgba(255, 182, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-7b5b0f15-0749-4621-af32-edcf9ebf0186:hover {border-radius: 50px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7b5b0f15-0749-4621-af32-edcf9ebf0186:active {border-radius: 49px !important;
background-color: rgba(26, 66, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b5b0f15-0749-4621-af32-edcf9ebf0186-atc-btn-wrapper {
    text-align: center;
  }


#s-7b5b0f15-0749-4621-af32-edcf9ebf0186 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b5b0f15-0749-4621-af32-edcf9ebf0186.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b5b0f15-0749-4621-af32-edcf9ebf0186.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-7b5b0f15-0749-4621-af32-edcf9ebf0186.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}



#s-231e14ca-5d3f-4a01-b135-907ae7ddf31c {
  text-align: left;
}

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