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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-888765a3-b7b7-4a81-8855-82634534fdfb {
  text-align: center;
}
@media (min-width: 1200px){#s-888765a3-b7b7-4a81-8855-82634534fdfb {
  display: none;
}
#s-888765a3-b7b7-4a81-8855-82634534fdfb, #wrap-s-888765a3-b7b7-4a81-8855-82634534fdfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-888765a3-b7b7-4a81-8855-82634534fdfb {
  display: none;
}
#s-888765a3-b7b7-4a81-8855-82634534fdfb, #wrap-s-888765a3-b7b7-4a81-8855-82634534fdfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-888765a3-b7b7-4a81-8855-82634534fdfb {
  display: none;
}
#s-888765a3-b7b7-4a81-8855-82634534fdfb, #wrap-s-888765a3-b7b7-4a81-8855-82634534fdfb { display:none !important; }}






  #s-888765a3-b7b7-4a81-8855-82634534fdfb img.shogun-image {
    

    
    
    
  }


#s-888765a3-b7b7-4a81-8855-82634534fdfb .shogun-image-content {
  
    align-items: center;
  
}

.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-4fd19a83-2975-4d29-88dd-ea86e99cc66d {
  margin-bottom: 15px;
min-height: 50px;
}








#s-4fd19a83-2975-4d29-88dd-ea86e99cc66d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd19a83-2975-4d29-88dd-ea86e99cc66d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-034cce1b-5085-4245-b573-56135a023f3f {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-034cce1b-5085-4245-b573-56135a023f3f {
  display: none;
}
#s-034cce1b-5085-4245-b573-56135a023f3f, #wrap-s-034cce1b-5085-4245-b573-56135a023f3f { display:none !important; }}






  #s-034cce1b-5085-4245-b573-56135a023f3f img.shogun-image {
    

    
    
    
  }


#s-034cce1b-5085-4245-b573-56135a023f3f .shogun-image-content {
  
    align-items: center;
  
}

#s-bf1285cc-3710-4fcf-bb0f-c18bf1d979c5 {
  min-height: 50px;
}








#s-bf1285cc-3710-4fcf-bb0f-c18bf1d979c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf1285cc-3710-4fcf-bb0f-c18bf1d979c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28793f93-fded-4b79-b25e-090aca10df2c {
  min-height: 50px;
}








#s-28793f93-fded-4b79-b25e-090aca10df2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28793f93-fded-4b79-b25e-090aca10df2c.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-5e80f5ee-af4c-41ca-a1b7-a9c1ca8bc1da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e80f5ee-af4c-41ca-a1b7-a9c1ca8bc1da .shogun-heading-component h1 {
  color: rgba(244, 172, 180, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-d0182c28-e888-460f-9231-85795b09cbb2 {
  padding-left: 15%;
padding-right: 15%;
}

#s-fc451a0a-79d0-4554-95fb-3a791d70101c {
  min-height: 50px;
}








#s-fc451a0a-79d0-4554-95fb-3a791d70101c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc451a0a-79d0-4554-95fb-3a791d70101c.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: 1200px){#s-1572df9b-618d-47ca-afcc-1dbb74c1d018 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 15%;
padding-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-1572df9b-618d-47ca-afcc-1dbb74c1d018"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1572df9b-618d-47ca-afcc-1dbb74c1d018"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1572df9b-618d-47ca-afcc-1dbb74c1d018"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1572df9b-618d-47ca-afcc-1dbb74c1d018"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-029ab5c3-e901-4bdb-bc52-2358e95b7763 .shogun-icon-wrapper {
  text-align: center;
}


#s-029ab5c3-e901-4bdb-bc52-2358e95b7763 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(39, 170, 157, 1);
}

#s-94c95ea6-2a5b-436b-9d00-dedbfda3235f {
  text-align: center;
}
@media (min-width: 1200px){#s-94c95ea6-2a5b-436b-9d00-dedbfda3235f {
  padding-left: 39.5%;
padding-right: 39.5%;
}
}






  #s-94c95ea6-2a5b-436b-9d00-dedbfda3235f img.shogun-image {
    

    
    
    
  }


#s-94c95ea6-2a5b-436b-9d00-dedbfda3235f .shogun-image-content {
  
    align-items: center;
  
}

#s-4071cb84-945a-45eb-92ef-c3324c99b0b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-4071cb84-945a-45eb-92ef-c3324c99b0b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(245, 171, 181, 1);
}

#s-598e1f63-5852-4780-81ba-6dbf80dad8f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-598e1f63-5852-4780-81ba-6dbf80dad8f1 .shogun-heading-component h1 {
  color: rgba(244, 172, 180, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-15b39d69-11ba-448f-9293-97d8ae4578ad {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-15b39d69-11ba-448f-9293-97d8ae4578ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-15b39d69-11ba-448f-9293-97d8ae4578ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-15b39d69-11ba-448f-9293-97d8ae4578ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-15b39d69-11ba-448f-9293-97d8ae4578ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-97fa7e3d-6cd5-402e-8390-2907388f0791 {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97fa7e3d-6cd5-402e-8390-2907388f0791:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97fa7e3d-6cd5-402e-8390-2907388f0791:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97fa7e3d-6cd5-402e-8390-2907388f0791-root {
    text-align: center;
  }


#s-97fa7e3d-6cd5-402e-8390-2907388f0791.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-97fa7e3d-6cd5-402e-8390-2907388f0791-root {
    text-align: center;
  }


#s-97fa7e3d-6cd5-402e-8390-2907388f0791.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97fa7e3d-6cd5-402e-8390-2907388f0791-root {
    text-align: center;
  }


#s-97fa7e3d-6cd5-402e-8390-2907388f0791.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97fa7e3d-6cd5-402e-8390-2907388f0791-root {
    text-align: center;
  }


#s-97fa7e3d-6cd5-402e-8390-2907388f0791.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-97fa7e3d-6cd5-402e-8390-2907388f0791-root {
    text-align: center;
  }


#s-97fa7e3d-6cd5-402e-8390-2907388f0791.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f6df709b-8329-4a29-ab39-1e8607d629d6 {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6df709b-8329-4a29-ab39-1e8607d629d6:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6df709b-8329-4a29-ab39-1e8607d629d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f6df709b-8329-4a29-ab39-1e8607d629d6 {
  margin-top: 10px;
}
}

  #s-f6df709b-8329-4a29-ab39-1e8607d629d6-root {
    text-align: center;
  }


#s-f6df709b-8329-4a29-ab39-1e8607d629d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f6df709b-8329-4a29-ab39-1e8607d629d6-root {
    text-align: center;
  }


#s-f6df709b-8329-4a29-ab39-1e8607d629d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6df709b-8329-4a29-ab39-1e8607d629d6-root {
    text-align: center;
  }


#s-f6df709b-8329-4a29-ab39-1e8607d629d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6df709b-8329-4a29-ab39-1e8607d629d6-root {
    text-align: center;
  }


#s-f6df709b-8329-4a29-ab39-1e8607d629d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6df709b-8329-4a29-ab39-1e8607d629d6-root {
    text-align: center;
  }


#s-f6df709b-8329-4a29-ab39-1e8607d629d6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fdf22372-6723-49c4-87ce-804586f40f85 {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fdf22372-6723-49c4-87ce-804586f40f85:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fdf22372-6723-49c4-87ce-804586f40f85:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fdf22372-6723-49c4-87ce-804586f40f85 {
  margin-top: 10px;
}
}

  #s-fdf22372-6723-49c4-87ce-804586f40f85-root {
    text-align: center;
  }


#s-fdf22372-6723-49c4-87ce-804586f40f85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fdf22372-6723-49c4-87ce-804586f40f85-root {
    text-align: center;
  }


#s-fdf22372-6723-49c4-87ce-804586f40f85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdf22372-6723-49c4-87ce-804586f40f85-root {
    text-align: center;
  }


#s-fdf22372-6723-49c4-87ce-804586f40f85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdf22372-6723-49c4-87ce-804586f40f85-root {
    text-align: center;
  }


#s-fdf22372-6723-49c4-87ce-804586f40f85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fdf22372-6723-49c4-87ce-804586f40f85-root {
    text-align: center;
  }


#s-fdf22372-6723-49c4-87ce-804586f40f85.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d42f5ea8-5ff6-4a0b-868a-c5dd9bd97b3d {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-d42f5ea8-5ff6-4a0b-868a-c5dd9bd97b3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d42f5ea8-5ff6-4a0b-868a-c5dd9bd97b3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d42f5ea8-5ff6-4a0b-868a-c5dd9bd97b3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d42f5ea8-5ff6-4a0b-868a-c5dd9bd97b3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-351b63b3-e209-41e5-9716-2514c4f2bc8a {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-351b63b3-e209-41e5-9716-2514c4f2bc8a:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-351b63b3-e209-41e5-9716-2514c4f2bc8a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-351b63b3-e209-41e5-9716-2514c4f2bc8a {
  padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-351b63b3-e209-41e5-9716-2514c4f2bc8a-root {
    text-align: center;
  }


#s-351b63b3-e209-41e5-9716-2514c4f2bc8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-351b63b3-e209-41e5-9716-2514c4f2bc8a-root {
    text-align: center;
  }


#s-351b63b3-e209-41e5-9716-2514c4f2bc8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-351b63b3-e209-41e5-9716-2514c4f2bc8a-root {
    text-align: center;
  }


#s-351b63b3-e209-41e5-9716-2514c4f2bc8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-351b63b3-e209-41e5-9716-2514c4f2bc8a-root {
    text-align: center;
  }


#s-351b63b3-e209-41e5-9716-2514c4f2bc8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-351b63b3-e209-41e5-9716-2514c4f2bc8a-root {
    text-align: center;
  }


#s-351b63b3-e209-41e5-9716-2514c4f2bc8a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
margin-top: 1px;
margin-bottom: 1px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf-root {
    text-align: center;
  }


#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf-root {
    text-align: center;
  }


#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf-root {
    text-align: center;
  }


#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf-root {
    text-align: center;
  }


#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf-root {
    text-align: center;
  }


#s-98fc2e02-c13d-4f79-b739-b6fee0fcf1bf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576 {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576 {
  margin-top: 10px;
}
}

  #s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576-root {
    text-align: center;
  }


#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576-root {
    text-align: center;
  }


#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576-root {
    text-align: center;
  }


#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576-root {
    text-align: center;
  }


#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576-root {
    text-align: center;
  }


#s-bf2c6c5d-5c2b-4c7e-8b3d-32767a734576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb {
  margin-top: 10px;
}
}

  #s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb-root {
    text-align: center;
  }


#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb-root {
    text-align: center;
  }


#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb-root {
    text-align: center;
  }


#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb-root {
    text-align: center;
  }


#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb-root {
    text-align: center;
  }


#s-47a57b80-90c7-4b5a-a3b9-28b31ccde0eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0937932e-782f-4120-b6a2-b856143b9217 {
  padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-0937932e-782f-4120-b6a2-b856143b9217"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0937932e-782f-4120-b6a2-b856143b9217"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0937932e-782f-4120-b6a2-b856143b9217"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0937932e-782f-4120-b6a2-b856143b9217"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e-root {
    text-align: center;
  }


#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e-root {
    text-align: center;
  }


#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e-root {
    text-align: center;
  }


#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e-root {
    text-align: center;
  }


#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e-root {
    text-align: center;
  }


#s-93c5af74-8b3a-4aa0-b6d4-bf02f51cc73e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ee63b31-fb3e-46c9-bcfc-9f306343807f-root {
    text-align: center;
  }


#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ee63b31-fb3e-46c9-bcfc-9f306343807f-root {
    text-align: center;
  }


#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ee63b31-fb3e-46c9-bcfc-9f306343807f-root {
    text-align: center;
  }


#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ee63b31-fb3e-46c9-bcfc-9f306343807f-root {
    text-align: center;
  }


#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ee63b31-fb3e-46c9-bcfc-9f306343807f-root {
    text-align: center;
  }


#s-3ee63b31-fb3e-46c9-bcfc-9f306343807f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-395c39f6-276c-496c-bf5e-9cccfd62debc {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-395c39f6-276c-496c-bf5e-9cccfd62debc:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-395c39f6-276c-496c-bf5e-9cccfd62debc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-395c39f6-276c-496c-bf5e-9cccfd62debc {
  margin-top: 5px;
margin-bottom: 10px;
}
}

  #s-395c39f6-276c-496c-bf5e-9cccfd62debc-root {
    text-align: center;
  }


#s-395c39f6-276c-496c-bf5e-9cccfd62debc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-395c39f6-276c-496c-bf5e-9cccfd62debc-root {
    text-align: center;
  }


#s-395c39f6-276c-496c-bf5e-9cccfd62debc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-395c39f6-276c-496c-bf5e-9cccfd62debc-root {
    text-align: center;
  }


#s-395c39f6-276c-496c-bf5e-9cccfd62debc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-395c39f6-276c-496c-bf5e-9cccfd62debc-root {
    text-align: center;
  }


#s-395c39f6-276c-496c-bf5e-9cccfd62debc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-395c39f6-276c-496c-bf5e-9cccfd62debc-root {
    text-align: center;
  }


#s-395c39f6-276c-496c-bf5e-9cccfd62debc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772 {
  box-shadow:3px 3px 1px 1px rgba(145, 14, 14, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772:hover {background-color: rgba(245, 171, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772 {
  margin-top: 5px;
}
}

  #s-ed9dfafa-3e28-47e0-9686-adfce1e5d772-root {
    text-align: center;
  }


#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed9dfafa-3e28-47e0-9686-adfce1e5d772-root {
    text-align: center;
  }


#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed9dfafa-3e28-47e0-9686-adfce1e5d772-root {
    text-align: center;
  }


#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed9dfafa-3e28-47e0-9686-adfce1e5d772-root {
    text-align: center;
  }


#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed9dfafa-3e28-47e0-9686-adfce1e5d772-root {
    text-align: center;
  }


#s-ed9dfafa-3e28-47e0-9686-adfce1e5d772.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b52c13a8-bc14-499c-bc45-c803e9d40656 {
  min-height: 50px;
}








#s-b52c13a8-bc14-499c-bc45-c803e9d40656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b52c13a8-bc14-499c-bc45-c803e9d40656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c5ea6173-c75d-44b3-a13a-9702e9f3b506 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c5ea6173-c75d-44b3-a13a-9702e9f3b506 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

#s-309e9ab0-a8d4-4f1b-adfd-3caf2817f47d {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-309e9ab0-a8d4-4f1b-adfd-3caf2817f47d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309e9ab0-a8d4-4f1b-adfd-3caf2817f47d.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-9c72257d-1154-432b-9942-f037686fad54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c72257d-1154-432b-9942-f037686fad54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c72257d-1154-432b-9942-f037686fad54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c72257d-1154-432b-9942-f037686fad54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-022e1b29-f30d-461e-9a08-fc4f41cad472 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-022e1b29-f30d-461e-9a08-fc4f41cad472 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-022e1b29-f30d-461e-9a08-fc4f41cad472 img.shogun-image {
    

    
    
    
  }


#s-022e1b29-f30d-461e-9a08-fc4f41cad472 .shogun-image-content {
  
    align-items: center;
  
}

