.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-493950bc-70b7-4ad4-8360-78b88a90c57b {
  min-height: 50px;
}








#s-493950bc-70b7-4ad4-8360-78b88a90c57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-493950bc-70b7-4ad4-8360-78b88a90c57b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a350096-d381-4c84-8c69-c24b66d86130 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-2a350096-d381-4c84-8c69-c24b66d86130 {
  max-width: 90%;
}
}







#s-2a350096-d381-4c84-8c69-c24b66d86130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a350096-d381-4c84-8c69-c24b66d86130.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-8f6654e3-4c78-44f4-9e6a-be5c018e8799 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f6654e3-4c78-44f4-9e6a-be5c018e8799 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-51d392e0-799f-4f99-a648-2a68e1d289e8 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
@media (max-width: 767px){#s-51d392e0-799f-4f99-a648-2a68e1d289e8 {
  max-width: 100%;
}
}
#s-0fd81aa7-0d2b-44b4-b351-0936379a8756 {
  min-height: 50px;
}








#s-0fd81aa7-0d2b-44b4-b351-0936379a8756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd81aa7-0d2b-44b4-b351-0936379a8756.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 {
  text-align: center;
}
@media (min-width: 1200px){#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 {
  display: none;
}
#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8, #wrap-s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 { display:none !important; }}@media (max-width: 767px){#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 {
  display: none;
}
#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8, #wrap-s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 { display:none !important; }}






  #s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 img.shogun-image {
    

    
    
    
  }


#s-606311f3-0e9e-4a57-807a-6a3d057bbfc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-58efe488-6977-4de3-84d9-091d63058aac {
  text-align: center;
}
@media (min-width: 1200px){#s-58efe488-6977-4de3-84d9-091d63058aac {
  display: none;
}
#s-58efe488-6977-4de3-84d9-091d63058aac, #wrap-s-58efe488-6977-4de3-84d9-091d63058aac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58efe488-6977-4de3-84d9-091d63058aac {
  display: none;
}
#s-58efe488-6977-4de3-84d9-091d63058aac, #wrap-s-58efe488-6977-4de3-84d9-091d63058aac { display:none !important; }}






  #s-58efe488-6977-4de3-84d9-091d63058aac img.shogun-image {
    

    
    
    
  }


#s-58efe488-6977-4de3-84d9-091d63058aac .shogun-image-content {
  
    align-items: center;
  
}

#s-142af9d1-7fce-496c-80ad-2b62c95f9178 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-142af9d1-7fce-496c-80ad-2b62c95f9178 {
  max-width: 90%;
}
}







#s-142af9d1-7fce-496c-80ad-2b62c95f9178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-142af9d1-7fce-496c-80ad-2b62c95f9178.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 (min-width: 768px) and (max-width: 991px){#s-c0eaa552-4996-4d85-9d63-e804e508bcc4 {
  
}
}@media (max-width: 767px){#s-c0eaa552-4996-4d85-9d63-e804e508bcc4 {
  display: none;
}
#s-c0eaa552-4996-4d85-9d63-e804e508bcc4, #wrap-s-c0eaa552-4996-4d85-9d63-e804e508bcc4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0eaa552-4996-4d85-9d63-e804e508bcc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7b38e870-73cd-4f2c-86de-2ac5098fbbda {
  min-height: 50px;
}








#s-7b38e870-73cd-4f2c-86de-2ac5098fbbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b38e870-73cd-4f2c-86de-2ac5098fbbda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-746f1091-6755-4a0f-a226-38d88e8bf711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-746f1091-6755-4a0f-a226-38d88e8bf711 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0f580c87-97b0-4d65-aeab-efa28c05c32c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0f580c87-97b0-4d65-aeab-efa28c05c32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f580c87-97b0-4d65-aeab-efa28c05c32c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-12eae391-b583-4d2c-a990-e63caf87114a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 4px;
padding-left: 20px;
padding-bottom: 4px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 30px;
background-color: rgba(26, 66, 138, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12eae391-b583-4d2c-a990-e63caf87114a:hover {background-color: rgba(21, 48, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12eae391-b583-4d2c-a990-e63caf87114a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12eae391-b583-4d2c-a990-e63caf87114a-root {
    text-align: left;
  }


#s-12eae391-b583-4d2c-a990-e63caf87114a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12eae391-b583-4d2c-a990-e63caf87114a-root {
    text-align: left;
  }


#s-12eae391-b583-4d2c-a990-e63caf87114a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12eae391-b583-4d2c-a990-e63caf87114a-root {
    text-align: left;
  }


#s-12eae391-b583-4d2c-a990-e63caf87114a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12eae391-b583-4d2c-a990-e63caf87114a-root {
    text-align: left;
  }