#s-55eab69f-c2ea-4812-94b2-63b7a48393dc {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-55eab69f-c2ea-4812-94b2-63b7a48393dc {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55eab69f-c2ea-4812-94b2-63b7a48393dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-5f990918-bdaf-4516-a5e4-5f89a7907a37 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-5f990918-bdaf-4516-a5e4-5f89a7907a37 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-5f990918-bdaf-4516-a5e4-5f89a7907a37 {
  padding-left: 0%;
}
}






  #s-5f990918-bdaf-4516-a5e4-5f89a7907a37 img.shogun-image {
    

    
    
    
  }


#s-5f990918-bdaf-4516-a5e4-5f89a7907a37 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ae1107-9825-44cd-9a2f-e9db27aae155 {
  text-align: right;
}
@media (min-width: 1200px){#s-d7ae1107-9825-44cd-9a2f-e9db27aae155 {
  padding-left: 20%;
}
}






  #s-d7ae1107-9825-44cd-9a2f-e9db27aae155 img.shogun-image {
    

    
    
    
  }


#s-d7ae1107-9825-44cd-9a2f-e9db27aae155 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0c88bed-cd5f-4731-89fa-0824977ad36c {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-b0c88bed-cd5f-4731-89fa-0824977ad36c {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-b0c88bed-cd5f-4731-89fa-0824977ad36c img.shogun-image {
    

    
    
    
  }


#s-b0c88bed-cd5f-4731-89fa-0824977ad36c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7c7861f5-df20-4a49-9804-4b2dbda15d16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c7861f5-df20-4a49-9804-4b2dbda15d16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7861f5-df20-4a49-9804-4b2dbda15d16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7861f5-df20-4a49-9804-4b2dbda15d16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a7e3756-4323-493e-bb6d-ce7fd02d7980 {
  text-align: center;
}







  #s-3a7e3756-4323-493e-bb6d-ce7fd02d7980 img.shogun-image {
    

    
    
    
  }


#s-3a7e3756-4323-493e-bb6d-ce7fd02d7980 .shogun-image-content {
  
    align-items: center;
  
}

#s-deeaf046-86e1-414d-9811-0f1478102066 {
  display: none;
}
#s-22283a98-e83b-4fa8-8276-e9d644d86879 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-fef9b43d-f657-4f52-b27e-f0a8d95ee6ab {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-fef9b43d-f657-4f52-b27e-f0a8d95ee6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fef9b43d-f657-4f52-b27e-f0a8d95ee6ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fef9b43d-f657-4f52-b27e-f0a8d95ee6ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fef9b43d-f657-4f52-b27e-f0a8d95ee6ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-532b3ef2-b297-4e6a-90c3-cb71f916bfed {
  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-a0bcb914-6017-40ca-a6d3-3e3dd490d89c {
  text-align: left;
}
@media (max-width: 767px){#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0bcb914-6017-40ca-a6d3-3e3dd490d89c img.shogun-image {
  width: 100%;
}



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

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

#s-c86b2e96-1efa-40da-91db-a658eaebba0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c86b2e96-1efa-40da-91db-a658eaebba0f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-12e7e3fb-68e8-42ad-8643-c5616763c4a0 {
  text-align: center;
}

#s-12e7e3fb-68e8-42ad-8643-c5616763c4a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-12e7e3fb-68e8-42ad-8643-c5616763c4a0 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-12e7e3fb-68e8-42ad-8643-c5616763c4a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9-root {
    text-align: center;
  }


#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9-root {
    text-align: center;
  }


#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9-root {
    text-align: center;
  }


#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9-root {
    text-align: center;
  }


#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9-root {
    text-align: center;
  }


#s-fa598012-4f8c-49ec-9ba9-66d150c3d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9d6ed2bf-217a-4f56-aece-7d7540787ad1 {
  display: none;
}
#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c {
  text-align: left;
}
@media (max-width: 767px){#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def1b66b-e9d1-488e-9b4a-9c3263263d1c img.shogun-image {
  width: 100%;
}



}
#s-279b673f-6dfe-4eba-b13f-36208eda956c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-279b673f-6dfe-4eba-b13f-36208eda956c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c6c23016-6f82-4368-a9ed-b1df88f418c5 {
  text-align: center;
}

#s-c6c23016-6f82-4368-a9ed-b1df88f418c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c6c23016-6f82-4368-a9ed-b1df88f418c5 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-c6c23016-6f82-4368-a9ed-b1df88f418c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f070e9b-c767-42f2-a4dc-690517447629 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0f070e9b-c767-42f2-a4dc-690517447629:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f070e9b-c767-42f2-a4dc-690517447629:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f070e9b-c767-42f2-a4dc-690517447629-root {
    text-align: center;
  }


#s-0f070e9b-c767-42f2-a4dc-690517447629.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f070e9b-c767-42f2-a4dc-690517447629-root {
    text-align: center;
  }


#s-0f070e9b-c767-42f2-a4dc-690517447629.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f070e9b-c767-42f2-a4dc-690517447629-root {
    text-align: center;
  }


#s-0f070e9b-c767-42f2-a4dc-690517447629.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f070e9b-c767-42f2-a4dc-690517447629-root {
    text-align: center;
  }


#s-0f070e9b-c767-42f2-a4dc-690517447629.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f070e9b-c767-42f2-a4dc-690517447629-root {
    text-align: center;
  }


#s-0f070e9b-c767-42f2-a4dc-690517447629.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5b253587-ad56-463a-9387-609fb4cd3b3a {
  display: none;
}
#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a {
  text-align: left;
}
@media (max-width: 767px){#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba9ae69-9a1e-4adb-bdef-8997a7b7929a img.shogun-image {
  width: 100%;
}



}
#s-2ce9ae1d-c654-4365-9a67-fe37c8df64ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ce9ae1d-c654-4365-9a67-fe37c8df64ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5133e457-2cdf-4113-a99e-f816d0a91c00 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}

#s-5133e457-2cdf-4113-a99e-f816d0a91c00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5133e457-2cdf-4113-a99e-f816d0a91c00 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-5133e457-2cdf-4113-a99e-f816d0a91c00 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc656bf7-4d80-458f-9ebe-193d054ca28e {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc656bf7-4d80-458f-9ebe-193d054ca28e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc656bf7-4d80-458f-9ebe-193d054ca28e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc656bf7-4d80-458f-9ebe-193d054ca28e-root {
    text-align: center;
  }


#s-cc656bf7-4d80-458f-9ebe-193d054ca28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc656bf7-4d80-458f-9ebe-193d054ca28e-root {
    text-align: center;
  }


#s-cc656bf7-4d80-458f-9ebe-193d054ca28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc656bf7-4d80-458f-9ebe-193d054ca28e-root {
    text-align: center;
  }


#s-cc656bf7-4d80-458f-9ebe-193d054ca28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc656bf7-4d80-458f-9ebe-193d054ca28e-root {
    text-align: center;
  }


#s-cc656bf7-4d80-458f-9ebe-193d054ca28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc656bf7-4d80-458f-9ebe-193d054ca28e-root {
    text-align: center;
  }


#s-cc656bf7-4d80-458f-9ebe-193d054ca28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-59a7ca43-3b16-404c-b7a8-f63ca417e646 {
  min-height: 50px;
}








#s-59a7ca43-3b16-404c-b7a8-f63ca417e646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59a7ca43-3b16-404c-b7a8-f63ca417e646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ffd85ea-0062-45af-9b2e-ac8d7ae89eb1 {
  min-height: 50px;
}








#s-7ffd85ea-0062-45af-9b2e-ac8d7ae89eb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffd85ea-0062-45af-9b2e-ac8d7ae89eb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75031652-db3c-4323-b9c5-0fc4e2be0bad {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75031652-db3c-4323-b9c5-0fc4e2be0bad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-4404f403-61ac-4b50-b30d-b349a6458d50 {
  text-align: center;
}







  #s-4404f403-61ac-4b50-b30d-b349a6458d50 img.shogun-image {
    

    
    
    
  }


#s-4404f403-61ac-4b50-b30d-b349a6458d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8973a93-46db-49e2-8c7f-163764d026de {
  text-align: center;
}
@media (min-width: 1200px){#s-b8973a93-46db-49e2-8c7f-163764d026de {
  padding-left: 7%;
}
}






  #s-b8973a93-46db-49e2-8c7f-163764d026de img.shogun-image {
    

    
    
    
  }


#s-b8973a93-46db-49e2-8c7f-163764d026de .shogun-image-content {
  
    align-items: center;
  
}

#s-6f9bc9b1-4695-4a6a-b3b5-99218e66f71b {
  text-align: center;
}
@media (min-width: 1200px){#s-6f9bc9b1-4695-4a6a-b3b5-99218e66f71b {
  padding-left: 20%;
}
}






  #s-6f9bc9b1-4695-4a6a-b3b5-99218e66f71b img.shogun-image {
    

    
    
    
  }


#s-6f9bc9b1-4695-4a6a-b3b5-99218e66f71b .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb27885-5bce-45fc-b980-b9166b41af49 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-2bb27885-5bce-45fc-b980-b9166b41af49 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-2bb27885-5bce-45fc-b980-b9166b41af49 img.shogun-image {
    

    
    
    
  }


#s-2bb27885-5bce-45fc-b980-b9166b41af49 .shogun-image-content {
  
    align-items: center;
  
}

#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0 {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0 {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0-root {
    text-align: center;
  }


#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0-root {
    text-align: center;
  }


#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0-root {
    text-align: center;
  }


#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0-root {
    text-align: center;
  }


#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0-root {
    text-align: center;
  }


#s-84ec4ca1-2889-4862-9b65-fa163f2c4ed0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-17ea0b76-60c5-41c3-be3d-e2a35139a5d9 {
  min-height: 50px;
}








#s-17ea0b76-60c5-41c3-be3d-e2a35139a5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17ea0b76-60c5-41c3-be3d-e2a35139a5d9.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-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-376472bb-bb7f-4376-ba34-61cf4aa0e282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-471f5728-a45b-4d76-8af4-66d1ced48d3a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-471f5728-a45b-4d76-8af4-66d1ced48d3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-471f5728-a45b-4d76-8af4-66d1ced48d3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-471f5728-a45b-4d76-8af4-66d1ced48d3a-root {
    text-align: center;
  }


#s-471f5728-a45b-4d76-8af4-66d1ced48d3a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-471f5728-a45b-4d76-8af4-66d1ced48d3a-root {
    text-align: center;
  }


#s-471f5728-a45b-4d76-8af4-66d1ced48d3a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-471f5728-a45b-4d76-8af4-66d1ced48d3a-root {
    text-align: center;
  }


#s-471f5728-a45b-4d76-8af4-66d1ced48d3a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-471f5728-a45b-4d76-8af4-66d1ced48d3a-root {
    text-align: center;
  }


#s-471f5728-a45b-4d76-8af4-66d1ced48d3a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-471f5728-a45b-4d76-8af4-66d1ced48d3a-root {
    text-align: center;
  }


#s-471f5728-a45b-4d76-8af4-66d1ced48d3a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-63b556fe-460e-4043-b627-60067b783ce6 {
  min-height: 50px;
}








#s-63b556fe-460e-4043-b627-60067b783ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63b556fe-460e-4043-b627-60067b783ce6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67cc1019-ddfa-4dc9-8712-a68d1c6a4f85 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67cc1019-ddfa-4dc9-8712-a68d1c6a4f85 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

#s-a5458d6c-0230-44e2-929a-9cf0395d699a {
  min-height: 50px;
}








#s-a5458d6c-0230-44e2-929a-9cf0395d699a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5458d6c-0230-44e2-929a-9cf0395d699a.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-f2467c5e-13f5-4ab4-b07b-8a85d906a050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2467c5e-13f5-4ab4-b07b-8a85d906a050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2467c5e-13f5-4ab4-b07b-8a85d906a050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2467c5e-13f5-4ab4-b07b-8a85d906a050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b040345-b517-4413-854b-a85313893d50 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-0b040345-b517-4413-854b-a85313893d50 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-0b040345-b517-4413-854b-a85313893d50 img.shogun-image {
    

    
    
    
  }


#s-0b040345-b517-4413-854b-a85313893d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efcf164-55d8-41fa-b9ee-b3257c4e71ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0723e8c6-4cbb-4b6b-b41f-03cc222fef9f {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-0723e8c6-4cbb-4b6b-b41f-03cc222fef9f {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-0723e8c6-4cbb-4b6b-b41f-03cc222fef9f {
  padding-left: 0%;
}
}






  #s-0723e8c6-4cbb-4b6b-b41f-03cc222fef9f img.shogun-image {
    

    
    
    
  }


#s-0723e8c6-4cbb-4b6b-b41f-03cc222fef9f .shogun-image-content {
  
    align-items: center;
  
}

#s-5960957c-1711-43a9-bbc8-65dcb5994160 {
  text-align: center;
}
@media (min-width: 1200px){#s-5960957c-1711-43a9-bbc8-65dcb5994160 {
  padding-left: 20%;
}
}






  #s-5960957c-1711-43a9-bbc8-65dcb5994160 img.shogun-image {
    

    
    
    
  }


#s-5960957c-1711-43a9-bbc8-65dcb5994160 .shogun-image-content {
  
    align-items: center;
  
}

#s-93211162-a77f-4f96-8c23-89b95bb3f7f0 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-93211162-a77f-4f96-8c23-89b95bb3f7f0 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-93211162-a77f-4f96-8c23-89b95bb3f7f0 img.shogun-image {
    

    
    
    
  }


#s-93211162-a77f-4f96-8c23-89b95bb3f7f0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-663ce9cd-2afd-414c-abcc-b4b27aa8231d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-663ce9cd-2afd-414c-abcc-b4b27aa8231d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-663ce9cd-2afd-414c-abcc-b4b27aa8231d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-663ce9cd-2afd-414c-abcc-b4b27aa8231d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d9ed78b-f764-4867-a401-11cc58d144f3 {
  text-align: center;
}







  #s-6d9ed78b-f764-4867-a401-11cc58d144f3 img.shogun-image {
    

    
    
    
  }


#s-6d9ed78b-f764-4867-a401-11cc58d144f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-71e58f7e-a1a5-4f7c-9cba-578ed8302bc0 {
  display: none;
}
#s-f9f66ebb-b68c-4a3f-8b4c-8f34f3a4f1bb {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-0ca30073-473a-4a4d-838d-0091f2158dfc {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-0ca30073-473a-4a4d-838d-0091f2158dfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ca30073-473a-4a4d-838d-0091f2158dfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ca30073-473a-4a4d-838d-0091f2158dfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ca30073-473a-4a4d-838d-0091f2158dfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a620c695-1eb7-4160-820e-d713288a2088 {
  display: none;
}
#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 {
  text-align: left;
}
@media (min-width: 1200px){#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a244dc0c-7dc2-44ea-8af6-59a264f6a856 img.shogun-image {
  width: 100%;
}



}
#s-7c8c2b88-bbc5-4551-a778-8bb1a9300cd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c8c2b88-bbc5-4551-a778-8bb1a9300cd0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1f702d77-29be-438a-83ec-6742c98d903d {
  text-align: center;
}
@media (min-width: 1200px){#s-1f702d77-29be-438a-83ec-6742c98d903d {
  margin-top: 11px;
}
}
#s-1f702d77-29be-438a-83ec-6742c98d903d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1f702d77-29be-438a-83ec-6742c98d903d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-1f702d77-29be-438a-83ec-6742c98d903d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9-root {
    text-align: center;
  }


#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9-root {
    text-align: center;
  }


#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9-root {
    text-align: center;
  }


#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9-root {
    text-align: center;
  }