#s-12eae391-b583-4d2c-a990-e63caf87114a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12eae391-b583-4d2c-a990-e63caf87114a-root {
    text-align: left;
  }


#s-12eae391-b583-4d2c-a990-e63caf87114a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ef102621-aacb-4b92-97a6-821339dcc4bb {
  min-height: 50px;
}








#s-ef102621-aacb-4b92-97a6-821339dcc4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef102621-aacb-4b92-97a6-821339dcc4bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dbb4d73-992a-4840-8a26-03cbc531bd12 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-1dbb4d73-992a-4840-8a26-03cbc531bd12 {
  
}
}






  #s-1dbb4d73-992a-4840-8a26-03cbc531bd12 img.shogun-image {
    

    
    
    
  }


#s-1dbb4d73-992a-4840-8a26-03cbc531bd12 .shogun-image-content {
  
    align-items: center;
  
}

#s-f536d70f-dfda-452a-a5a7-f83eae289fd4 {
  min-height: 50px;
}








#s-f536d70f-dfda-452a-a5a7-f83eae289fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f536d70f-dfda-452a-a5a7-f83eae289fd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fc07d9f-2070-4ac7-b5cf-dc8c1f9e2729 {
  text-align: center;
}







  #s-8fc07d9f-2070-4ac7-b5cf-dc8c1f9e2729 img.shogun-image {
    

    
    
    
  }


#s-8fc07d9f-2070-4ac7-b5cf-dc8c1f9e2729 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-71be53b5-8422-4d96-8036-17f2e32f775a {
  display: none;
}
#s-71be53b5-8422-4d96-8036-17f2e32f775a, #wrap-s-71be53b5-8422-4d96-8036-17f2e32f775a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71be53b5-8422-4d96-8036-17f2e32f775a {
  display: none;
}
#s-71be53b5-8422-4d96-8036-17f2e32f775a, #wrap-s-71be53b5-8422-4d96-8036-17f2e32f775a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71be53b5-8422-4d96-8036-17f2e32f775a {
  display: none;
}
#s-71be53b5-8422-4d96-8036-17f2e32f775a, #wrap-s-71be53b5-8422-4d96-8036-17f2e32f775a { display:none !important; }}@media (max-width: 767px){#s-71be53b5-8422-4d96-8036-17f2e32f775a {
  
}
}
@media (min-width: 0px) {
[id="s-71be53b5-8422-4d96-8036-17f2e32f775a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71be53b5-8422-4d96-8036-17f2e32f775a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71be53b5-8422-4d96-8036-17f2e32f775a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71be53b5-8422-4d96-8036-17f2e32f775a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5bd15923-6e55-4b04-a30b-f83759dec5c4 {
  min-height: 50px;
}








#s-5bd15923-6e55-4b04-a30b-f83759dec5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd15923-6e55-4b04-a30b-f83759dec5c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bf23056-141c-477d-8d2c-aabc533ff819 {
  text-align: center;
}







  #s-6bf23056-141c-477d-8d2c-aabc533ff819 img.shogun-image {
    

    
    
    
  }


#s-6bf23056-141c-477d-8d2c-aabc533ff819 .shogun-image-content {
  
    align-items: center;
  
}

#s-e97dfb64-4a1d-4c78-9bf6-41f35d15bdd4 {
  min-height: 50px;
}








#s-e97dfb64-4a1d-4c78-9bf6-41f35d15bdd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e97dfb64-4a1d-4c78-9bf6-41f35d15bdd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c7f85ac-47ac-451b-a03c-90b74ff29b89 {
  min-height: 50px;
}








#s-8c7f85ac-47ac-451b-a03c-90b74ff29b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c7f85ac-47ac-451b-a03c-90b74ff29b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e7f3024-c59c-416f-ad14-b8875990e72f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e7f3024-c59c-416f-ad14-b8875990e72f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-282d51e6-14ad-4cc1-9f8b-03e3898f96e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-282d51e6-14ad-4cc1-9f8b-03e3898f96e8 {
  max-width: 90%;
}
}







#s-282d51e6-14ad-4cc1-9f8b-03e3898f96e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282d51e6-14ad-4cc1-9f8b-03e3898f96e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d6afc5-8dd6-4c48-94c4-52012bce2d5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47d6afc5-8dd6-4c48-94c4-52012bce2d5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1afb4c95-4ca4-445c-affe-27b6878ad658 {
  min-height: 50px;
}