#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9-root {
    text-align: center;
  }


#s-dce9df32-4cd0-482e-b0c5-e40afa18c3a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b3332402-cca3-41af-b79b-adcb2c550a59 {
  display: none;
}
#s-35041921-f7ed-46a1-93d6-6758d3968908 {
  text-align: left;
}
@media (max-width: 767px){#s-35041921-f7ed-46a1-93d6-6758d3968908 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35041921-f7ed-46a1-93d6-6758d3968908 img.shogun-image {
  width: 100%;
}



}
#s-724a2a03-507a-4463-8a89-7c38ba0f759a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-724a2a03-507a-4463-8a89-7c38ba0f759a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-95f1c5a3-9e30-419f-b153-e4fb1c5a39f7 {
  text-align: center;
}

#s-95f1c5a3-9e30-419f-b153-e4fb1c5a39f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-95f1c5a3-9e30-419f-b153-e4fb1c5a39f7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-95f1c5a3-9e30-419f-b153-e4fb1c5a39f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d591c26-c1a9-4e33-b296-96e6df8bee85 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d591c26-c1a9-4e33-b296-96e6df8bee85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d591c26-c1a9-4e33-b296-96e6df8bee85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d591c26-c1a9-4e33-b296-96e6df8bee85-root {
    text-align: center;
  }


#s-6d591c26-c1a9-4e33-b296-96e6df8bee85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d591c26-c1a9-4e33-b296-96e6df8bee85-root {
    text-align: center;
  }


#s-6d591c26-c1a9-4e33-b296-96e6df8bee85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d591c26-c1a9-4e33-b296-96e6df8bee85-root {
    text-align: center;
  }


#s-6d591c26-c1a9-4e33-b296-96e6df8bee85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d591c26-c1a9-4e33-b296-96e6df8bee85-root {
    text-align: center;
  }


#s-6d591c26-c1a9-4e33-b296-96e6df8bee85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d591c26-c1a9-4e33-b296-96e6df8bee85-root {
    text-align: center;
  }


#s-6d591c26-c1a9-4e33-b296-96e6df8bee85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c3e40ff0-5ef1-4927-b6fe-db0089718c09 {
  display: none;
}
#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 {
  text-align: left;
}
@media (min-width: 1200px){#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 {
  padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d8e76-7a6e-4eee-83f7-3f224a486160 img.shogun-image {
  width: 100%;
}



}
#s-8957c3f1-4301-4490-bd07-e180316d809d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8957c3f1-4301-4490-bd07-e180316d809d {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-8957c3f1-4301-4490-bd07-e180316d809d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-65bd53ab-5a2a-404b-b324-da06d86195d3 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-65bd53ab-5a2a-404b-b324-da06d86195d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-65bd53ab-5a2a-404b-b324-da06d86195d3 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-65bd53ab-5a2a-404b-b324-da06d86195d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1acad6d-b859-448b-ab02-bae4b0f34905 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1acad6d-b859-448b-ab02-bae4b0f34905:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1acad6d-b859-448b-ab02-bae4b0f34905:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1acad6d-b859-448b-ab02-bae4b0f34905-root {
    text-align: center;
  }


#s-a1acad6d-b859-448b-ab02-bae4b0f34905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1acad6d-b859-448b-ab02-bae4b0f34905-root {
    text-align: center;
  }


#s-a1acad6d-b859-448b-ab02-bae4b0f34905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1acad6d-b859-448b-ab02-bae4b0f34905-root {
    text-align: center;
  }


#s-a1acad6d-b859-448b-ab02-bae4b0f34905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1acad6d-b859-448b-ab02-bae4b0f34905-root {
    text-align: center;
  }


#s-a1acad6d-b859-448b-ab02-bae4b0f34905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1acad6d-b859-448b-ab02-bae4b0f34905-root {
    text-align: center;
  }


#s-a1acad6d-b859-448b-ab02-bae4b0f34905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-eb8c993a-a70c-44c8-b15b-3a9bc1ad731d {
  min-height: 50px;
}








#s-eb8c993a-a70c-44c8-b15b-3a9bc1ad731d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8c993a-a70c-44c8-b15b-3a9bc1ad731d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d5b643c-8248-435f-8c88-3fb3f0c7f51e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-60f114c8-4939-42da-a020-b082b79ee398 {
  text-align: center;
}







  #s-60f114c8-4939-42da-a020-b082b79ee398 img.shogun-image {
    

    
    
    
  }


#s-60f114c8-4939-42da-a020-b082b79ee398 .shogun-image-content {
  
    align-items: center;
  
}

#s-68b3a4a5-8b7d-4418-8ae0-7ef956c0790e {
  text-align: center;
}
@media (min-width: 1200px){#s-68b3a4a5-8b7d-4418-8ae0-7ef956c0790e {
  padding-left: 7%;
}
}






  #s-68b3a4a5-8b7d-4418-8ae0-7ef956c0790e img.shogun-image {
    

    
    
    
  }


#s-68b3a4a5-8b7d-4418-8ae0-7ef956c0790e .shogun-image-content {
  
    align-items: center;
  
}

#s-8816d7bf-26da-44b5-94e0-6ae538d2ae06 {
  text-align: center;
}
@media (min-width: 1200px){#s-8816d7bf-26da-44b5-94e0-6ae538d2ae06 {
  padding-left: 20%;
}
}






  #s-8816d7bf-26da-44b5-94e0-6ae538d2ae06 img.shogun-image {
    

    
    
    
  }


#s-8816d7bf-26da-44b5-94e0-6ae538d2ae06 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a1c62da-f29e-4930-899c-ea0edd03a87c {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-8a1c62da-f29e-4930-899c-ea0edd03a87c {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-8a1c62da-f29e-4930-899c-ea0edd03a87c img.shogun-image {
    

    
    
    
  }


#s-8a1c62da-f29e-4930-899c-ea0edd03a87c .shogun-image-content {
  
    align-items: center;
  
}

#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8 {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8 {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8-root {
    text-align: center;
  }


#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8-root {
    text-align: center;
  }


#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8-root {
    text-align: center;
  }


#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8-root {
    text-align: center;
  }


#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8-root {
    text-align: center;
  }


#s-54d09bdc-5ef8-42c4-9ab6-a96be7f390c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae4b4b59-64cd-44d6-8f6b-ec920f004999"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-7fb80cc7-795b-487b-bdc5-765f5d817091 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fb80cc7-795b-487b-bdc5-765f5d817091:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fb80cc7-795b-487b-bdc5-765f5d817091:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fb80cc7-795b-487b-bdc5-765f5d817091-root {
    text-align: center;
  }


#s-7fb80cc7-795b-487b-bdc5-765f5d817091.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fb80cc7-795b-487b-bdc5-765f5d817091-root {
    text-align: center;
  }


#s-7fb80cc7-795b-487b-bdc5-765f5d817091.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fb80cc7-795b-487b-bdc5-765f5d817091-root {
    text-align: center;
  }


#s-7fb80cc7-795b-487b-bdc5-765f5d817091.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fb80cc7-795b-487b-bdc5-765f5d817091-root {
    text-align: center;
  }


#s-7fb80cc7-795b-487b-bdc5-765f5d817091.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fb80cc7-795b-487b-bdc5-765f5d817091-root {
    text-align: center;
  }


#s-7fb80cc7-795b-487b-bdc5-765f5d817091.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-770b0c6f-0acb-49ab-8a83-a9e9c83eb8c5 {
  min-height: 50px;
}








#s-770b0c6f-0acb-49ab-8a83-a9e9c83eb8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-770b0c6f-0acb-49ab-8a83-a9e9c83eb8c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-148ec12b-1647-49fe-95e9-fc6193311123 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-148ec12b-1647-49fe-95e9-fc6193311123 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

#s-a7d78c34-3254-4c2f-98f2-709e35564842 {
  min-height: 50px;
}








#s-a7d78c34-3254-4c2f-98f2-709e35564842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7d78c34-3254-4c2f-98f2-709e35564842.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-f14e0109-7647-4888-8cba-1f6dd28a5581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f14e0109-7647-4888-8cba-1f6dd28a5581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f14e0109-7647-4888-8cba-1f6dd28a5581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f14e0109-7647-4888-8cba-1f6dd28a5581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eeaa4790-62a2-41a9-91e5-54ffadf4aa2e {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-eeaa4790-62a2-41a9-91e5-54ffadf4aa2e {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-eeaa4790-62a2-41a9-91e5-54ffadf4aa2e img.shogun-image {
    

    
    
    
  }


#s-eeaa4790-62a2-41a9-91e5-54ffadf4aa2e .shogun-image-content {
  
    align-items: center;
  
}

#s-6f502cf1-60c5-4dbc-8d5f-e081292bac28 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6f502cf1-60c5-4dbc-8d5f-e081292bac28 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f502cf1-60c5-4dbc-8d5f-e081292bac28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-281a72b6-0ab7-45d3-9937-c9ad6a22b136 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-281a72b6-0ab7-45d3-9937-c9ad6a22b136 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-281a72b6-0ab7-45d3-9937-c9ad6a22b136 {
  padding-left: 0%;
}
}






  #s-281a72b6-0ab7-45d3-9937-c9ad6a22b136 img.shogun-image {
    

    
    
    
  }


#s-281a72b6-0ab7-45d3-9937-c9ad6a22b136 .shogun-image-content {
  
    align-items: center;
  
}

#s-eddd723c-d00f-4246-8b24-af2aad05cb91 {
  text-align: center;
}
@media (min-width: 1200px){#s-eddd723c-d00f-4246-8b24-af2aad05cb91 {
  padding-left: 20%;
}
}






  #s-eddd723c-d00f-4246-8b24-af2aad05cb91 img.shogun-image {
    

    
    
    
  }


#s-eddd723c-d00f-4246-8b24-af2aad05cb91 .shogun-image-content {
  
    align-items: center;
  
}

#s-31531ffd-93eb-4e7f-949a-6a445fe3448e {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-31531ffd-93eb-4e7f-949a-6a445fe3448e {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-31531ffd-93eb-4e7f-949a-6a445fe3448e img.shogun-image {
    

    
    
    
  }


#s-31531ffd-93eb-4e7f-949a-6a445fe3448e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ae9381ca-c1e3-4905-a50b-e207c07f9a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae9381ca-c1e3-4905-a50b-e207c07f9a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae9381ca-c1e3-4905-a50b-e207c07f9a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae9381ca-c1e3-4905-a50b-e207c07f9a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5101495-203e-4f49-ac3a-d2a049b62b27 {
  text-align: center;
}







  #s-f5101495-203e-4f49-ac3a-d2a049b62b27 img.shogun-image {
    

    
    
    
  }


#s-f5101495-203e-4f49-ac3a-d2a049b62b27 .shogun-image-content {
  
    align-items: center;
  
}

#s-3eab2b29-6b03-4263-84da-f15c0839f379 {
  display: none;
}
#s-07b04b65-84f3-45ef-aa5a-b23b1a99f364 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-83322b84-6605-46d1-9af3-54f7b6584a84 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-83322b84-6605-46d1-9af3-54f7b6584a84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83322b84-6605-46d1-9af3-54f7b6584a84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83322b84-6605-46d1-9af3-54f7b6584a84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83322b84-6605-46d1-9af3-54f7b6584a84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2d66446b-6924-4c89-855d-e20d76460d26 {
  display: none;
}
#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 {
  text-align: left;
}
@media (min-width: 1200px){#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 {
  padding-left: 12%;
padding-right: 12%;
}
}@media (max-width: 767px){#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0dffbf-b333-4b77-9ecf-e774dba3cab6 img.shogun-image {
  width: 100%;
}



}
#s-f0aa8444-7f4d-44e0-b708-69df003a0ecb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0aa8444-7f4d-44e0-b708-69df003a0ecb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-556b6710-2251-4ea1-99d3-1192fa22a33a {
  text-align: center;
}
@media (min-width: 1200px){#s-556b6710-2251-4ea1-99d3-1192fa22a33a {
  margin-top: 11px;
}
}
#s-556b6710-2251-4ea1-99d3-1192fa22a33a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-556b6710-2251-4ea1-99d3-1192fa22a33a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-556b6710-2251-4ea1-99d3-1192fa22a33a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f-root {
    text-align: center;
  }


#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f-root {
    text-align: center;
  }


#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f-root {
    text-align: center;
  }


#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f-root {
    text-align: center;
  }


#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f-root {
    text-align: center;
  }


#s-d4bd9cbc-66ab-4fc9-b01d-f0cbed0c4f0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-43d87221-3005-4819-adae-dca276e79c0f {
  display: none;
}
#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 {
  text-align: left;
}
@media (max-width: 767px){#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dd23da-b47d-436d-92d0-c1bae73a3000 img.shogun-image {
  width: 100%;
}



}
#s-5ad9db23-c112-46c0-85d4-b563dc3ce773 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ad9db23-c112-46c0-85d4-b563dc3ce773 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-24afc9a2-e01c-4c9a-b8bc-5c94683a8438 {
  text-align: center;
}

#s-24afc9a2-e01c-4c9a-b8bc-5c94683a8438 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-24afc9a2-e01c-4c9a-b8bc-5c94683a8438 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-24afc9a2-e01c-4c9a-b8bc-5c94683a8438 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8245d66-baf8-448e-82d9-ec94f07e7e8c-root {
    text-align: center;
  }


#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8245d66-baf8-448e-82d9-ec94f07e7e8c-root {
    text-align: center;
  }


#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8245d66-baf8-448e-82d9-ec94f07e7e8c-root {
    text-align: center;
  }


#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8245d66-baf8-448e-82d9-ec94f07e7e8c-root {
    text-align: center;
  }


#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8245d66-baf8-448e-82d9-ec94f07e7e8c-root {
    text-align: center;
  }


#s-e8245d66-baf8-448e-82d9-ec94f07e7e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-23761e59-a976-44d4-b922-a19ad96af6fa {
  display: none;
}
#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc {
  text-align: left;
}
@media (min-width: 1200px){#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc {
  padding-left: 2.5%;
padding-right: 2.5%;
}
}@media (max-width: 767px){#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38ed9586-9a47-42ed-a6d7-8c60282cb5dc img.shogun-image {
  width: 100%;
}



}
#s-3ba3085d-26c9-4941-8d78-1d2fa526f9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3ba3085d-26c9-4941-8d78-1d2fa526f9de {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-3ba3085d-26c9-4941-8d78-1d2fa526f9de .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-8b36206a-bac8-42ff-a833-0e9c089a6a62 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-8b36206a-bac8-42ff-a833-0e9c089a6a62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8b36206a-bac8-42ff-a833-0e9c089a6a62 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-8b36206a-bac8-42ff-a833-0e9c089a6a62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3d588f8c-aacb-47a0-af29-50ecb11872f5 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d588f8c-aacb-47a0-af29-50ecb11872f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d588f8c-aacb-47a0-af29-50ecb11872f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d588f8c-aacb-47a0-af29-50ecb11872f5-root {
    text-align: center;
  }


#s-3d588f8c-aacb-47a0-af29-50ecb11872f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d588f8c-aacb-47a0-af29-50ecb11872f5-root {
    text-align: center;
  }


#s-3d588f8c-aacb-47a0-af29-50ecb11872f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d588f8c-aacb-47a0-af29-50ecb11872f5-root {
    text-align: center;
  }


#s-3d588f8c-aacb-47a0-af29-50ecb11872f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d588f8c-aacb-47a0-af29-50ecb11872f5-root {
    text-align: center;
  }