#s-1afb4c95-4ca4-445c-affe-27b6878ad658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1afb4c95-4ca4-445c-affe-27b6878ad658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b799e7a3-1343-4422-b58e-9d4c5126f7db {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 95%;
}








#s-b799e7a3-1343-4422-b58e-9d4c5126f7db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b799e7a3-1343-4422-b58e-9d4c5126f7db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68388736-5b4a-484f-9854-da6763f73f11 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c296bce7-7d95-4b35-a696-d16ab9026089 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-c296bce7-7d95-4b35-a696-d16ab9026089 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  max-width:  100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  width: 100%;
}



.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  max-width:  100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  width: 100%;
}



.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  max-width:  100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  width: 100%;
}



.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  max-width:  100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  width: 100%;
}



.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 {
  max-width:  100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  width: 100%;
}



.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 .shg-image-zoom,
.shg-c#s-98bcd345-41c4-4915-98a2-95930a8b8525 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
.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-59b249c2-b1b8-43ed-9c0d-1e75e4530868 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-59b249c2-b1b8-43ed-9c0d-1e75e4530868 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-4957056c-8404-4633-b005-2500f59662d0 {
  text-align: center;
}

#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-4957056c-8404-4633-b005-2500f59662d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  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-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-a6c62b15-62b7-4f78-bf5a-1bd2bd2d8158.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f92b15ba-8bb2-482a-884c-018d6cfcda59 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-f92b15ba-8bb2-482a-884c-018d6cfcda59 {
  display: none;
}
#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  max-width:  100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  width: 100%;
}



.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  max-width:  100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  width: 100%;
}



.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  max-width:  100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  width: 100%;
}



.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  max-width:  100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  width: 100%;
}



.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee {
  max-width:  100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  width: 100%;
}



.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee .shg-image-zoom,
.shg-c#s-4777202e-96ef-4afe-b33d-c372e78280ee img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-5e2e2c3b-f8e8-4f79-a3ae-4a77ae5ffffb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-5e2e2c3b-f8e8-4f79-a3ae-4a77ae5ffffb .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 {
  text-align: center;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-66073259-9c88-4f5d-a0e1-50176f908b81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb6d930d-8a8f-440a-b91d-3ed6e0ba4129.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51697b05-9e73-415e-8fd4-70cbfe411ae3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-51697b05-9e73-415e-8fd4-70cbfe411ae3 {
  display: none;
}
#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  max-width:  100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  width: 100%;
}



.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  max-width:  100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  width: 100%;
}



.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  max-width:  100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  width: 100%;
}



.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  max-width:  100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  width: 100%;
}



.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 {
  max-width:  100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  width: 100%;
}



.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 .shg-image-zoom,
.shg-c#s-ede5ee95-3099-4b1c-946c-cbd5cffd5e44 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-b8b7aa9a-1f0d-4fbf-a4a8-6f9cef03ffc6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-b8b7aa9a-1f0d-4fbf-a4a8-6f9cef03ffc6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 {
  text-align: center;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-08107db2-57e8-4429-9ce7-ac2dc5d7c179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-0aee654b-ca5d-4b6c-be46-6c63c03cca2e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b7fa7fd-f76e-461b-bdf6-3f449315a115 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-5b7fa7fd-f76e-461b-bdf6-3f449315a115 {
  display: none;
}
#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  max-width:  100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  max-width:  100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  max-width:  100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  max-width:  100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 {
  max-width:  100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 .shg-image-zoom,
.shg-c#s-bc2d9e93-0119-4123-90db-87fc63b74f06 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-9d3406ab-79c9-4003-9290-dddb4dcb0c4e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-9d3406ab-79c9-4003-9290-dddb4dcb0c4e .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 {
  text-align: center;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-af06dbeb-b16e-4749-b648-72d607cfee44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-201e719f-3c6c-4779-89f9-9e672a254ede {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-201e719f-3c6c-4779-89f9-9e672a254ede:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-201e719f-3c6c-4779-89f9-9e672a254ede:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-201e719f-3c6c-4779-89f9-9e672a254ede {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-201e719f-3c6c-4779-89f9-9e672a254ede.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-201e719f-3c6c-4779-89f9-9e672a254ede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-201e719f-3c6c-4779-89f9-9e672a254ede.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27702c6d-d9fb-4bbe-ade0-f35f6914ecb0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-27702c6d-d9fb-4bbe-ade0-f35f6914ecb0 {
  display: none;
}
#s-af71e359-8e08-4345-b467-6bc890646465 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 {
  max-width:  100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  width: 100%;
}



.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 {
  max-width:  100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  width: 100%;
}



.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 {
  max-width:  100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  width: 100%;
}



.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 {
  max-width:  100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  width: 100%;
}



.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 {
  max-width:  100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  width: 100%;
}



.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 .shg-image-zoom,
.shg-c#s-af71e359-8e08-4345-b467-6bc890646465 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-74760147-f1bb-4e0d-bba9-a836251029f8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-74760147-f1bb-4e0d-bba9-a836251029f8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd {
  text-align: center;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3569e949-b02a-488c-a26e-dd245d1457fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-5c91e9c1-f12c-4044-96ff-b59386fc3e48.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b20b32c7-e04f-48da-8f7e-09e7aaed3294 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-b20b32c7-e04f-48da-8f7e-09e7aaed3294 {
  display: none;
}
#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  max-width:  100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  width: 100%;
}



.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  max-width:  100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  width: 100%;
}



.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  max-width:  100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  width: 100%;
}



.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  max-width:  100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  width: 100%;
}



.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 {
  max-width:  100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  width: 100%;
}



.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 .shg-image-zoom,
.shg-c#s-3f239553-e44d-4d6d-af5b-e2d784902960 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-e5271119-aea7-49ff-b263-3fd1dadc48c4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-e5271119-aea7-49ff-b263-3fd1dadc48c4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 {
  text-align: center;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f0510715-5df1-4e16-8f7d-4433f9709706 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-9288afc5-6cb1-411c-88c9-028a849b85f1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-9288afc5-6cb1-411c-88c9-028a849b85f1:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9288afc5-6cb1-411c-88c9-028a849b85f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9288afc5-6cb1-411c-88c9-028a849b85f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9288afc5-6cb1-411c-88c9-028a849b85f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9288afc5-6cb1-411c-88c9-028a849b85f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-9288afc5-6cb1-411c-88c9-028a849b85f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5311ced1-4056-4617-abe0-3a41a1e81c46 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-5311ced1-4056-4617-abe0-3a41a1e81c46 {
  display: none;
}
#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  max-width:  100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  width: 100%;
}



.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  max-width:  100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  width: 100%;
}



.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  max-width:  100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  width: 100%;
}



.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  max-width:  100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  width: 100%;
}



.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f {
  max-width:  100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  width: 100%;
}



.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f .shg-image-zoom,
.shg-c#s-3ee33436-b604-41eb-b8ca-d2849af2c87f img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-10177b88-d565-4cfe-98b7-24333d183b88 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-10177b88-d565-4cfe-98b7-24333d183b88 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b {
  text-align: center;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-756353e5-daf2-425e-a8e0-b81e0825701b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-60ac4fb3-e81c-4e20-bc94-cebf6e701ba6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-083ca6f2-e147-4c87-924d-3dbadfd6e549 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-083ca6f2-e147-4c87-924d-3dbadfd6e549 {
  display: none;
}
#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  max-width:  100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  width: 100%;
}



.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  max-width:  100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  width: 100%;
}



.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  max-width:  100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  width: 100%;
}



.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  max-width:  100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  width: 100%;
}



.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 {
  max-width:  100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  width: 100%;
}



.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 .shg-image-zoom,
.shg-c#s-c6781f35-1224-4328-bb9c-1d2fd9d68947 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-8275f46c-de03-4e68-b396-cefcc71fdc32 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-8275f46c-de03-4e68-b396-cefcc71fdc32 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd {
  text-align: center;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-149c09e8-e866-4a0b-afd6-a613c3592ffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-273c4b5e-edf8-4043-926d-1f514cb06e97 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-273c4b5e-edf8-4043-926d-1f514cb06e97:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-273c4b5e-edf8-4043-926d-1f514cb06e97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-273c4b5e-edf8-4043-926d-1f514cb06e97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-273c4b5e-edf8-4043-926d-1f514cb06e97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-273c4b5e-edf8-4043-926d-1f514cb06e97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-273c4b5e-edf8-4043-926d-1f514cb06e97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a6113506-dcf5-45c4-92da-8220a440569c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-a6113506-dcf5-45c4-92da-8220a440569c {
  display: none;
}
#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  max-width:  100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  width: 100%;
}



.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  max-width:  100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  width: 100%;
}



.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  max-width:  100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  width: 100%;
}