#s-3d588f8c-aacb-47a0-af29-50ecb11872f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d588f8c-aacb-47a0-af29-50ecb11872f5-root {
    text-align: center;
  }


#s-3d588f8c-aacb-47a0-af29-50ecb11872f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-aa15c86a-8aa9-4eee-a3c6-1f3655663910 {
  min-height: 50px;
}








#s-aa15c86a-8aa9-4eee-a3c6-1f3655663910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa15c86a-8aa9-4eee-a3c6-1f3655663910.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91a8769d-8a14-4652-aece-cfda8f28d290 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-91a8769d-8a14-4652-aece-cfda8f28d290"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8ecb635e-bb20-4332-b110-3264a0110a38 {
  text-align: center;
}







  #s-8ecb635e-bb20-4332-b110-3264a0110a38 img.shogun-image {
    

    
    
    
  }


#s-8ecb635e-bb20-4332-b110-3264a0110a38 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2c9c9f3-039a-42b9-9a60-f1b1ac9440a9 {
  text-align: center;
}
@media (min-width: 1200px){#s-e2c9c9f3-039a-42b9-9a60-f1b1ac9440a9 {
  padding-left: 7%;
}
}






  #s-e2c9c9f3-039a-42b9-9a60-f1b1ac9440a9 img.shogun-image {
    

    
    
    
  }


#s-e2c9c9f3-039a-42b9-9a60-f1b1ac9440a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2fb0dca-b673-49c1-9726-df873d78bcf6 {
  text-align: center;
}
@media (min-width: 1200px){#s-e2fb0dca-b673-49c1-9726-df873d78bcf6 {
  padding-left: 20%;
}
}






  #s-e2fb0dca-b673-49c1-9726-df873d78bcf6 img.shogun-image {
    

    
    
    
  }


#s-e2fb0dca-b673-49c1-9726-df873d78bcf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c547949-47b2-4c03-9918-b5042524d269 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-4c547949-47b2-4c03-9918-b5042524d269 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-4c547949-47b2-4c03-9918-b5042524d269 img.shogun-image {
    

    
    
    
  }


#s-4c547949-47b2-4c03-9918-b5042524d269 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2fb651-1641-4041-9545-930c0db3ce7c {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a2fb651-1641-4041-9545-930c0db3ce7c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a2fb651-1641-4041-9545-930c0db3ce7c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7a2fb651-1641-4041-9545-930c0db3ce7c {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-7a2fb651-1641-4041-9545-930c0db3ce7c-root {
    text-align: center;
  }


#s-7a2fb651-1641-4041-9545-930c0db3ce7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a2fb651-1641-4041-9545-930c0db3ce7c-root {
    text-align: center;
  }


#s-7a2fb651-1641-4041-9545-930c0db3ce7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a2fb651-1641-4041-9545-930c0db3ce7c-root {
    text-align: center;
  }


#s-7a2fb651-1641-4041-9545-930c0db3ce7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a2fb651-1641-4041-9545-930c0db3ce7c-root {
    text-align: center;
  }


#s-7a2fb651-1641-4041-9545-930c0db3ce7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a2fb651-1641-4041-9545-930c0db3ce7c-root {
    text-align: center;
  }


#s-7a2fb651-1641-4041-9545-930c0db3ce7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dd98b5c-5e61-4c46-98ac-1251b0b8be82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6bd99fd2-17c2-4519-bd3f-45be989a0db8-root {
    text-align: center;
  }


#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6bd99fd2-17c2-4519-bd3f-45be989a0db8-root {
    text-align: center;
  }


#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6bd99fd2-17c2-4519-bd3f-45be989a0db8-root {
    text-align: center;
  }


#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6bd99fd2-17c2-4519-bd3f-45be989a0db8-root {
    text-align: center;
  }


#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6bd99fd2-17c2-4519-bd3f-45be989a0db8-root {
    text-align: center;
  }


#s-6bd99fd2-17c2-4519-bd3f-45be989a0db8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d8b0933f-9196-4f28-9c34-3e13c66897ff {
  min-height: 50px;
}








#s-d8b0933f-9196-4f28-9c34-3e13c66897ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b0933f-9196-4f28-9c34-3e13c66897ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74714da2-9d97-46bd-8c76-8162c8685943 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-74714da2-9d97-46bd-8c76-8162c8685943 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-0ad2771f-790f-4514-ba37-15a09f2b088b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ad2771f-790f-4514-ba37-15a09f2b088b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ad2771f-790f-4514-ba37-15a09f2b088b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ad2771f-790f-4514-ba37-15a09f2b088b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b4f3c8b-b65c-4405-8b00-0cc8fd977e92 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-0b4f3c8b-b65c-4405-8b00-0cc8fd977e92 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-0b4f3c8b-b65c-4405-8b00-0cc8fd977e92 img.shogun-image {
    

    
    
    
  }


#s-0b4f3c8b-b65c-4405-8b00-0cc8fd977e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9fb368e-a868-483b-a069-8e72a1cf6e8b {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b9fb368e-a868-483b-a069-8e72a1cf6e8b {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b9fb368e-a868-483b-a069-8e72a1cf6e8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-de6dcac5-3542-4576-a831-94a83a868856 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-de6dcac5-3542-4576-a831-94a83a868856 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-de6dcac5-3542-4576-a831-94a83a868856 {
  padding-left: 0%;
}
}






  #s-de6dcac5-3542-4576-a831-94a83a868856 img.shogun-image {
    

    
    
    
  }


#s-de6dcac5-3542-4576-a831-94a83a868856 .shogun-image-content {
  
    align-items: center;
  
}

#s-25a6fe89-5f7d-4183-9930-e9ee1c0e94c3 {
  text-align: center;
}
@media (min-width: 1200px){#s-25a6fe89-5f7d-4183-9930-e9ee1c0e94c3 {
  padding-left: 20%;
}
}






  #s-25a6fe89-5f7d-4183-9930-e9ee1c0e94c3 img.shogun-image {
    

    
    
    
  }


#s-25a6fe89-5f7d-4183-9930-e9ee1c0e94c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f8475b1-3f45-4adb-a8ed-dc99b28c5f47 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-6f8475b1-3f45-4adb-a8ed-dc99b28c5f47 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-6f8475b1-3f45-4adb-a8ed-dc99b28c5f47 img.shogun-image {
    

    
    
    
  }


#s-6f8475b1-3f45-4adb-a8ed-dc99b28c5f47 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d11fdce-d740-4f65-a578-405b0591a0f6 {
  min-height: 50px;
}








#s-6d11fdce-d740-4f65-a578-405b0591a0f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d11fdce-d740-4f65-a578-405b0591a0f6.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-191b650c-da30-43c6-964d-9a9414544cf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-191b650c-da30-43c6-964d-9a9414544cf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-191b650c-da30-43c6-964d-9a9414544cf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-191b650c-da30-43c6-964d-9a9414544cf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-443109cc-bd26-48e8-a4a3-07168a2213fc {
  text-align: center;
}







  #s-443109cc-bd26-48e8-a4a3-07168a2213fc img.shogun-image {
    

    
    
    
  }


#s-443109cc-bd26-48e8-a4a3-07168a2213fc .shogun-image-content {
  
    align-items: center;
  
}

#s-bbfbf5de-9e1f-473a-9c0f-8cf54f789e6c {
  display: none;
}
#s-f2bcef39-d483-4edb-9965-1c6235f60be4 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-8be9fe82-dd81-4252-b1c0-aa860c951ec8 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-8be9fe82-dd81-4252-b1c0-aa860c951ec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8be9fe82-dd81-4252-b1c0-aa860c951ec8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8be9fe82-dd81-4252-b1c0-aa860c951ec8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8be9fe82-dd81-4252-b1c0-aa860c951ec8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aadc22f5-33e1-46ce-8b2c-a3877ff30b16 {
  display: none;
}
#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b {
  text-align: left;
}
@media (min-width: 1200px){#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb5dc885-a422-4a10-83ef-2f23b3ef801b img.shogun-image {
  width: 100%;
}



}
#s-e9046585-b527-468c-8587-e36efbc15cdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9046585-b527-468c-8587-e36efbc15cdd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-76918b71-dfc0-4007-8fca-7b816649c84c {
  text-align: center;
}

#s-76918b71-dfc0-4007-8fca-7b816649c84c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-76918b71-dfc0-4007-8fca-7b816649c84c .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-76918b71-dfc0-4007-8fca-7b816649c84c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-feefbd87-5f50-4c9d-b385-d88b721b0208 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-feefbd87-5f50-4c9d-b385-d88b721b0208:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-feefbd87-5f50-4c9d-b385-d88b721b0208:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-feefbd87-5f50-4c9d-b385-d88b721b0208-root {
    text-align: center;
  }


#s-feefbd87-5f50-4c9d-b385-d88b721b0208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-feefbd87-5f50-4c9d-b385-d88b721b0208-root {
    text-align: center;
  }


#s-feefbd87-5f50-4c9d-b385-d88b721b0208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-feefbd87-5f50-4c9d-b385-d88b721b0208-root {
    text-align: center;
  }


#s-feefbd87-5f50-4c9d-b385-d88b721b0208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-feefbd87-5f50-4c9d-b385-d88b721b0208-root {
    text-align: center;
  }


#s-feefbd87-5f50-4c9d-b385-d88b721b0208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-feefbd87-5f50-4c9d-b385-d88b721b0208-root {
    text-align: center;
  }


#s-feefbd87-5f50-4c9d-b385-d88b721b0208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-aecf55ae-3079-460f-a1be-e6a11897deb9 {
  display: none;
}
#s-090f6c48-7621-418c-9fc2-8c355851210f {
  text-align: left;
}
@media (min-width: 1200px){#s-090f6c48-7621-418c-9fc2-8c355851210f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-090f6c48-7621-418c-9fc2-8c355851210f {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-090f6c48-7621-418c-9fc2-8c355851210f img.shogun-image {
  width: 100%;
}



}
#s-77c3ef1f-8dec-48c7-b937-9a5c52014e9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77c3ef1f-8dec-48c7-b937-9a5c52014e9a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-42b54221-e9ee-4f1e-a8cc-0be4dc9190c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-42b54221-e9ee-4f1e-a8cc-0be4dc9190c1 {
  margin-top: 11px;
}
}
#s-42b54221-e9ee-4f1e-a8cc-0be4dc9190c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-42b54221-e9ee-4f1e-a8cc-0be4dc9190c1 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-42b54221-e9ee-4f1e-a8cc-0be4dc9190c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f7d649ba-9269-4b39-9f19-4bc703266f99 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f7d649ba-9269-4b39-9f19-4bc703266f99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7d649ba-9269-4b39-9f19-4bc703266f99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7d649ba-9269-4b39-9f19-4bc703266f99-root {
    text-align: center;
  }


#s-f7d649ba-9269-4b39-9f19-4bc703266f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7d649ba-9269-4b39-9f19-4bc703266f99-root {
    text-align: center;
  }


#s-f7d649ba-9269-4b39-9f19-4bc703266f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7d649ba-9269-4b39-9f19-4bc703266f99-root {
    text-align: center;
  }


#s-f7d649ba-9269-4b39-9f19-4bc703266f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7d649ba-9269-4b39-9f19-4bc703266f99-root {
    text-align: center;
  }


#s-f7d649ba-9269-4b39-9f19-4bc703266f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7d649ba-9269-4b39-9f19-4bc703266f99-root {
    text-align: center;
  }


#s-f7d649ba-9269-4b39-9f19-4bc703266f99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9910d904-f87f-456c-8534-f14e99db0c94 {
  display: none;
}
#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 {
  text-align: left;
}
@media (min-width: 1200px){#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fef2fe4-427c-4869-b650-cf223b20ccd8 img.shogun-image {
  width: 100%;
}



}
#s-3bcd7a4e-58a4-49f9-b7e5-823894f525eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3bcd7a4e-58a4-49f9-b7e5-823894f525eb {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-3bcd7a4e-58a4-49f9-b7e5-823894f525eb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-05821c50-a8ae-46f9-a0f3-42cab79c230e {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-05821c50-a8ae-46f9-a0f3-42cab79c230e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05821c50-a8ae-46f9-a0f3-42cab79c230e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-05821c50-a8ae-46f9-a0f3-42cab79c230e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0a40825-dea5-4a88-a469-d09722865b86 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0a40825-dea5-4a88-a469-d09722865b86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0a40825-dea5-4a88-a469-d09722865b86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0a40825-dea5-4a88-a469-d09722865b86-root {
    text-align: center;
  }


#s-b0a40825-dea5-4a88-a469-d09722865b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0a40825-dea5-4a88-a469-d09722865b86-root {
    text-align: center;
  }


#s-b0a40825-dea5-4a88-a469-d09722865b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0a40825-dea5-4a88-a469-d09722865b86-root {
    text-align: center;
  }


#s-b0a40825-dea5-4a88-a469-d09722865b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0a40825-dea5-4a88-a469-d09722865b86-root {
    text-align: center;
  }


#s-b0a40825-dea5-4a88-a469-d09722865b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0a40825-dea5-4a88-a469-d09722865b86-root {
    text-align: center;
  }


#s-b0a40825-dea5-4a88-a469-d09722865b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-63762914-b724-426b-bf48-dccf7f43a63b {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63762914-b724-426b-bf48-dccf7f43a63b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-1e00c130-3806-4039-8227-bbaddae74afa {
  text-align: center;
}







  #s-1e00c130-3806-4039-8227-bbaddae74afa img.shogun-image {
    

    
    
    
  }


#s-1e00c130-3806-4039-8227-bbaddae74afa .shogun-image-content {
  
    align-items: center;
  
}

#s-b23f35ff-b93a-4414-adf4-1de79785a7ab {
  text-align: center;
}
@media (min-width: 1200px){#s-b23f35ff-b93a-4414-adf4-1de79785a7ab {
  padding-left: 7%;
}
}






  #s-b23f35ff-b93a-4414-adf4-1de79785a7ab img.shogun-image {
    

    
    
    
  }


#s-b23f35ff-b93a-4414-adf4-1de79785a7ab .shogun-image-content {
  
    align-items: center;
  
}

#s-7cb6f97a-50dc-45f6-8d28-9a31f0c235d8 {
  text-align: center;
}
@media (min-width: 1200px){#s-7cb6f97a-50dc-45f6-8d28-9a31f0c235d8 {
  padding-left: 20%;
}
}






  #s-7cb6f97a-50dc-45f6-8d28-9a31f0c235d8 img.shogun-image {
    

    
    
    
  }


#s-7cb6f97a-50dc-45f6-8d28-9a31f0c235d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ed7b3bb-6ccf-4a74-aa64-c6c9bc984201 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-8ed7b3bb-6ccf-4a74-aa64-c6c9bc984201 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-8ed7b3bb-6ccf-4a74-aa64-c6c9bc984201 img.shogun-image {
    

    
    
    
  }


#s-8ed7b3bb-6ccf-4a74-aa64-c6c9bc984201 .shogun-image-content {
  
    align-items: center;
  
}

#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9 {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9 {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9-root {
    text-align: center;
  }


#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9-root {
    text-align: center;
  }


#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9-root {
    text-align: center;
  }


#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9-root {
    text-align: center;
  }


#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9-root {
    text-align: center;
  }


#s-978328ce-fcf0-4bbd-85cd-f10c3b305bc9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cc9a87-a712-46aa-845d-3a4bcdffc051"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94-root {
    text-align: center;
  }