.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  max-width:  100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  width: 100%;
}



.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d {
  max-width:  100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  width: 100%;
}



.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d .shg-image-zoom,
.shg-c#s-2231cba6-9056-4142-9e80-c9e6f839c25d img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-50bd8ce2-d26a-4026-8c80-133d11f045f5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-50bd8ce2-d26a-4026-8c80-133d11f045f5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 {
  text-align: center;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-437eb3e1-7b9d-4532-a346-9d24a99cea16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-cdc33505-57a9-41e0-84a9-56b74a61f06b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-cdc33505-57a9-41e0-84a9-56b74a61f06b:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cdc33505-57a9-41e0-84a9-56b74a61f06b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdc33505-57a9-41e0-84a9-56b74a61f06b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdc33505-57a9-41e0-84a9-56b74a61f06b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdc33505-57a9-41e0-84a9-56b74a61f06b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-cdc33505-57a9-41e0-84a9-56b74a61f06b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-724c8788-17d3-40ad-bd38-dd2417441bb5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-724c8788-17d3-40ad-bd38-dd2417441bb5 {
  display: none;
}
#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  max-width:  100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  width: 100%;
}



.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  max-width:  100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  width: 100%;
}



.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  max-width:  100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  width: 100%;
}



.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  max-width:  100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  width: 100%;
}



.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 {
  max-width:  100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  width: 100%;
}



.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 .shg-image-zoom,
.shg-c#s-c889d716-f7c2-4910-aa93-c3cb03853cb5 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-227d7e29-6a21-4cbd-9b47-78604c02ee9f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-227d7e29-6a21-4cbd-9b47-78604c02ee9f .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 {
  text-align: center;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a37ed9e0-d0af-4827-9487-1329618ac733 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-f43c1970-e30a-424a-b17c-09ee3c40e9d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-704161ed-4f43-4d04-b6de-e68809942d9a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-704161ed-4f43-4d04-b6de-e68809942d9a {
  display: none;
}
#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  max-width:  100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  width: 100%;
}



.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  max-width:  100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  width: 100%;
}



.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  max-width:  100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  width: 100%;
}



.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  max-width:  100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  width: 100%;
}



.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e {
  max-width:  100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  width: 100%;
}



.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e .shg-image-zoom,
.shg-c#s-1f06df08-8e26-4500-b58c-58eb4ed20a2e img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-f952683d-8e7a-4add-aa2d-2896d8002093 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-f952683d-8e7a-4add-aa2d-2896d8002093 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 {
  text-align: center;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-11262c3c-8eed-43aa-b826-729c83dd9e95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f2eea99-eec8-4de6-ab02-9aacc3c84b05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-35b40e20-9b6a-47a4-a7a6-8fbdf4536026 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-35b40e20-9b6a-47a4-a7a6-8fbdf4536026 {
  display: none;
}
#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  max-width:  100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  width: 100%;
}



.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  max-width:  100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  width: 100%;
}



.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  max-width:  100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  width: 100%;
}



.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  max-width:  100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  width: 100%;
}



.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 {
  max-width:  100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  width: 100%;
}



.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 .shg-image-zoom,
.shg-c#s-e76e3d93-6c83-4705-9458-0c2183094490 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-a1645f26-9fc2-49c3-bb21-f0328952b671 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-a1645f26-9fc2-49c3-bb21-f0328952b671 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 {
  text-align: center;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0e64d83a-4f97-49ae-87cd-d1bb31b48501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-32c39d3e-d427-4ec6-b6f3-89738e930386 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-32c39d3e-d427-4ec6-b6f3-89738e930386:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-32c39d3e-d427-4ec6-b6f3-89738e930386:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32c39d3e-d427-4ec6-b6f3-89738e930386 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c39d3e-d427-4ec6-b6f3-89738e930386.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c39d3e-d427-4ec6-b6f3-89738e930386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-32c39d3e-d427-4ec6-b6f3-89738e930386.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1beadf5c-d401-47a1-9dbd-387a57094a3a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-1beadf5c-d401-47a1-9dbd-387a57094a3a {
  display: none;
}
#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  max-width:  100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  width: 100%;
}



.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  max-width:  100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  width: 100%;
}



.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  max-width:  100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  width: 100%;
}



.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  max-width:  100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  width: 100%;
}



.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a {
  max-width:  100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  width: 100%;
}



.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a .shg-image-zoom,
.shg-c#s-79cac010-ccb3-4f77-8de5-be4b140a9d3a img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-f7adc2fa-a62c-40c8-9f9c-499734e1719f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-f7adc2fa-a62c-40c8-9f9c-499734e1719f .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 {
  text-align: center;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-13ec86f6-b32d-47a4-bf21-642a7b186ce1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-aeae1dc9-89e2-404e-ba43-13b999841e8b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-aeae1dc9-89e2-404e-ba43-13b999841e8b:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aeae1dc9-89e2-404e-ba43-13b999841e8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aeae1dc9-89e2-404e-ba43-13b999841e8b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aeae1dc9-89e2-404e-ba43-13b999841e8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aeae1dc9-89e2-404e-ba43-13b999841e8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-aeae1dc9-89e2-404e-ba43-13b999841e8b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-14b61c76-e044-45fc-a646-63c411be0e43 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 10px;
}

#s-14b61c76-e044-45fc-a646-63c411be0e43 {
  display: none;
}
#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  max-width:  100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  width: 100%;
}



.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  aspect-ratio: 1200/800;
}

@media (min-width: 1200px){
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  max-width:  100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  width: 100%;
}



.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  max-width:  100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  width: 100%;
}



.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  max-width:  100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  width: 100%;
}



.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  aspect-ratio: 1200/800;
}

}@media (max-width: 767px){
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 {
  max-width:  100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  width: 100%;
}



.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 .shg-image-zoom,
.shg-c#s-2eda2405-3973-4c89-922f-2cc5439f5d49 img.shogun-image {
  aspect-ratio: 1200/800;
}

}
#s-236bd772-60ea-4283-94cb-d94ee51cbe77 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 75px;
text-align: center;
}

#s-236bd772-60ea-4283-94cb-d94ee51cbe77 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 {
  text-align: center;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 23px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 23px;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-price {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-011bd572-dcc1-416d-b443-04443d3da4b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}
}
#s-004ea3fb-066f-4324-8395-0ab563558100 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 4px;
max-width: 100%;
background-color: rgba(250, 161, 0, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-004ea3fb-066f-4324-8395-0ab563558100:hover {background-color: rgba(0, 96, 104, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-004ea3fb-066f-4324-8395-0ab563558100:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-004ea3fb-066f-4324-8395-0ab563558100 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-004ea3fb-066f-4324-8395-0ab563558100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-004ea3fb-066f-4324-8395-0ab563558100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-004ea3fb-066f-4324-8395-0ab563558100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f17caf06-0f0d-461b-8799-9cd6dd89754e {
  text-align: left;
}

#s-3a9982b9-ad2d-4040-8d8d-57f6563b7c4f {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 75%;
background-color: rgba(255, 255, 255, 1);
}








#s-3a9982b9-ad2d-4040-8d8d-57f6563b7c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9982b9-ad2d-4040-8d8d-57f6563b7c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c01d3953-feaf-4229-ab92-9ccb526998e1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(26, 66, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c01d3953-feaf-4229-ab92-9ccb526998e1:hover {background-color: rgba(21, 48, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c01d3953-feaf-4229-ab92-9ccb526998e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c01d3953-feaf-4229-ab92-9ccb526998e1-root {
    text-align: center;
  }


#s-c01d3953-feaf-4229-ab92-9ccb526998e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c01d3953-feaf-4229-ab92-9ccb526998e1-root {
    text-align: center;
  }


#s-c01d3953-feaf-4229-ab92-9ccb526998e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c01d3953-feaf-4229-ab92-9ccb526998e1-root {
    text-align: center;
  }


#s-c01d3953-feaf-4229-ab92-9ccb526998e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c01d3953-feaf-4229-ab92-9ccb526998e1-root {
    text-align: center;
  }


#s-c01d3953-feaf-4229-ab92-9ccb526998e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c01d3953-feaf-4229-ab92-9ccb526998e1-root {
    text-align: center;
  }


#s-c01d3953-feaf-4229-ab92-9ccb526998e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fd00e129-eaff-4a51-a21a-502584c5f84d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-fd00e129-eaff-4a51-a21a-502584c5f84d {
  max-width: 90%;
}
}







#s-fd00e129-eaff-4a51-a21a-502584c5f84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd00e129-eaff-4a51-a21a-502584c5f84d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bedb8d07-0a37-4597-b03e-d57a2964817e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bedb8d07-0a37-4597-b03e-d57a2964817e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4ef3e43e-c16f-47da-b696-2e9657347fb7 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
@media (max-width: 767px){#s-4ef3e43e-c16f-47da-b696-2e9657347fb7 {
  max-width: 100%;
}
}
#s-27a29e2f-06b0-4586-9902-b777e356fcc4 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-27a29e2f-06b0-4586-9902-b777e356fcc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27a29e2f-06b0-4586-9902-b777e356fcc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2437a511-fed2-4811-9b4d-a5d917c1e3c7 {
  text-align: left;
}