#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94-root {
    text-align: center;
  }


#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94-root {
    text-align: center;
  }


#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94-root {
    text-align: center;
  }


#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94-root {
    text-align: center;
  }


#s-4d8e2c6f-b39b-43f5-895f-e9adb8ff4c94.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-333f8698-b1b4-44c2-bcca-91435153172d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-333f8698-b1b4-44c2-bcca-91435153172d hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-0388b281-1bf7-4561-ac09-12657fed36cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0388b281-1bf7-4561-ac09-12657fed36cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0388b281-1bf7-4561-ac09-12657fed36cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0388b281-1bf7-4561-ac09-12657fed36cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7c5f77fa-a519-4483-bc08-0132f16993b3 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-7c5f77fa-a519-4483-bc08-0132f16993b3 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-7c5f77fa-a519-4483-bc08-0132f16993b3 img.shogun-image {
    

    
    
    
  }


#s-7c5f77fa-a519-4483-bc08-0132f16993b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-73282465-3132-4db4-8814-004cbeeef853 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-73282465-3132-4db4-8814-004cbeeef853 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73282465-3132-4db4-8814-004cbeeef853"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-dcf9fcdd-a594-4d18-b02f-509df312a053 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-dcf9fcdd-a594-4d18-b02f-509df312a053 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-dcf9fcdd-a594-4d18-b02f-509df312a053 {
  padding-left: 0%;
}
}






  #s-dcf9fcdd-a594-4d18-b02f-509df312a053 img.shogun-image {
    

    
    
    
  }


#s-dcf9fcdd-a594-4d18-b02f-509df312a053 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e989076-acf8-4596-bc91-80f83afc6a96 {
  
}
@media (min-width: 1200px){#s-2e989076-acf8-4596-bc91-80f83afc6a96 {
  padding-left: 20%;
}
}






  #s-2e989076-acf8-4596-bc91-80f83afc6a96 img.shogun-image {
    

    
    
    
  }


#s-2e989076-acf8-4596-bc91-80f83afc6a96 .shogun-image-content {
  
    align-items: center;
  
}

#s-30d92baf-8bfa-40c7-b95c-119758039893 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-30d92baf-8bfa-40c7-b95c-119758039893 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-30d92baf-8bfa-40c7-b95c-119758039893 img.shogun-image {
    

    
    
    
  }


#s-30d92baf-8bfa-40c7-b95c-119758039893 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddb72253-fef0-4554-831e-e90941d0cd79 {
  min-height: 50px;
}








#s-ddb72253-fef0-4554-831e-e90941d0cd79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb72253-fef0-4554-831e-e90941d0cd79.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-d3fd99ae-ba41-4a5a-af14-bfeb9ea25eba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3fd99ae-ba41-4a5a-af14-bfeb9ea25eba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3fd99ae-ba41-4a5a-af14-bfeb9ea25eba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3fd99ae-ba41-4a5a-af14-bfeb9ea25eba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e65bf0a0-d51d-4e3f-8e15-d6b3994655cf {
  text-align: center;
}







  #s-e65bf0a0-d51d-4e3f-8e15-d6b3994655cf img.shogun-image {
    

    
    
    
  }


#s-e65bf0a0-d51d-4e3f-8e15-d6b3994655cf .shogun-image-content {
  
    align-items: center;
  
}

#s-2a59f6eb-e033-44e8-9083-c12d45fdbe93 {
  display: none;
}
#s-988021c4-6318-4315-b22e-93857e7a18a7 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-d4c92136-4a98-4498-928b-5d7534d2759e {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-d4c92136-4a98-4498-928b-5d7534d2759e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c92136-4a98-4498-928b-5d7534d2759e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c92136-4a98-4498-928b-5d7534d2759e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c92136-4a98-4498-928b-5d7534d2759e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13ade08c-47da-49d3-8e40-54fd3bb04e76 {
  display: none;
}
#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea {
  text-align: left;
}
@media (min-width: 1200px){#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd3e1b1-1b67-49cf-9fb1-008369e3b5ea img.shogun-image {
  width: 100%;
}



}
#s-7a38676a-1f3a-4d7b-8316-5db27c613505 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a38676a-1f3a-4d7b-8316-5db27c613505 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-de44d3b8-a480-4128-9ba9-8e9de0ab234f {
  text-align: center;
}

#s-de44d3b8-a480-4128-9ba9-8e9de0ab234f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-de44d3b8-a480-4128-9ba9-8e9de0ab234f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-de44d3b8-a480-4128-9ba9-8e9de0ab234f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8a47ae3-4f88-4c20-b71a-3484b6056736 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e8a47ae3-4f88-4c20-b71a-3484b6056736:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8a47ae3-4f88-4c20-b71a-3484b6056736:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8a47ae3-4f88-4c20-b71a-3484b6056736-root {
    text-align: center;
  }


#s-e8a47ae3-4f88-4c20-b71a-3484b6056736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8a47ae3-4f88-4c20-b71a-3484b6056736-root {
    text-align: center;
  }


#s-e8a47ae3-4f88-4c20-b71a-3484b6056736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8a47ae3-4f88-4c20-b71a-3484b6056736-root {
    text-align: center;
  }


#s-e8a47ae3-4f88-4c20-b71a-3484b6056736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8a47ae3-4f88-4c20-b71a-3484b6056736-root {
    text-align: center;
  }


#s-e8a47ae3-4f88-4c20-b71a-3484b6056736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8a47ae3-4f88-4c20-b71a-3484b6056736-root {
    text-align: center;
  }


#s-e8a47ae3-4f88-4c20-b71a-3484b6056736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e794d8a9-79c3-4746-8452-104d38fe9130 {
  display: none;
}
#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 {
  text-align: left;
}
@media (min-width: 1200px){#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93bc9e82-c9b9-4725-a4ef-413462e38e44 img.shogun-image {
  width: 100%;
}



}
#s-a4c98dc7-1e65-4e9e-bbf1-be73c40e78e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4c98dc7-1e65-4e9e-bbf1-be73c40e78e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b0847082-2ea6-47ea-8a89-19f4c48c21ae {
  text-align: center;
}
@media (min-width: 1200px){#s-b0847082-2ea6-47ea-8a89-19f4c48c21ae {
  margin-top: 13px;
margin-bottom: 0px;
}
}
#s-b0847082-2ea6-47ea-8a89-19f4c48c21ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b0847082-2ea6-47ea-8a89-19f4c48c21ae .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-b0847082-2ea6-47ea-8a89-19f4c48c21ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62-root {
    text-align: center;
  }


#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62-root {
    text-align: center;
  }


#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62-root {
    text-align: center;
  }


#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62-root {
    text-align: center;
  }


#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62-root {
    text-align: center;
  }


#s-0e5e8b89-7ea8-480f-90ec-d9ae17395f62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c0ce7f8-4cf4-42ef-b5ed-27bd813d6953 {
  display: none;
}
#s-8db5964b-e89d-4f93-9c54-1c53c868264f {
  text-align: left;
}
@media (min-width: 1200px){#s-8db5964b-e89d-4f93-9c54-1c53c868264f {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-8db5964b-e89d-4f93-9c54-1c53c868264f {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db5964b-e89d-4f93-9c54-1c53c868264f img.shogun-image {
  width: 100%;
}



}
#s-fa107ee3-0e5a-4457-85ea-8170e32d4e0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fa107ee3-0e5a-4457-85ea-8170e32d4e0b {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-fa107ee3-0e5a-4457-85ea-8170e32d4e0b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-30a9f045-169c-413a-a5a7-b62df41615d7 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-30a9f045-169c-413a-a5a7-b62df41615d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-30a9f045-169c-413a-a5a7-b62df41615d7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-30a9f045-169c-413a-a5a7-b62df41615d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde-root {
    text-align: center;
  }


#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde-root {
    text-align: center;
  }


#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde-root {
    text-align: center;
  }


#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde-root {
    text-align: center;
  }


#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde-root {
    text-align: center;
  }


#s-a1b8fc4d-bc71-487e-830a-caeef4a9dbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4db81abc-8b9d-468b-aa7f-0a6a0992bf2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d4d7eac2-15ad-4800-a8f4-4e27dba68da5 {
  text-align: center;
}







  #s-d4d7eac2-15ad-4800-a8f4-4e27dba68da5 img.shogun-image {
    

    
    
    
  }


#s-d4d7eac2-15ad-4800-a8f4-4e27dba68da5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6907db00-6d0a-4905-835a-a53bf7857c5e {
  text-align: center;
}
@media (min-width: 1200px){#s-6907db00-6d0a-4905-835a-a53bf7857c5e {
  padding-left: 7%;
}
}






  #s-6907db00-6d0a-4905-835a-a53bf7857c5e img.shogun-image {
    

    
    
    
  }


#s-6907db00-6d0a-4905-835a-a53bf7857c5e .shogun-image-content {
  
    align-items: center;
  
}

#s-7b1940e6-b61d-48a4-92f2-bdaded528600 {
  text-align: center;
}
@media (min-width: 1200px){#s-7b1940e6-b61d-48a4-92f2-bdaded528600 {
  padding-left: 20%;
}
}






  #s-7b1940e6-b61d-48a4-92f2-bdaded528600 img.shogun-image {
    

    
    
    
  }


#s-7b1940e6-b61d-48a4-92f2-bdaded528600 .shogun-image-content {
  
    align-items: center;
  
}

#s-5670dd3a-660d-4ebe-8923-0791fd9e609c {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-5670dd3a-660d-4ebe-8923-0791fd9e609c {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-5670dd3a-660d-4ebe-8923-0791fd9e609c img.shogun-image {
    

    
    
    
  }


#s-5670dd3a-660d-4ebe-8923-0791fd9e609c .shogun-image-content {
  
    align-items: center;
  
}

#s-e08b19a3-cce3-4194-bb46-72028a500557 {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e08b19a3-cce3-4194-bb46-72028a500557:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e08b19a3-cce3-4194-bb46-72028a500557:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e08b19a3-cce3-4194-bb46-72028a500557 {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-e08b19a3-cce3-4194-bb46-72028a500557-root {
    text-align: center;
  }


#s-e08b19a3-cce3-4194-bb46-72028a500557.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e08b19a3-cce3-4194-bb46-72028a500557-root {
    text-align: center;
  }


#s-e08b19a3-cce3-4194-bb46-72028a500557.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e08b19a3-cce3-4194-bb46-72028a500557-root {
    text-align: center;
  }


#s-e08b19a3-cce3-4194-bb46-72028a500557.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e08b19a3-cce3-4194-bb46-72028a500557-root {
    text-align: center;
  }


#s-e08b19a3-cce3-4194-bb46-72028a500557.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e08b19a3-cce3-4194-bb46-72028a500557-root {
    text-align: center;
  }


#s-e08b19a3-cce3-4194-bb46-72028a500557.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db717741-da38-4a77-a2b7-3808eb5ea330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-48aaf263-4a48-4e54-909f-4f8adf1755a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-48aaf263-4a48-4e54-909f-4f8adf1755a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48aaf263-4a48-4e54-909f-4f8adf1755a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48aaf263-4a48-4e54-909f-4f8adf1755a5-root {
    text-align: center;
  }


#s-48aaf263-4a48-4e54-909f-4f8adf1755a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48aaf263-4a48-4e54-909f-4f8adf1755a5-root {
    text-align: center;
  }


#s-48aaf263-4a48-4e54-909f-4f8adf1755a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48aaf263-4a48-4e54-909f-4f8adf1755a5-root {
    text-align: center;
  }


#s-48aaf263-4a48-4e54-909f-4f8adf1755a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48aaf263-4a48-4e54-909f-4f8adf1755a5-root {
    text-align: center;
  }


#s-48aaf263-4a48-4e54-909f-4f8adf1755a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48aaf263-4a48-4e54-909f-4f8adf1755a5-root {
    text-align: center;
  }


#s-48aaf263-4a48-4e54-909f-4f8adf1755a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-84387ddf-9658-40bc-8d09-44a290eb0f7c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-84387ddf-9658-40bc-8d09-44a290eb0f7c hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-8911507c-60cb-4330-af64-8738d85d246b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8911507c-60cb-4330-af64-8738d85d246b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8911507c-60cb-4330-af64-8738d85d246b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8911507c-60cb-4330-af64-8738d85d246b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-071d734f-0d60-4b42-902a-eaea0ef577b5 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-071d734f-0d60-4b42-902a-eaea0ef577b5 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-071d734f-0d60-4b42-902a-eaea0ef577b5 img.shogun-image {
    

    
    
    
  }


#s-071d734f-0d60-4b42-902a-eaea0ef577b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5344c731-a8cb-4b6f-8b0a-a691c5616e7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b09dc028-3c6f-4311-b39f-35eed3a76330 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-b09dc028-3c6f-4311-b39f-35eed3a76330 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-b09dc028-3c6f-4311-b39f-35eed3a76330 {
  padding-left: 0%;
}
}






  #s-b09dc028-3c6f-4311-b39f-35eed3a76330 img.shogun-image {
    

    
    
    
  }


#s-b09dc028-3c6f-4311-b39f-35eed3a76330 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5e12f63-4b4b-4cc7-a44a-71cdcc5f0cc5 {
  text-align: center;
}
@media (min-width: 1200px){#s-e5e12f63-4b4b-4cc7-a44a-71cdcc5f0cc5 {
  padding-left: 20%;
}
}






  #s-e5e12f63-4b4b-4cc7-a44a-71cdcc5f0cc5 img.shogun-image {
    

    
    
    
  }


#s-e5e12f63-4b4b-4cc7-a44a-71cdcc5f0cc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa9b802b-68d3-44fc-9ea1-0e20b6e4e6e7 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-fa9b802b-68d3-44fc-9ea1-0e20b6e4e6e7 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-fa9b802b-68d3-44fc-9ea1-0e20b6e4e6e7 img.shogun-image {
    

    
    
    
  }


#s-fa9b802b-68d3-44fc-9ea1-0e20b6e4e6e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-463fd191-b4f7-4f3e-bf2b-beed608d0028 {
  min-height: 50px;
}








#s-463fd191-b4f7-4f3e-bf2b-beed608d0028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463fd191-b4f7-4f3e-bf2b-beed608d0028.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-f75874d2-89bc-4fec-bcee-cc091af3ff67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75874d2-89bc-4fec-bcee-cc091af3ff67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f75874d2-89bc-4fec-bcee-cc091af3ff67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f75874d2-89bc-4fec-bcee-cc091af3ff67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd8b8c71-8d1c-4913-bae9-fc0d741ad8c4 {
  text-align: center;
}







  #s-bd8b8c71-8d1c-4913-bae9-fc0d741ad8c4 img.shogun-image {
    

    
    
    
  }


#s-bd8b8c71-8d1c-4913-bae9-fc0d741ad8c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b610e501-0cab-47ed-a2d2-b83b0545adf1 {
  display: none;
}
#s-8049849c-3856-4d64-a2b9-d866cdc85b95 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-01923767-7f60-4553-9747-f6c496aea8ad {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-01923767-7f60-4553-9747-f6c496aea8ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01923767-7f60-4553-9747-f6c496aea8ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01923767-7f60-4553-9747-f6c496aea8ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01923767-7f60-4553-9747-f6c496aea8ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59caf55d-30d2-402e-982c-da8c6d755424 {
  display: none;
}
#s-0846be48-ea59-42b4-aeec-9fd591d3b732 {
  text-align: left;
}
@media (min-width: 1200px){#s-0846be48-ea59-42b4-aeec-9fd591d3b732 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-0846be48-ea59-42b4-aeec-9fd591d3b732 {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0846be48-ea59-42b4-aeec-9fd591d3b732 img.shogun-image {
  width: 100%;
}



}
#s-3da6f005-86c9-4e0e-afa0-9eefcb76ce49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3da6f005-86c9-4e0e-afa0-9eefcb76ce49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ddf50aa1-d551-4c52-a3bb-d54136f6fb11 {
  text-align: center;
}