#s-14349bba-e9c4-405b-a812-0486908eac10 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14349bba-e9c4-405b-a812-0486908eac10 {
  display: none;
}
#s-14349bba-e9c4-405b-a812-0486908eac10, #wrap-s-14349bba-e9c4-405b-a812-0486908eac10 { display:none !important; }}@media (max-width: 767px){#s-14349bba-e9c4-405b-a812-0486908eac10 {
  display: none;
}
#s-14349bba-e9c4-405b-a812-0486908eac10, #wrap-s-14349bba-e9c4-405b-a812-0486908eac10 { display:none !important; }}







#s-14349bba-e9c4-405b-a812-0486908eac10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14349bba-e9c4-405b-a812-0486908eac10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e887855-d3dc-4fe7-9763-53c1b247500e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 40%;
}








#s-6e887855-d3dc-4fe7-9763-53c1b247500e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e887855-d3dc-4fe7-9763-53c1b247500e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36dc6ec3-050f-44db-b1ef-f369b620fd45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36dc6ec3-050f-44db-b1ef-f369b620fd45 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-53f8f746-ed01-47a5-bf89-55f3b2c9a620 {
  margin-bottom: 20px;
}

#s-e05ab9f5-08d7-4458-84ad-604ae2152810 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-e05ab9f5-08d7-4458-84ad-604ae2152810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05ab9f5-08d7-4458-84ad-604ae2152810.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-874eefd7-748e-4c48-9c8f-a1978a78c51b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-874eefd7-748e-4c48-9c8f-a1978a78c51b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-874eefd7-748e-4c48-9c8f-a1978a78c51b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-874eefd7-748e-4c48-9c8f-a1978a78c51b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-454a4516-a1fb-463f-b170-c73a734df8a5 {
  min-height: 50px;
}








#s-454a4516-a1fb-463f-b170-c73a734df8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454a4516-a1fb-463f-b170-c73a734df8a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30f09163-045c-4048-87a4-45312d223512 {
  text-align: center;
}







  #s-30f09163-045c-4048-87a4-45312d223512 img.shogun-image {
    

    
    
    
  }


#s-30f09163-045c-4048-87a4-45312d223512 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d4d11cb-50b2-4e75-b469-17a608a9dbbf {
  min-height: 50px;
}








#s-2d4d11cb-50b2-4e75-b469-17a608a9dbbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4d11cb-50b2-4e75-b469-17a608a9dbbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9d1e303-0482-45a3-a1de-70e4d9dfadb7 {
  text-align: center;
}







  #s-d9d1e303-0482-45a3-a1de-70e4d9dfadb7 img.shogun-image {
    

    
    
    
  }


#s-d9d1e303-0482-45a3-a1de-70e4d9dfadb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-82a1f24d-1787-4fce-a83b-12985d94618c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-82a1f24d-1787-4fce-a83b-12985d94618c {
  display: none;
}
#s-82a1f24d-1787-4fce-a83b-12985d94618c, #wrap-s-82a1f24d-1787-4fce-a83b-12985d94618c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82a1f24d-1787-4fce-a83b-12985d94618c {
  display: none;
}
#s-82a1f24d-1787-4fce-a83b-12985d94618c, #wrap-s-82a1f24d-1787-4fce-a83b-12985d94618c { display:none !important; }}







#s-82a1f24d-1787-4fce-a83b-12985d94618c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a1f24d-1787-4fce-a83b-12985d94618c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d23fe21b-11b6-447d-8e68-42f0404a2f24 {
  text-align: center;
}







  #s-d23fe21b-11b6-447d-8e68-42f0404a2f24 img.shogun-image {
    

    
    
    
  }


#s-d23fe21b-11b6-447d-8e68-42f0404a2f24 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc94b3e-2a79-4333-9b4e-62790c26ba55 {
  min-height: 50px;
}








#s-ffc94b3e-2a79-4333-9b4e-62790c26ba55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc94b3e-2a79-4333-9b4e-62790c26ba55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57604af5-434d-41a1-ad61-574e4c091879 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}








#s-57604af5-434d-41a1-ad61-574e4c091879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57604af5-434d-41a1-ad61-574e4c091879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9189d84b-3c5d-469a-ae7f-5c9a8f4a0946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9189d84b-3c5d-469a-ae7f-5c9a8f4a0946 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0bb87c61-ba0f-4162-ab88-0e4613e3d375 {
  margin-bottom: 20px;
}

#s-833e03b3-9fd5-4c6b-9723-1d6e8a756a36 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-833e03b3-9fd5-4c6b-9723-1d6e8a756a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-833e03b3-9fd5-4c6b-9723-1d6e8a756a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b08a8b2a-9da1-4469-b589-8870919b72c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b08a8b2a-9da1-4469-b589-8870919b72c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b08a8b2a-9da1-4469-b589-8870919b72c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b08a8b2a-9da1-4469-b589-8870919b72c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb764712-83c6-407c-b776-92f55719fbe1 {
  min-height: 50px;
}








#s-cb764712-83c6-407c-b776-92f55719fbe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb764712-83c6-407c-b776-92f55719fbe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d46d2c5-95be-4e6c-9a53-63f610a1fc23 {
  text-align: center;
}







  #s-5d46d2c5-95be-4e6c-9a53-63f610a1fc23 img.shogun-image {
    

    
    
    
  }


#s-5d46d2c5-95be-4e6c-9a53-63f610a1fc23 .shogun-image-content {
  
    align-items: center;
  
}

#s-eee82099-1814-4d05-901a-f4e5b2b7f343 {
  min-height: 50px;
}








#s-eee82099-1814-4d05-901a-f4e5b2b7f343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eee82099-1814-4d05-901a-f4e5b2b7f343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e95369-b358-4997-be36-c730d7abdee9 {
  text-align: center;
}







  #s-f1e95369-b358-4997-be36-c730d7abdee9 img.shogun-image {
    

    
    
    
  }


#s-f1e95369-b358-4997-be36-c730d7abdee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-10252d07-10c5-4bc9-9716-a935b3fee7f0 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-10252d07-10c5-4bc9-9716-a935b3fee7f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10252d07-10c5-4bc9-9716-a935b3fee7f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6225110-a8bd-42b5-a8cf-e690b13eed7f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e6225110-a8bd-42b5-a8cf-e690b13eed7f {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6225110-a8bd-42b5-a8cf-e690b13eed7f {
  margin-left: 100px;
margin-right: 100px;
}
}
#s-e6225110-a8bd-42b5-a8cf-e690b13eed7f .shogun-heading-component h2 {
  color: rgba(56, 56, 56, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc {
  max-width: 95%;
}
}@media (max-width: 767px){#s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc {
  max-width: 95%;
}
}
@media (min-width: 0px) {
[id="s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ac81688-7b3d-44c2-b7c8-4cd4586615bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-566cf976-45f8-496b-b73f-6da2067509ec {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
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: 50px;
}








#s-566cf976-45f8-496b-b73f-6da2067509ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-566cf976-45f8-496b-b73f-6da2067509ec {
  cursor: pointer;
}#s-566cf976-45f8-496b-b73f-6da2067509ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ad6669a-3239-4161-8dc7-3ff7f116afb6 {
  margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 120px;
text-align: center;
}







  #s-4ad6669a-3239-4161-8dc7-3ff7f116afb6 img.shogun-image {
    

    
    
    
  }


#s-4ad6669a-3239-4161-8dc7-3ff7f116afb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb05a1ad-e06b-45a9-9d25-3ef72616fba4 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-5ef7e750-fb52-45b5-ad91-acf9ec191b3f {
  margin-top: 0px;
}

#s-63094381-3eda-4b09-9750-e2eb3fba4b2a {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
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: 50px;
}








#s-63094381-3eda-4b09-9750-e2eb3fba4b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63094381-3eda-4b09-9750-e2eb3fba4b2a {
  cursor: pointer;
}#s-63094381-3eda-4b09-9750-e2eb3fba4b2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34e0f356-46b6-45bc-a8df-8471670dfdfd {
  box-shadow:0px 0px 15px 0px rgba(105, 105, 105, 1);
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 120px;
text-align: center;
}







  #s-34e0f356-46b6-45bc-a8df-8471670dfdfd img.shogun-image {
    

    
    
    
  }


#s-34e0f356-46b6-45bc-a8df-8471670dfdfd .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b90a31-86dd-4747-907f-98e26ef261c8 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-a82769b3-10f3-4348-9483-e29687323b25 {
  margin-top: 0px;
}

#s-cd707183-25fb-49ff-862a-5791ce331c2c {
  margin-top: 50px;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}