#s-ddf50aa1-d551-4c52-a3bb-d54136f6fb11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ddf50aa1-d551-4c52-a3bb-d54136f6fb11 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-ddf50aa1-d551-4c52-a3bb-d54136f6fb11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8b144c41-c21e-4ad9-b0f9-f5d454561971 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8b144c41-c21e-4ad9-b0f9-f5d454561971:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b144c41-c21e-4ad9-b0f9-f5d454561971:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b144c41-c21e-4ad9-b0f9-f5d454561971-root {
    text-align: center;
  }


#s-8b144c41-c21e-4ad9-b0f9-f5d454561971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b144c41-c21e-4ad9-b0f9-f5d454561971-root {
    text-align: center;
  }


#s-8b144c41-c21e-4ad9-b0f9-f5d454561971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b144c41-c21e-4ad9-b0f9-f5d454561971-root {
    text-align: center;
  }


#s-8b144c41-c21e-4ad9-b0f9-f5d454561971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b144c41-c21e-4ad9-b0f9-f5d454561971-root {
    text-align: center;
  }


#s-8b144c41-c21e-4ad9-b0f9-f5d454561971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b144c41-c21e-4ad9-b0f9-f5d454561971-root {
    text-align: center;
  }


#s-8b144c41-c21e-4ad9-b0f9-f5d454561971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7ed1d00e-f15e-442f-8a2b-06c61b507646 {
  display: none;
}
#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 {
  text-align: left;
}
@media (min-width: 1200px){#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c5b76fe-2824-4440-a15e-1dff5ba777f1 img.shogun-image {
  width: 100%;
}



}
#s-bb42fc96-dd34-4b5c-8c09-17c56ce1801e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb42fc96-dd34-4b5c-8c09-17c56ce1801e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-752c2283-b208-4f24-a581-1665efc67819 {
  text-align: center;
}

#s-752c2283-b208-4f24-a581-1665efc67819 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-752c2283-b208-4f24-a581-1665efc67819 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-752c2283-b208-4f24-a581-1665efc67819 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50-root {
    text-align: center;
  }


#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50-root {
    text-align: center;
  }


#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50-root {
    text-align: center;
  }


#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50-root {
    text-align: center;
  }


#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50-root {
    text-align: center;
  }


#s-b5aa1dba-b4cc-4025-92dd-43c2a677bb50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-71e549eb-483b-43c5-a61f-1815a57259bc {
  display: none;
}
#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd {
  text-align: left;
}
@media (min-width: 1200px){#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd {
  margin-left: 4%;
margin-right: 4%;
padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee31d550-cdb0-4ca0-804c-d3811d2ae1cd img.shogun-image {
  width: 100%;
}



}
#s-94a3f02f-7d72-4dcd-a5f1-988805130ab1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-94a3f02f-7d72-4dcd-a5f1-988805130ab1 {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-94a3f02f-7d72-4dcd-a5f1-988805130ab1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b5238298-5239-4b0e-8078-4e9c355b2074 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-b5238298-5239-4b0e-8078-4e9c355b2074 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5238298-5239-4b0e-8078-4e9c355b2074 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-b5238298-5239-4b0e-8078-4e9c355b2074 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-921bde04-f029-4d5e-9740-28ec9da3f054 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-921bde04-f029-4d5e-9740-28ec9da3f054:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-921bde04-f029-4d5e-9740-28ec9da3f054:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-921bde04-f029-4d5e-9740-28ec9da3f054-root {
    text-align: center;
  }


#s-921bde04-f029-4d5e-9740-28ec9da3f054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-921bde04-f029-4d5e-9740-28ec9da3f054-root {
    text-align: center;
  }


#s-921bde04-f029-4d5e-9740-28ec9da3f054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-921bde04-f029-4d5e-9740-28ec9da3f054-root {
    text-align: center;
  }


#s-921bde04-f029-4d5e-9740-28ec9da3f054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-921bde04-f029-4d5e-9740-28ec9da3f054-root {
    text-align: center;
  }


#s-921bde04-f029-4d5e-9740-28ec9da3f054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-921bde04-f029-4d5e-9740-28ec9da3f054-root {
    text-align: center;
  }


#s-921bde04-f029-4d5e-9740-28ec9da3f054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-455b5f68-2135-446f-9a75-18d926fc95b9 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-455b5f68-2135-446f-9a75-18d926fc95b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8dcac1da-728e-4095-90bf-1b791c4e67a7 {
  text-align: center;
}







  #s-8dcac1da-728e-4095-90bf-1b791c4e67a7 img.shogun-image {
    

    
    
    
  }


#s-8dcac1da-728e-4095-90bf-1b791c4e67a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-be4dec9c-5129-4d41-b926-2d3da6673155 {
  text-align: center;
}
@media (min-width: 1200px){#s-be4dec9c-5129-4d41-b926-2d3da6673155 {
  padding-left: 7%;
}
}






  #s-be4dec9c-5129-4d41-b926-2d3da6673155 img.shogun-image {
    

    
    
    
  }


#s-be4dec9c-5129-4d41-b926-2d3da6673155 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb585a38-6f87-499b-8877-16ebb9b09291 {
  text-align: center;
}
@media (min-width: 1200px){#s-eb585a38-6f87-499b-8877-16ebb9b09291 {
  padding-left: 20%;
}
}






  #s-eb585a38-6f87-499b-8877-16ebb9b09291 img.shogun-image {
    

    
    
    
  }


#s-eb585a38-6f87-499b-8877-16ebb9b09291 .shogun-image-content {
  
    align-items: center;
  
}

#s-2855a758-2f78-47c8-9670-6005da012a14 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-2855a758-2f78-47c8-9670-6005da012a14 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-2855a758-2f78-47c8-9670-6005da012a14 img.shogun-image {
    

    
    
    
  }


#s-2855a758-2f78-47c8-9670-6005da012a14 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-ed463dae-0fdc-4364-9341-a2c8289c9e6e-root {
    text-align: center;
  }


#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed463dae-0fdc-4364-9341-a2c8289c9e6e-root {
    text-align: center;
  }


#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed463dae-0fdc-4364-9341-a2c8289c9e6e-root {
    text-align: center;
  }


#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed463dae-0fdc-4364-9341-a2c8289c9e6e-root {
    text-align: center;
  }


#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed463dae-0fdc-4364-9341-a2c8289c9e6e-root {
    text-align: center;
  }


#s-ed463dae-0fdc-4364-9341-a2c8289c9e6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-385c01b6-6492-41de-841c-b0dd373d82e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-3ce3d021-7f74-402f-b39f-4cb86413a406 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ce3d021-7f74-402f-b39f-4cb86413a406:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ce3d021-7f74-402f-b39f-4cb86413a406:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ce3d021-7f74-402f-b39f-4cb86413a406-root {
    text-align: center;
  }


#s-3ce3d021-7f74-402f-b39f-4cb86413a406.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ce3d021-7f74-402f-b39f-4cb86413a406-root {
    text-align: center;
  }


#s-3ce3d021-7f74-402f-b39f-4cb86413a406.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ce3d021-7f74-402f-b39f-4cb86413a406-root {
    text-align: center;
  }


#s-3ce3d021-7f74-402f-b39f-4cb86413a406.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ce3d021-7f74-402f-b39f-4cb86413a406-root {
    text-align: center;
  }


#s-3ce3d021-7f74-402f-b39f-4cb86413a406.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ce3d021-7f74-402f-b39f-4cb86413a406-root {
    text-align: center;
  }


#s-3ce3d021-7f74-402f-b39f-4cb86413a406.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a2520517-3d23-4b2a-9307-950d86c39947 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2520517-3d23-4b2a-9307-950d86c39947 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-2404eaa6-4361-4911-bb43-b53abeac9427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2404eaa6-4361-4911-bb43-b53abeac9427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2404eaa6-4361-4911-bb43-b53abeac9427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2404eaa6-4361-4911-bb43-b53abeac9427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7adb974b-51fe-4e4d-9810-46aeba80f5a5 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-7adb974b-51fe-4e4d-9810-46aeba80f5a5 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-7adb974b-51fe-4e4d-9810-46aeba80f5a5 img.shogun-image {
    

    
    
    
  }


#s-7adb974b-51fe-4e4d-9810-46aeba80f5a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f94e460-180b-4ec9-92fa-dabcfb3ec068 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-1f94e460-180b-4ec9-92fa-dabcfb3ec068 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1f94e460-180b-4ec9-92fa-dabcfb3ec068"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-60dc47c9-73a8-406d-b0ea-2a3c8c75d5cc {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-60dc47c9-73a8-406d-b0ea-2a3c8c75d5cc {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-60dc47c9-73a8-406d-b0ea-2a3c8c75d5cc {
  padding-left: 0%;
}
}






  #s-60dc47c9-73a8-406d-b0ea-2a3c8c75d5cc img.shogun-image {
    

    
    
    
  }


#s-60dc47c9-73a8-406d-b0ea-2a3c8c75d5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-68fec40b-7f6a-4109-98d6-593528b74e65 {
  text-align: center;
}
@media (min-width: 1200px){#s-68fec40b-7f6a-4109-98d6-593528b74e65 {
  padding-left: 20%;
}
}






  #s-68fec40b-7f6a-4109-98d6-593528b74e65 img.shogun-image {
    

    
    
    
  }


#s-68fec40b-7f6a-4109-98d6-593528b74e65 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfff90cb-f09b-4cf4-a195-f70d52299c3d {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-bfff90cb-f09b-4cf4-a195-f70d52299c3d {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-bfff90cb-f09b-4cf4-a195-f70d52299c3d img.shogun-image {
    

    
    
    
  }


#s-bfff90cb-f09b-4cf4-a195-f70d52299c3d .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9b8390-a027-4ce3-aef7-c3c802865ce8 {
  min-height: 50px;
}








#s-cc9b8390-a027-4ce3-aef7-c3c802865ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc9b8390-a027-4ce3-aef7-c3c802865ce8.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-f03483a7-dfd0-4153-9c41-cc22024dce3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f03483a7-dfd0-4153-9c41-cc22024dce3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f03483a7-dfd0-4153-9c41-cc22024dce3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03483a7-dfd0-4153-9c41-cc22024dce3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21da2f38-3742-4195-80e4-5c44a6cfa8cf {
  text-align: center;
}







  #s-21da2f38-3742-4195-80e4-5c44a6cfa8cf img.shogun-image {
    

    
    
    
  }


#s-21da2f38-3742-4195-80e4-5c44a6cfa8cf .shogun-image-content {
  
    align-items: center;
  
}

#s-1edda17a-86dc-49e5-a3a5-0c591fea5552 {
  display: none;
}
#s-df2a091f-99a2-4029-a81f-4a44b8541660 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-bee5ab7d-520b-4978-b428-2b87c48a1afc {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-bee5ab7d-520b-4978-b428-2b87c48a1afc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bee5ab7d-520b-4978-b428-2b87c48a1afc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bee5ab7d-520b-4978-b428-2b87c48a1afc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bee5ab7d-520b-4978-b428-2b87c48a1afc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9fb984a-3dc1-4e06-85c3-38f725c39443 {
  display: none;
}
#s-39d6901e-2c91-4743-b156-d2a22fe2e21a {
  text-align: left;
}
@media (min-width: 1200px){#s-39d6901e-2c91-4743-b156-d2a22fe2e21a {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-39d6901e-2c91-4743-b156-d2a22fe2e21a {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39d6901e-2c91-4743-b156-d2a22fe2e21a img.shogun-image {
  width: 100%;
}



}
#s-3cdf5ea0-fd7f-4972-9370-4c20ed1a735a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cdf5ea0-fd7f-4972-9370-4c20ed1a735a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8c800e0f-6d1e-4aa2-becc-462e9d7951dd {
  text-align: center;
}
@media (min-width: 1200px){#s-8c800e0f-6d1e-4aa2-becc-462e9d7951dd {
  margin-top: 25px;
}
}
#s-8c800e0f-6d1e-4aa2-becc-462e9d7951dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8c800e0f-6d1e-4aa2-becc-462e9d7951dd .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-8c800e0f-6d1e-4aa2-becc-462e9d7951dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ed00783-7eb0-4723-ba1e-54d3999f0701 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ed00783-7eb0-4723-ba1e-54d3999f0701:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ed00783-7eb0-4723-ba1e-54d3999f0701:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ed00783-7eb0-4723-ba1e-54d3999f0701-root {
    text-align: center;
  }


#s-3ed00783-7eb0-4723-ba1e-54d3999f0701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ed00783-7eb0-4723-ba1e-54d3999f0701-root {
    text-align: center;
  }


#s-3ed00783-7eb0-4723-ba1e-54d3999f0701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ed00783-7eb0-4723-ba1e-54d3999f0701-root {
    text-align: center;
  }


#s-3ed00783-7eb0-4723-ba1e-54d3999f0701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ed00783-7eb0-4723-ba1e-54d3999f0701-root {
    text-align: center;
  }


#s-3ed00783-7eb0-4723-ba1e-54d3999f0701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ed00783-7eb0-4723-ba1e-54d3999f0701-root {
    text-align: center;
  }


#s-3ed00783-7eb0-4723-ba1e-54d3999f0701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-be0ddf09-f686-4251-aaa2-1d583cb7e50e {
  display: none;
}
#s-cc8d2451-d37e-4886-986b-be75b9910a07 {
  text-align: left;
}
@media (min-width: 1200px){#s-cc8d2451-d37e-4886-986b-be75b9910a07 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-cc8d2451-d37e-4886-986b-be75b9910a07 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc8d2451-d37e-4886-986b-be75b9910a07 img.shogun-image {
  width: 100%;
}



}
#s-6fe09d36-57b7-43cc-9a3a-73aedfc5639a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fe09d36-57b7-43cc-9a3a-73aedfc5639a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-53cfcad2-1083-49fd-a2d1-39d47f96de56 {
  text-align: center;
}
@media (min-width: 1200px){#s-53cfcad2-1083-49fd-a2d1-39d47f96de56 {
  margin-top: 10px;
}
}
#s-53cfcad2-1083-49fd-a2d1-39d47f96de56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-53cfcad2-1083-49fd-a2d1-39d47f96de56 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-53cfcad2-1083-49fd-a2d1-39d47f96de56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49-root {
    text-align: center;
  }


#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49-root {
    text-align: center;
  }


#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49-root {
    text-align: center;
  }


#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49-root {
    text-align: center;
  }


#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49-root {
    text-align: center;
  }


#s-4d5f60c7-02a6-4ae8-a02e-5225ac6e9a49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-39970ebd-1e10-4ab4-a82a-cbb2d115fad0 {
  display: none;
}
#s-053f8c52-6589-4ec8-8022-3dcce743e371 {
  text-align: left;
}
@media (min-width: 1200px){#s-053f8c52-6589-4ec8-8022-3dcce743e371 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-053f8c52-6589-4ec8-8022-3dcce743e371 {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053f8c52-6589-4ec8-8022-3dcce743e371 img.shogun-image {
  width: 100%;
}



}
#s-588d18b6-ef1a-41c2-a89f-e7cca1c90cc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-588d18b6-ef1a-41c2-a89f-e7cca1c90cc2 {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-588d18b6-ef1a-41c2-a89f-e7cca1c90cc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-93651319-0880-48c8-ba24-ce711732dceb {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-93651319-0880-48c8-ba24-ce711732dceb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-93651319-0880-48c8-ba24-ce711732dceb .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-93651319-0880-48c8-ba24-ce711732dceb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c03fb68-5ea3-45e5-96fc-1faaba164801 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9c03fb68-5ea3-45e5-96fc-1faaba164801:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c03fb68-5ea3-45e5-96fc-1faaba164801:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c03fb68-5ea3-45e5-96fc-1faaba164801-root {
    text-align: center;
  }


#s-9c03fb68-5ea3-45e5-96fc-1faaba164801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c03fb68-5ea3-45e5-96fc-1faaba164801-root {
    text-align: center;
  }


#s-9c03fb68-5ea3-45e5-96fc-1faaba164801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c03fb68-5ea3-45e5-96fc-1faaba164801-root {
    text-align: center;
  }


#s-9c03fb68-5ea3-45e5-96fc-1faaba164801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c03fb68-5ea3-45e5-96fc-1faaba164801-root {
    text-align: center;
  }


#s-9c03fb68-5ea3-45e5-96fc-1faaba164801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c03fb68-5ea3-45e5-96fc-1faaba164801-root {
    text-align: center;
  }


#s-9c03fb68-5ea3-45e5-96fc-1faaba164801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f7c06bff-72db-4109-9619-7055571e7d9b {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c06bff-72db-4109-9619-7055571e7d9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-e3a0d90f-3337-4200-a4ce-169fe7e5e1c9 {
  text-align: center;
}







  #s-e3a0d90f-3337-4200-a4ce-169fe7e5e1c9 img.shogun-image {
    

    
    
    
  }


#s-e3a0d90f-3337-4200-a4ce-169fe7e5e1c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2135b32-e9d5-40c4-ba96-6f618a2bff11 {
  text-align: center;
}
@media (min-width: 1200px){#s-c2135b32-e9d5-40c4-ba96-6f618a2bff11 {
  padding-left: 7%;
}
}






  #s-c2135b32-e9d5-40c4-ba96-6f618a2bff11 img.shogun-image {
    

    
    
    
  }


#s-c2135b32-e9d5-40c4-ba96-6f618a2bff11 .shogun-image-content {
  
    align-items: center;
  
}

#s-032e6633-49e6-4f8c-ac76-78289cc8c65d {
  text-align: center;
}
@media (min-width: 1200px){#s-032e6633-49e6-4f8c-ac76-78289cc8c65d {
  padding-left: 20%;
}
}






  #s-032e6633-49e6-4f8c-ac76-78289cc8c65d img.shogun-image {
    

    
    
    
  }


#s-032e6633-49e6-4f8c-ac76-78289cc8c65d .shogun-image-content {
  
    align-items: center;
  
}

#s-04be2f02-8d7e-435c-9d59-fcc6364a811e {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-04be2f02-8d7e-435c-9d59-fcc6364a811e {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-04be2f02-8d7e-435c-9d59-fcc6364a811e img.shogun-image {
    

    
    
    
  }


#s-04be2f02-8d7e-435c-9d59-fcc6364a811e .shogun-image-content {
  
    align-items: center;
  
}

#s-c50a6555-77c9-401b-9717-f9c97a75d799 {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c50a6555-77c9-401b-9717-f9c97a75d799:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c50a6555-77c9-401b-9717-f9c97a75d799:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c50a6555-77c9-401b-9717-f9c97a75d799 {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-c50a6555-77c9-401b-9717-f9c97a75d799-root {
    text-align: center;
  }


#s-c50a6555-77c9-401b-9717-f9c97a75d799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c50a6555-77c9-401b-9717-f9c97a75d799-root {
    text-align: center;
  }


#s-c50a6555-77c9-401b-9717-f9c97a75d799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c50a6555-77c9-401b-9717-f9c97a75d799-root {
    text-align: center;
  }


#s-c50a6555-77c9-401b-9717-f9c97a75d799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c50a6555-77c9-401b-9717-f9c97a75d799-root {
    text-align: center;
  }


#s-c50a6555-77c9-401b-9717-f9c97a75d799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c50a6555-77c9-401b-9717-f9c97a75d799-root {
    text-align: center;
  }


#s-c50a6555-77c9-401b-9717-f9c97a75d799.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ae92876-7d74-4b68-af79-7e9e1066858f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-9e98a67d-4707-46f8-9baf-b83c7e412be2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9e98a67d-4707-46f8-9baf-b83c7e412be2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e98a67d-4707-46f8-9baf-b83c7e412be2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e98a67d-4707-46f8-9baf-b83c7e412be2-root {
    text-align: center;
  }


#s-9e98a67d-4707-46f8-9baf-b83c7e412be2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e98a67d-4707-46f8-9baf-b83c7e412be2-root {
    text-align: center;
  }


#s-9e98a67d-4707-46f8-9baf-b83c7e412be2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e98a67d-4707-46f8-9baf-b83c7e412be2-root {
    text-align: center;
  }


#s-9e98a67d-4707-46f8-9baf-b83c7e412be2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e98a67d-4707-46f8-9baf-b83c7e412be2-root {
    text-align: center;
  }


#s-9e98a67d-4707-46f8-9baf-b83c7e412be2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e98a67d-4707-46f8-9baf-b83c7e412be2-root {
    text-align: center;
  }


#s-9e98a67d-4707-46f8-9baf-b83c7e412be2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-da5a9d32-1250-492d-a2dc-40596eb125b3 {
  min-height: 50px;
}








#s-da5a9d32-1250-492d-a2dc-40596eb125b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5a9d32-1250-492d-a2dc-40596eb125b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18031195-a0ce-487a-944a-133cba0cd67c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-18031195-a0ce-487a-944a-133cba0cd67c hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-15b91526-9f16-4138-9d8e-3954325c0585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15b91526-9f16-4138-9d8e-3954325c0585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15b91526-9f16-4138-9d8e-3954325c0585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b91526-9f16-4138-9d8e-3954325c0585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-50e9bb0f-10de-4ddc-b106-f1eb10816147 {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-50e9bb0f-10de-4ddc-b106-f1eb10816147 {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-50e9bb0f-10de-4ddc-b106-f1eb10816147 img.shogun-image {
    

    
    
    
  }


#s-50e9bb0f-10de-4ddc-b106-f1eb10816147 .shogun-image-content {
  
    align-items: center;
  
}

#s-68ae9092-0464-42b1-bf4a-cdd87b3d4396 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-68ae9092-0464-42b1-bf4a-cdd87b3d4396 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68ae9092-0464-42b1-bf4a-cdd87b3d4396"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a59045da-707e-4ef2-ad09-c31fdeb2ea5e {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-a59045da-707e-4ef2-ad09-c31fdeb2ea5e {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-a59045da-707e-4ef2-ad09-c31fdeb2ea5e {
  padding-left: 0%;
}
}






  #s-a59045da-707e-4ef2-ad09-c31fdeb2ea5e img.shogun-image {
    

    
    
    
  }


#s-a59045da-707e-4ef2-ad09-c31fdeb2ea5e .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf3e44e-ac4b-4702-b644-93c5a97abe46 {
  text-align: center;
}
@media (min-width: 1200px){#s-fdf3e44e-ac4b-4702-b644-93c5a97abe46 {
  padding-left: 20%;
}
}






  #s-fdf3e44e-ac4b-4702-b644-93c5a97abe46 img.shogun-image {
    

    
    
    
  }


#s-fdf3e44e-ac4b-4702-b644-93c5a97abe46 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3e08495-7f7c-4720-ae2f-f197c5525015 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-a3e08495-7f7c-4720-ae2f-f197c5525015 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-a3e08495-7f7c-4720-ae2f-f197c5525015 img.shogun-image {
    

    
    
    
  }


#s-a3e08495-7f7c-4720-ae2f-f197c5525015 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5026c566-1c8f-4a10-accb-6414aeb3996b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5026c566-1c8f-4a10-accb-6414aeb3996b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5026c566-1c8f-4a10-accb-6414aeb3996b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5026c566-1c8f-4a10-accb-6414aeb3996b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-90ea51c9-382c-4b7c-a659-4451ffe736b4 {
  text-align: center;
}







  #s-90ea51c9-382c-4b7c-a659-4451ffe736b4 img.shogun-image {
    

    
    
    
  }


#s-90ea51c9-382c-4b7c-a659-4451ffe736b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f67f6fe-f4af-4a89-94a4-58d776ac0cb1 {
  display: none;
}
#s-74e7c4f2-9751-4b20-8d20-e272e886933e {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-5a59f1f6-b3b6-43ae-b56c-b4e8559887b7 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-5a59f1f6-b3b6-43ae-b56c-b4e8559887b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a59f1f6-b3b6-43ae-b56c-b4e8559887b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a59f1f6-b3b6-43ae-b56c-b4e8559887b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a59f1f6-b3b6-43ae-b56c-b4e8559887b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e6c47ec9-ac59-4da3-a70a-e825a8f78e6a {
  display: none;
}
#s-6c014b51-a19f-424b-8af7-94da55b9786a {
  text-align: left;
}
@media (min-width: 1200px){#s-6c014b51-a19f-424b-8af7-94da55b9786a {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-6c014b51-a19f-424b-8af7-94da55b9786a {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c014b51-a19f-424b-8af7-94da55b9786a img.shogun-image {
  width: 100%;
}



}
#s-87238d45-e9eb-4d49-b048-bb8004eda700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87238d45-e9eb-4d49-b048-bb8004eda700 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-65abd4e1-c95e-4fc1-a388-524305559fce {
  text-align: center;
}

#s-65abd4e1-c95e-4fc1-a388-524305559fce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-65abd4e1-c95e-4fc1-a388-524305559fce .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-65abd4e1-c95e-4fc1-a388-524305559fce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f5c4ef41-de16-49f8-bc13-006ccf037411 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f5c4ef41-de16-49f8-bc13-006ccf037411:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5c4ef41-de16-49f8-bc13-006ccf037411:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5c4ef41-de16-49f8-bc13-006ccf037411-root {
    text-align: center;
  }


#s-f5c4ef41-de16-49f8-bc13-006ccf037411.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5c4ef41-de16-49f8-bc13-006ccf037411-root {
    text-align: center;
  }


#s-f5c4ef41-de16-49f8-bc13-006ccf037411.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5c4ef41-de16-49f8-bc13-006ccf037411-root {
    text-align: center;
  }


#s-f5c4ef41-de16-49f8-bc13-006ccf037411.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5c4ef41-de16-49f8-bc13-006ccf037411-root {
    text-align: center;
  }


#s-f5c4ef41-de16-49f8-bc13-006ccf037411.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5c4ef41-de16-49f8-bc13-006ccf037411-root {
    text-align: center;
  }


#s-f5c4ef41-de16-49f8-bc13-006ccf037411.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8252b086-0d88-4bb1-980b-c483de65b6ea {
  display: none;
}
#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 {
  text-align: left;
}
@media (min-width: 1200px){#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71129a06-6970-4bdd-a7ec-7a2be39d3326 img.shogun-image {
  width: 100%;
}



}
#s-320ecba3-050b-424f-aa17-1781c7afd197 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-320ecba3-050b-424f-aa17-1781c7afd197 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3e456011-e3b1-467a-a25a-57561cf22eab {
  text-align: center;
}
@media (min-width: 1200px){#s-3e456011-e3b1-467a-a25a-57561cf22eab {
  margin-top: 15px;
}
}
#s-3e456011-e3b1-467a-a25a-57561cf22eab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3e456011-e3b1-467a-a25a-57561cf22eab .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-3e456011-e3b1-467a-a25a-57561cf22eab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b6a7df1-8225-477b-95d0-4282a5e3844f {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2b6a7df1-8225-477b-95d0-4282a5e3844f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b6a7df1-8225-477b-95d0-4282a5e3844f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b6a7df1-8225-477b-95d0-4282a5e3844f-root {
    text-align: center;
  }


#s-2b6a7df1-8225-477b-95d0-4282a5e3844f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b6a7df1-8225-477b-95d0-4282a5e3844f-root {
    text-align: center;
  }


#s-2b6a7df1-8225-477b-95d0-4282a5e3844f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b6a7df1-8225-477b-95d0-4282a5e3844f-root {
    text-align: center;
  }


#s-2b6a7df1-8225-477b-95d0-4282a5e3844f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b6a7df1-8225-477b-95d0-4282a5e3844f-root {
    text-align: center;
  }


#s-2b6a7df1-8225-477b-95d0-4282a5e3844f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b6a7df1-8225-477b-95d0-4282a5e3844f-root {
    text-align: center;
  }


#s-2b6a7df1-8225-477b-95d0-4282a5e3844f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-65ddb850-68a6-4685-80da-4a8bfe9d18b3 {
  display: none;
}
#s-35661d0f-c6c4-48e1-be4d-8307dc249813 {
  text-align: left;
}
@media (min-width: 1200px){#s-35661d0f-c6c4-48e1-be4d-8307dc249813 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-35661d0f-c6c4-48e1-be4d-8307dc249813 {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35661d0f-c6c4-48e1-be4d-8307dc249813 img.shogun-image {
  width: 100%;
}



}
#s-43e195f4-328b-4c41-84a8-6dd060847e82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-43e195f4-328b-4c41-84a8-6dd060847e82 {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-43e195f4-328b-4c41-84a8-6dd060847e82 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c5b21e33-84cf-495f-a838-a6c553e17be7 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-c5b21e33-84cf-495f-a838-a6c553e17be7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c5b21e33-84cf-495f-a838-a6c553e17be7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-c5b21e33-84cf-495f-a838-a6c553e17be7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c-root {
    text-align: center;
  }


#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c-root {
    text-align: center;
  }


#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c-root {
    text-align: center;
  }


#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c-root {
    text-align: center;
  }


#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c-root {
    text-align: center;
  }


#s-643dfef8-0492-4108-b5c4-d30bbc0b1b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-96bc3089-d5ba-43ad-b0c2-7219bc90d036 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96bc3089-d5ba-43ad-b0c2-7219bc90d036"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a40d3fef-6d4d-40f1-b813-77adeb4bff8f {
  text-align: center;
}







  #s-a40d3fef-6d4d-40f1-b813-77adeb4bff8f img.shogun-image {
    

    
    
    
  }


#s-a40d3fef-6d4d-40f1-b813-77adeb4bff8f .shogun-image-content {
  
    align-items: center;
  
}

#s-64bc9e7c-2a0a-45eb-8e2d-62987eedcc1c {
  text-align: center;
}
@media (min-width: 1200px){#s-64bc9e7c-2a0a-45eb-8e2d-62987eedcc1c {
  padding-left: 7%;
}
}






  #s-64bc9e7c-2a0a-45eb-8e2d-62987eedcc1c img.shogun-image {
    

    
    
    
  }


#s-64bc9e7c-2a0a-45eb-8e2d-62987eedcc1c .shogun-image-content {
  
    align-items: center;
  
}

#s-d734d229-ccab-4e1d-b90b-6629b432e0ca {
  text-align: center;
}
@media (min-width: 1200px){#s-d734d229-ccab-4e1d-b90b-6629b432e0ca {
  padding-left: 20%;
}
}






  #s-d734d229-ccab-4e1d-b90b-6629b432e0ca img.shogun-image {
    

    
    
    
  }


#s-d734d229-ccab-4e1d-b90b-6629b432e0ca .shogun-image-content {
  
    align-items: center;
  
}

#s-e29b8891-6964-42c2-a396-a17528fde64a {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-e29b8891-6964-42c2-a396-a17528fde64a {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-e29b8891-6964-42c2-a396-a17528fde64a img.shogun-image {
    

    
    
    
  }


#s-e29b8891-6964-42c2-a396-a17528fde64a .shogun-image-content {
  
    align-items: center;
  
}

#s-17683165-0b64-43a3-a880-04fc8ec8e1fc {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-17683165-0b64-43a3-a880-04fc8ec8e1fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17683165-0b64-43a3-a880-04fc8ec8e1fc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-17683165-0b64-43a3-a880-04fc8ec8e1fc {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-17683165-0b64-43a3-a880-04fc8ec8e1fc-root {
    text-align: center;
  }


#s-17683165-0b64-43a3-a880-04fc8ec8e1fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17683165-0b64-43a3-a880-04fc8ec8e1fc-root {
    text-align: center;
  }


#s-17683165-0b64-43a3-a880-04fc8ec8e1fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17683165-0b64-43a3-a880-04fc8ec8e1fc-root {
    text-align: center;
  }


#s-17683165-0b64-43a3-a880-04fc8ec8e1fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17683165-0b64-43a3-a880-04fc8ec8e1fc-root {
    text-align: center;
  }


#s-17683165-0b64-43a3-a880-04fc8ec8e1fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17683165-0b64-43a3-a880-04fc8ec8e1fc-root {
    text-align: center;
  }


#s-17683165-0b64-43a3-a880-04fc8ec8e1fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c5bad73-55c5-4e92-a52c-9bc30f3ec60b {
  min-height: 50px;
}








#s-3c5bad73-55c5-4e92-a52c-9bc30f3ec60b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c5bad73-55c5-4e92-a52c-9bc30f3ec60b.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-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c2e9f2-538e-4f21-99fd-9672d40b86cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-93d17dfb-805e-41d1-8a93-5bee1862e120 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93d17dfb-805e-41d1-8a93-5bee1862e120:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93d17dfb-805e-41d1-8a93-5bee1862e120:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93d17dfb-805e-41d1-8a93-5bee1862e120-root {
    text-align: center;
  }


#s-93d17dfb-805e-41d1-8a93-5bee1862e120.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93d17dfb-805e-41d1-8a93-5bee1862e120-root {
    text-align: center;
  }


#s-93d17dfb-805e-41d1-8a93-5bee1862e120.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93d17dfb-805e-41d1-8a93-5bee1862e120-root {
    text-align: center;
  }


#s-93d17dfb-805e-41d1-8a93-5bee1862e120.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93d17dfb-805e-41d1-8a93-5bee1862e120-root {
    text-align: center;
  }


#s-93d17dfb-805e-41d1-8a93-5bee1862e120.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93d17dfb-805e-41d1-8a93-5bee1862e120-root {
    text-align: center;
  }


#s-93d17dfb-805e-41d1-8a93-5bee1862e120.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-62ab3482-dbdd-45fb-88d1-559a9d2d292c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62ab3482-dbdd-45fb-88d1-559a9d2d292c hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

@media (min-width: 0px) {
[id="s-9274bbf3-469c-489a-8dd9-2772492d67ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9274bbf3-469c-489a-8dd9-2772492d67ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9274bbf3-469c-489a-8dd9-2772492d67ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9274bbf3-469c-489a-8dd9-2772492d67ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a7d306d6-d5f4-45bb-b636-1ec2d6cb070b {
  padding-left: 15%;
padding-right: 15%;
text-align: right;
}
@media (min-width: 1200px){#s-a7d306d6-d5f4-45bb-b636-1ec2d6cb070b {
  padding-left: 25%;
padding-right: 0%;
}
}






  #s-a7d306d6-d5f4-45bb-b636-1ec2d6cb070b img.shogun-image {
    

    
    
    
  }


#s-a7d306d6-d5f4-45bb-b636-1ec2d6cb070b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd3087c0-1617-45aa-8a21-e6783858931a {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-dd3087c0-1617-45aa-8a21-e6783858931a {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd3087c0-1617-45aa-8a21-e6783858931a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d1f878c0-0980-4740-8eec-91e304bf91a2 {
  padding-left: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-d1f878c0-0980-4740-8eec-91e304bf91a2 {
  padding-top: 7px;
}
}@media (max-width: 767px){#s-d1f878c0-0980-4740-8eec-91e304bf91a2 {
  padding-left: 0%;
}
}






  #s-d1f878c0-0980-4740-8eec-91e304bf91a2 img.shogun-image {
    

    
    
    
  }


#s-d1f878c0-0980-4740-8eec-91e304bf91a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fae04bf1-cc43-49b8-971e-378f53284f9b {
  text-align: center;
}
@media (min-width: 1200px){#s-fae04bf1-cc43-49b8-971e-378f53284f9b {
  padding-left: 20%;
}
}






  #s-fae04bf1-cc43-49b8-971e-378f53284f9b img.shogun-image {
    

    
    
    
  }


#s-fae04bf1-cc43-49b8-971e-378f53284f9b .shogun-image-content {
  
    align-items: center;
  
}

#s-ee8a0df1-9b9d-4106-9860-067a9fba1bba {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-ee8a0df1-9b9d-4106-9860-067a9fba1bba {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-ee8a0df1-9b9d-4106-9860-067a9fba1bba img.shogun-image {
    

    
    
    
  }


#s-ee8a0df1-9b9d-4106-9860-067a9fba1bba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1dfacf0e-b3a8-4cbf-83f1-8210dbee96d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dfacf0e-b3a8-4cbf-83f1-8210dbee96d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dfacf0e-b3a8-4cbf-83f1-8210dbee96d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dfacf0e-b3a8-4cbf-83f1-8210dbee96d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1bcd94e2-c419-49e8-adb8-0db8099e8e10 {
  text-align: center;
}







  #s-1bcd94e2-c419-49e8-adb8-0db8099e8e10 img.shogun-image {
    

    
    
    
  }


#s-1bcd94e2-c419-49e8-adb8-0db8099e8e10 .shogun-image-content {
  
    align-items: center;
  
}

#s-02366929-4e7a-414e-8b8d-7db80d08c437 {
  display: none;
}
#s-efaca2b7-fba7-46a8-8b35-a47f234453b2 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 1200px){#s-6c3abbb4-a9b6-442b-8c65-0dbaa7637e63 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-6c3abbb4-a9b6-442b-8c65-0dbaa7637e63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3abbb4-a9b6-442b-8c65-0dbaa7637e63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3abbb4-a9b6-442b-8c65-0dbaa7637e63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3abbb4-a9b6-442b-8c65-0dbaa7637e63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3379a2eb-1ae8-48a5-a7d9-3649877bfe69 {
  display: none;
}
#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 {
  text-align: left;
}
@media (min-width: 1200px){#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ddebbe-cd84-4b7a-a948-3f6c1d90b3a1 img.shogun-image {
  width: 100%;
}



}
#s-a41de9fb-91c1-4a05-a8d6-6413573db6c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a41de9fb-91c1-4a05-a8d6-6413573db6c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5147f99a-a84d-435f-af3a-162bc48856a1 {
  text-align: center;
}

#s-5147f99a-a84d-435f-af3a-162bc48856a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5147f99a-a84d-435f-af3a-162bc48856a1 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-5147f99a-a84d-435f-af3a-162bc48856a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e599dfc-3ee3-401e-a34b-3676099a6e53 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e599dfc-3ee3-401e-a34b-3676099a6e53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e599dfc-3ee3-401e-a34b-3676099a6e53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e599dfc-3ee3-401e-a34b-3676099a6e53-root {
    text-align: center;
  }


#s-5e599dfc-3ee3-401e-a34b-3676099a6e53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e599dfc-3ee3-401e-a34b-3676099a6e53-root {
    text-align: center;
  }


#s-5e599dfc-3ee3-401e-a34b-3676099a6e53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e599dfc-3ee3-401e-a34b-3676099a6e53-root {
    text-align: center;
  }


#s-5e599dfc-3ee3-401e-a34b-3676099a6e53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e599dfc-3ee3-401e-a34b-3676099a6e53-root {
    text-align: center;
  }


#s-5e599dfc-3ee3-401e-a34b-3676099a6e53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e599dfc-3ee3-401e-a34b-3676099a6e53-root {
    text-align: center;
  }


#s-5e599dfc-3ee3-401e-a34b-3676099a6e53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dc0ea546-f033-4265-abff-5e56f5374798 {
  display: none;
}
#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 {
  text-align: left;
}
@media (min-width: 1200px){#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 {
  margin-top: 15px;
margin-bottom: 5px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35cfe6-5ef7-40e5-9ae1-c6aeabf8e267 img.shogun-image {
  width: 100%;
}



}
#s-958e130b-f4bd-4e7a-b65d-e2a0702f94c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-958e130b-f4bd-4e7a-b65d-e2a0702f94c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6e08fd66-c303-499c-8e3a-48a079475f0e {
  text-align: center;
}

#s-6e08fd66-c303-499c-8e3a-48a079475f0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6e08fd66-c303-499c-8e3a-48a079475f0e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-6e08fd66-c303-499c-8e3a-48a079475f0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e-root {
    text-align: center;
  }


#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e-root {
    text-align: center;
  }


#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e-root {
    text-align: center;
  }


#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e-root {
    text-align: center;
  }


#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e-root {
    text-align: center;
  }


#s-0fb5bf71-1cb7-4eac-96eb-4a426d4dec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-57846522-2522-4dc6-b4f6-d174dda405a7 {
  display: none;
}
#s-93c47823-9ade-4734-b730-fb55597a7b86 {
  text-align: left;
}
@media (min-width: 1200px){#s-93c47823-9ade-4734-b730-fb55597a7b86 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-93c47823-9ade-4734-b730-fb55597a7b86 {
  margin-top: 10px;
padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c47823-9ade-4734-b730-fb55597a7b86 img.shogun-image {
  width: 100%;
}



}
#s-42411a47-3f67-4f7c-87e1-346ce368e01c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-42411a47-3f67-4f7c-87e1-346ce368e01c {
  padding-top: 7px;
padding-bottom: 0px;
}
}
#s-42411a47-3f67-4f7c-87e1-346ce368e01c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6585865b-eb6a-4511-b18e-a3293b49c201 {
  margin-top: 10px;
margin-bottom: 2px;
text-align: center;
}

#s-6585865b-eb6a-4511-b18e-a3293b49c201 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6585865b-eb6a-4511-b18e-a3293b49c201 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-6585865b-eb6a-4511-b18e-a3293b49c201 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7 {
  padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7-root {
    text-align: center;
  }


#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7-root {
    text-align: center;
  }


#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7-root {
    text-align: center;
  }


#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7-root {
    text-align: center;
  }


#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7-root {
    text-align: center;
  }


#s-b1ce1f76-46b1-4739-a40e-86f1f3e6f9c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b724f64b-2318-458c-bae1-a5f84c199bc0 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b724f64b-2318-458c-bae1-a5f84c199bc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-022af6cd-724d-4b5e-937d-ce24bced2e87 {
  text-align: center;
}







  #s-022af6cd-724d-4b5e-937d-ce24bced2e87 img.shogun-image {
    

    
    
    
  }


#s-022af6cd-724d-4b5e-937d-ce24bced2e87 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6e0a93b-afcc-494f-bfa5-f19d19e3f6e3 {
  text-align: center;
}
@media (min-width: 1200px){#s-b6e0a93b-afcc-494f-bfa5-f19d19e3f6e3 {
  padding-left: 7%;
}
}






  #s-b6e0a93b-afcc-494f-bfa5-f19d19e3f6e3 img.shogun-image {
    

    
    
    
  }


#s-b6e0a93b-afcc-494f-bfa5-f19d19e3f6e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f934e39b-99c0-40b3-bf63-d7639c461da7 {
  text-align: center;
}
@media (min-width: 1200px){#s-f934e39b-99c0-40b3-bf63-d7639c461da7 {
  padding-left: 20%;
}
}






  #s-f934e39b-99c0-40b3-bf63-d7639c461da7 img.shogun-image {
    

    
    
    
  }


#s-f934e39b-99c0-40b3-bf63-d7639c461da7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b958bb6-d8c4-41e5-a1d4-98b059089ab6 {
  padding-left: 10%;
padding-right: 40%;
text-align: center;
}
@media (max-width: 767px){#s-2b958bb6-d8c4-41e5-a1d4-98b059089ab6 {
  padding-left: 35%;
padding-right: 35%;
}
}






  #s-2b958bb6-d8c4-41e5-a1d4-98b059089ab6 img.shogun-image {
    

    
    
    
  }


#s-2b958bb6-d8c4-41e5-a1d4-98b059089ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7906091-d201-4242-bc53-818a0bb05c7d {
  box-shadow:3px 3px 1px 1px rgba(109, 34, 34, 1);
border-style: solid;
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: rgba(90, 70, 192, 1);
border-radius: 2px;
background-color: rgba(240, 131, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7906091-d201-4242-bc53-818a0bb05c7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7906091-d201-4242-bc53-818a0bb05c7d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c7906091-d201-4242-bc53-818a0bb05c7d {
  margin-top: 0px;
padding-top: 10px;
}
}

  #s-c7906091-d201-4242-bc53-818a0bb05c7d-root {
    text-align: center;
  }


#s-c7906091-d201-4242-bc53-818a0bb05c7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7906091-d201-4242-bc53-818a0bb05c7d-root {
    text-align: center;
  }


#s-c7906091-d201-4242-bc53-818a0bb05c7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7906091-d201-4242-bc53-818a0bb05c7d-root {
    text-align: center;
  }


#s-c7906091-d201-4242-bc53-818a0bb05c7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7906091-d201-4242-bc53-818a0bb05c7d-root {
    text-align: center;
  }


#s-c7906091-d201-4242-bc53-818a0bb05c7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7906091-d201-4242-bc53-818a0bb05c7d-root {
    text-align: center;
  }


#s-c7906091-d201-4242-bc53-818a0bb05c7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b34dd977-1e0f-410a-93ed-0e9a5076b05e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 171, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-743a1019-0f4b-49e4-bc74-22f1fe8e3376-root {
    text-align: center;
  }


#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-743a1019-0f4b-49e4-bc74-22f1fe8e3376-root {
    text-align: center;
  }


#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-743a1019-0f4b-49e4-bc74-22f1fe8e3376-root {
    text-align: center;
  }


#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-743a1019-0f4b-49e4-bc74-22f1fe8e3376-root {
    text-align: center;
  }


#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-743a1019-0f4b-49e4-bc74-22f1fe8e3376-root {
    text-align: center;
  }


#s-743a1019-0f4b-49e4-bc74-22f1fe8e3376.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e3802a0a-7427-4a91-9f16-b1cd579dc0c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e3802a0a-7427-4a91-9f16-b1cd579dc0c5 hr {
  border-top: 2px solid rgba(245, 171, 181, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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