.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9 {
  min-height: 50px;
}








#s-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3b2ea46-ac48-45f4-8c92-d9c627cc42b9.shg-box.shg-c {
  justify-content: center;
}

#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
opacity: 1;
}
@media (max-width: 767px){#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a {
  background-attachment: scroll;
}
}
#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a {
  background-image: url(https://i.shgcdn.com/e3a6401f-12b9-4229-aa28-607546ac5f4e/);
}








#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
  display: block;
}#s-5cbc2c9e-6d7f-4a9a-a6ed-d259ae86497a.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-c11cb1b3-78de-490e-a0c3-e2ca60d5cada {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-c11cb1b3-78de-490e-a0c3-e2ca60d5cada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c11cb1b3-78de-490e-a0c3-e2ca60d5cada.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-cbfadacb-fcea-49ed-88d8-88c60fc9c82e {
  margin-left: 10%;
margin-right: 10%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-4f537d7b-3787-410f-8fc0-269bfee8f06a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4f537d7b-3787-410f-8fc0-269bfee8f06a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f537d7b-3787-410f-8fc0-269bfee8f06a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4f537d7b-3787-410f-8fc0-269bfee8f06a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f537d7b-3787-410f-8fc0-269bfee8f06a"] > .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 {
  
  
}

.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-ffdc80a5-679e-4ddc-a05f-22844ba44228 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ffdc80a5-679e-4ddc-a05f-22844ba44228:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffdc80a5-679e-4ddc-a05f-22844ba44228:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffdc80a5-679e-4ddc-a05f-22844ba44228-root {
    text-align: center;
  }


#s-ffdc80a5-679e-4ddc-a05f-22844ba44228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffdc80a5-679e-4ddc-a05f-22844ba44228-root {
    text-align: center;
  }


#s-ffdc80a5-679e-4ddc-a05f-22844ba44228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffdc80a5-679e-4ddc-a05f-22844ba44228-root {
    text-align: center;
  }


#s-ffdc80a5-679e-4ddc-a05f-22844ba44228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffdc80a5-679e-4ddc-a05f-22844ba44228-root {
    text-align: center;
  }


#s-ffdc80a5-679e-4ddc-a05f-22844ba44228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffdc80a5-679e-4ddc-a05f-22844ba44228-root {
    text-align: center;
  }


#s-ffdc80a5-679e-4ddc-a05f-22844ba44228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15a8b5cf-190c-46af-8d3c-1b545a312175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-15a8b5cf-190c-46af-8d3c-1b545a312175:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15a8b5cf-190c-46af-8d3c-1b545a312175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15a8b5cf-190c-46af-8d3c-1b545a312175-root {
    text-align: center;
  }


#s-15a8b5cf-190c-46af-8d3c-1b545a312175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15a8b5cf-190c-46af-8d3c-1b545a312175-root {
    text-align: center;
  }


#s-15a8b5cf-190c-46af-8d3c-1b545a312175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15a8b5cf-190c-46af-8d3c-1b545a312175-root {
    text-align: center;
  }


#s-15a8b5cf-190c-46af-8d3c-1b545a312175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15a8b5cf-190c-46af-8d3c-1b545a312175-root {
    text-align: center;
  }


#s-15a8b5cf-190c-46af-8d3c-1b545a312175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15a8b5cf-190c-46af-8d3c-1b545a312175-root {
    text-align: center;
  }


#s-15a8b5cf-190c-46af-8d3c-1b545a312175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe-root {
    text-align: center;
  }


#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe-root {
    text-align: center;
  }


#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe-root {
    text-align: center;
  }


#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe-root {
    text-align: center;
  }


#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe-root {
    text-align: center;
  }


#s-8bfb35f9-4ac1-4758-9e4e-82ad545ef1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e6e76864-ae97-406f-99e7-a19e5f9a2907 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e6e76864-ae97-406f-99e7-a19e5f9a2907:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6e76864-ae97-406f-99e7-a19e5f9a2907:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6e76864-ae97-406f-99e7-a19e5f9a2907-root {
    text-align: center;
  }


#s-e6e76864-ae97-406f-99e7-a19e5f9a2907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6e76864-ae97-406f-99e7-a19e5f9a2907-root {
    text-align: center;
  }


#s-e6e76864-ae97-406f-99e7-a19e5f9a2907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6e76864-ae97-406f-99e7-a19e5f9a2907-root {
    text-align: center;
  }


#s-e6e76864-ae97-406f-99e7-a19e5f9a2907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6e76864-ae97-406f-99e7-a19e5f9a2907-root {
    text-align: center;
  }


#s-e6e76864-ae97-406f-99e7-a19e5f9a2907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6e76864-ae97-406f-99e7-a19e5f9a2907-root {
    text-align: center;
  }


#s-e6e76864-ae97-406f-99e7-a19e5f9a2907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c0bcec65-1b68-4cf7-8f67-87de425f6383 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-c0bcec65-1b68-4cf7-8f67-87de425f6383 {
  background-attachment: scroll;
}
}
#s-c0bcec65-1b68-4cf7-8f67-87de425f6383 {
  background-image: url(https://i.shgcdn.com/75ccc332-6823-499d-86cd-3d854392fb79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0bcec65-1b68-4cf7-8f67-87de425f6383 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-c0bcec65-1b68-4cf7-8f67-87de425f6383.shg-box.shg-c {
  justify-content: center;
}

#s-5c0a4d75-c012-4e4e-a595-5cfbe0622cfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c0a4d75-c012-4e4e-a595-5cfbe0622cfd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-44e79d35-3f09-4d62-9ec5-634ad4eeeb8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44e79d35-3f09-4d62-9ec5-634ad4eeeb8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-46fd944c-b5e5-42f3-9a02-e48b5c355c00 {
  min-height: 500px;
}








#s-46fd944c-b5e5-42f3-9a02-e48b5c355c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46fd944c-b5e5-42f3-9a02-e48b5c355c00.shg-box.shg-c {
  justify-content: center;
}

#s-0d5c6dff-a0d7-4777-a5ae-7f8853196ca3 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0d5c6dff-a0d7-4777-a5ae-7f8853196ca3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0d5c6dff-a0d7-4777-a5ae-7f8853196ca3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0d5c6dff-a0d7-4777-a5ae-7f8853196ca3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0d5c6dff-a0d7-4777-a5ae-7f8853196ca3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-8d95bea2-d158-4eaf-bc36-35460dba66f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-81596c84-e5d8-4735-bde9-306783c8f5a2 {
  text-align: left;
}



.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81596c84-e5d8-4735-bde9-306783c8f5a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-bd4fa999-d8d1-4f67-a7bf-5f5d2337650b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-bd4fa999-d8d1-4f67-a7bf-5f5d2337650b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-b9c944d1-ee18-4aab-9ef1-134ea0a9a26e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9c944d1-ee18-4aab-9ef1-134ea0a9a26e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-b9c944d1-ee18-4aab-9ef1-134ea0a9a26e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-b9c944d1-ee18-4aab-9ef1-134ea0a9a26e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ea1a4e1d-af52-4121-a2e2-052012625682 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-8d85bd80-68de-46f8-b77c-11773177d375 {
  text-align: left;
}



.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d85bd80-68de-46f8-b77c-11773177d375 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-639b0212-502b-4f28-a112-1c163d5556f7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-639b0212-502b-4f28-a112-1c163d5556f7 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a7e0cdb5-e7d5-4df6-a3a4-6e7de3be3ec4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7e0cdb5-e7d5-4df6-a3a4-6e7de3be3ec4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a7e0cdb5-e7d5-4df6-a3a4-6e7de3be3ec4 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a7e0cdb5-e7d5-4df6-a3a4-6e7de3be3ec4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-77b099a9-db6f-4916-b54f-4775350163ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-12d9781b-c15d-4645-8164-ffb2f5748c00 {
  text-align: left;
}



.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d9781b-c15d-4645-8164-ffb2f5748c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38c05f9e-bc24-489c-a277-de9d6c28c00b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-38c05f9e-bc24-489c-a277-de9d6c28c00b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-5e147577-c047-4dcb-82d6-c7818368fb22 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e147577-c047-4dcb-82d6-c7818368fb22 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-5e147577-c047-4dcb-82d6-c7818368fb22 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-5e147577-c047-4dcb-82d6-c7818368fb22 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-70d6d9f4-d8a9-4e47-b364-e994d0097fc3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-614ebd2d-1540-40ba-8eea-c6af61140159 {
  text-align: left;
}



.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ebd2d-1540-40ba-8eea-c6af61140159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8bb7c6e4-4ca6-4722-a0e3-2f780130da00 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-8bb7c6e4-4ca6-4722-a0e3-2f780130da00 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-6c6a209a-55e6-41e2-bc35-1b221a264fef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6c6a209a-55e6-41e2-bc35-1b221a264fef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-6c6a209a-55e6-41e2-bc35-1b221a264fef .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-6c6a209a-55e6-41e2-bc35-1b221a264fef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-dfa0150d-6b3d-4859-b407-f1124165743b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-db699d36-9ee1-416b-aa00-d71889020574 {
  text-align: left;
}



.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db699d36-9ee1-416b-aa00-d71889020574 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a22379da-ebfd-45d0-831c-94428a565478 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a22379da-ebfd-45d0-831c-94428a565478 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a637b5dd-c6b6-4d93-b064-58ab44ea5297 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a637b5dd-c6b6-4d93-b064-58ab44ea5297 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a637b5dd-c6b6-4d93-b064-58ab44ea5297 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a637b5dd-c6b6-4d93-b064-58ab44ea5297 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-8a46c8e4-f825-4e3c-a7b6-f063b44e85a6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 {
  text-align: left;
}



.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-042faa73-bec8-4f9e-98ef-d57f9d318f39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-077fee5a-554a-43e2-bcec-18f77f16bd61 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-077fee5a-554a-43e2-bcec-18f77f16bd61 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-fec9924b-7590-4a10-9443-b8ebd82c4710 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fec9924b-7590-4a10-9443-b8ebd82c4710 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-fec9924b-7590-4a10-9443-b8ebd82c4710 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-fec9924b-7590-4a10-9443-b8ebd82c4710 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-9078a69c-fbf0-4825-9d57-cd4654872125 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9078a69c-fbf0-4825-9d57-cd4654872125"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9078a69c-fbf0-4825-9d57-cd4654872125"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9078a69c-fbf0-4825-9d57-cd4654872125"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9078a69c-fbf0-4825-9d57-cd4654872125"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-63901051-b3ed-45d7-b1e8-c361c1f6e5ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 {
  text-align: left;
}



.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1ece17-a1c4-42e4-ac99-e5b741e24ec2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eeadbd34-cf77-4065-9680-10fcd4d30eaf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-eeadbd34-cf77-4065-9680-10fcd4d30eaf .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-4decb323-2118-43c5-ba6d-3f74a635c8ca {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4decb323-2118-43c5-ba6d-3f74a635c8ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-4decb323-2118-43c5-ba6d-3f74a635c8ca .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-4decb323-2118-43c5-ba6d-3f74a635c8ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-98020f10-d7f3-4225-8946-0851b54c02b8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b {
  text-align: left;
}



.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3c90b-ba9e-450d-8361-d0d5f6e7d55b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3c3aa01e-9604-4535-8f24-41d26edae4e9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-3c3aa01e-9604-4535-8f24-41d26edae4e9 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-72e390c5-3542-4088-9825-e05f0bfbc43e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72e390c5-3542-4088-9825-e05f0bfbc43e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-72e390c5-3542-4088-9825-e05f0bfbc43e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-72e390c5-3542-4088-9825-e05f0bfbc43e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-11eb8f86-7a10-498c-b779-ce426646fb18 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 {
  text-align: left;
}



.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1392b8ad-6bbb-4af5-8ab4-8b626a8bec09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b680475c-317c-4d3c-b66d-1a133f7fad06 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-b680475c-317c-4d3c-b66d-1a133f7fad06 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-36334379-37db-4659-8914-917b677a09f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-36334379-37db-4659-8914-917b677a09f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-36334379-37db-4659-8914-917b677a09f0 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-36334379-37db-4659-8914-917b677a09f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6f5d83e3-d796-450d-b03f-872d9f23b9c2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc {
  text-align: left;
}



.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dbd4f8-dc7a-4570-b74d-1be2127157bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf28d69b-7e36-441e-8d81-15d633063cc3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-cf28d69b-7e36-441e-8d81-15d633063cc3 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-b39e9546-4a7f-44bd-94ef-e1a883560ffa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b39e9546-4a7f-44bd-94ef-e1a883560ffa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-b39e9546-4a7f-44bd-94ef-e1a883560ffa .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-b39e9546-4a7f-44bd-94ef-e1a883560ffa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-8cca1c9c-8e81-46e3-892d-f9d1aad632f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 {
  text-align: left;
}



.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d0966a6-3bf7-4d0c-adde-af88315382f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d05136e6-12b2-40d6-bcd6-8289f4852b54 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d05136e6-12b2-40d6-bcd6-8289f4852b54 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-996d5162-431c-44db-a908-3eee9aae7295 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-996d5162-431c-44db-a908-3eee9aae7295 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-996d5162-431c-44db-a908-3eee9aae7295 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-996d5162-431c-44db-a908-3eee9aae7295 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-b1fc3578-ac95-49c2-973a-71e6358de47a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d {
  text-align: left;
}



.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b0a65eb-67f8-4fa2-9347-d34acbf26c6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-371197c5-419f-4197-9f2d-c1183b8ca46c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-371197c5-419f-4197-9f2d-c1183b8ca46c .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-587f7819-fbee-4abb-8b97-4950ee2d11fa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-587f7819-fbee-4abb-8b97-4950ee2d11fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-587f7819-fbee-4abb-8b97-4950ee2d11fa .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-587f7819-fbee-4abb-8b97-4950ee2d11fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

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

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

#s-0333e781-9ae9-4122-8320-e7b20f8d325a {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-0333e781-9ae9-4122-8320-e7b20f8d325a hr {
  border-top: 2px solid #ddd;
}

#s-a0175177-871c-4730-bcb2-eef14dfe8f8e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-a0175177-871c-4730-bcb2-eef14dfe8f8e {
  background-attachment: scroll;
}
}







#s-a0175177-871c-4730-bcb2-eef14dfe8f8e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-a0175177-871c-4730-bcb2-eef14dfe8f8e.shg-box.shg-c {
  justify-content: center;
}

#s-51cf7c75-b5d0-4d0d-964a-599fc2274388 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51cf7c75-b5d0-4d0d-964a-599fc2274388 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-5ab19f5e-8a4c-4e7d-ba6b-b708274f30ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ab19f5e-8a4c-4e7d-ba6b-b708274f30ce .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d82d5ef9-88d1-45c4-bd6e-9b9caacab960 {
  min-height: 500px;
}








#s-d82d5ef9-88d1-45c4-bd6e-9b9caacab960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d82d5ef9-88d1-45c4-bd6e-9b9caacab960.shg-box.shg-c {
  justify-content: center;
}

#s-0a289a73-1ddb-4372-b0ef-74113feaa473 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0a289a73-1ddb-4372-b0ef-74113feaa473"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0a289a73-1ddb-4372-b0ef-74113feaa473"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-0a289a73-1ddb-4372-b0ef-74113feaa473"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a289a73-1ddb-4372-b0ef-74113feaa473"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-0bf653f5-fc43-497a-aad6-63b7ef700b4c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-c2120163-d02e-4cf0-91b5-825ce744d626 {
  text-align: left;
}



.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2120163-d02e-4cf0-91b5-825ce744d626 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6245fd54-3f5c-423a-bf77-8bdf1ff15c76 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-6245fd54-3f5c-423a-bf77-8bdf1ff15c76 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a2b4c7a8-671c-453a-aeb0-de0b0a1f68d3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a2b4c7a8-671c-453a-aeb0-de0b0a1f68d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a2b4c7a8-671c-453a-aeb0-de0b0a1f68d3 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a2b4c7a8-671c-453a-aeb0-de0b0a1f68d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4286c740-2718-4540-8f78-0099a0e49a77 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-da937e97-93aa-4dad-b991-1a112e2d9e1c {
  text-align: left;
}



.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da937e97-93aa-4dad-b991-1a112e2d9e1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ac20e75d-2ce2-4a4d-ac66-af20da95161d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ac20e75d-2ce2-4a4d-ac66-af20da95161d .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-017f7299-c7e6-4473-b56f-5dc72675efbf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-017f7299-c7e6-4473-b56f-5dc72675efbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-017f7299-c7e6-4473-b56f-5dc72675efbf .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-017f7299-c7e6-4473-b56f-5dc72675efbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-51a06ac5-e84e-4daf-b1c8-c349a4414185 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-5c35bcbf-cd62-4499-bc05-98b4551065fb {
  text-align: left;
}



.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c35bcbf-cd62-4499-bc05-98b4551065fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e389881-5ce6-4f86-b9a0-c6a5ac48b1eb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-1e389881-5ce6-4f86-b9a0-c6a5ac48b1eb .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-d4ca2243-16e0-45a1-adb8-843d77599ffd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4ca2243-16e0-45a1-adb8-843d77599ffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4ca2243-16e0-45a1-adb8-843d77599ffd .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-d4ca2243-16e0-45a1-adb8-843d77599ffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-c7286282-8a23-42f7-99e7-1b4b4aa28a83 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 {
  text-align: left;
}



.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3bc0dce-5f4a-465d-b8fc-f567fa019111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5914180c-fdfb-4b4b-9cd4-4bd8f9ca3d1a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5914180c-fdfb-4b4b-9cd4-4bd8f9ca3d1a .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-793ac8b2-2fab-4275-b695-1b6288023f85 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-793ac8b2-2fab-4275-b695-1b6288023f85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-793ac8b2-2fab-4275-b695-1b6288023f85 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-793ac8b2-2fab-4275-b695-1b6288023f85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-cb054975-d8f9-4cc2-b0ac-a1ff17a46085 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b {
  text-align: left;
}



.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a9465d-17ad-4fb2-9b18-f55d07d9bd4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa4fd98e-923b-4546-adfb-cf3ba5075a86 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-aa4fd98e-923b-4546-adfb-cf3ba5075a86 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-1ec1b425-0101-4066-8ac6-ad641f5c3a92 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1ec1b425-0101-4066-8ac6-ad641f5c3a92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-1ec1b425-0101-4066-8ac6-ad641f5c3a92 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-1ec1b425-0101-4066-8ac6-ad641f5c3a92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e46fbeaf-cdf5-4c39-909d-ad015da43f4c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e46fbeaf-cdf5-4c39-909d-ad015da43f4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e46fbeaf-cdf5-4c39-909d-ad015da43f4c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-e46fbeaf-cdf5-4c39-909d-ad015da43f4c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-e46fbeaf-cdf5-4c39-909d-ad015da43f4c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-50a8d22a-7064-45fc-84d7-6c1901ab417a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a {
  text-align: left;
}



.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c8fe76-5e4f-4057-a46a-314d75abaa9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a8cd8e11-0753-4fba-93f4-046b5ea9776b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-a8cd8e11-0753-4fba-93f4-046b5ea9776b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-decd8b83-d015-4a12-bcf4-7f83f3670a1b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-decd8b83-d015-4a12-bcf4-7f83f3670a1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-decd8b83-d015-4a12-bcf4-7f83f3670a1b .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-decd8b83-d015-4a12-bcf4-7f83f3670a1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-02dd3441-b5d8-4789-9aa4-b791506b390e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-5147469b-0042-40d5-b1ec-4665ac4cc697 {
  text-align: left;
}



.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5147469b-0042-40d5-b1ec-4665ac4cc697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-07b9bef2-3e12-4079-acbc-bcdb26ac5044 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-07b9bef2-3e12-4079-acbc-bcdb26ac5044 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-f89d9aed-364b-4bd2-b897-2b9e60c36249 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f89d9aed-364b-4bd2-b897-2b9e60c36249 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-f89d9aed-364b-4bd2-b897-2b9e60c36249 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-f89d9aed-364b-4bd2-b897-2b9e60c36249 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-23e9ade7-b563-4464-b86b-56531d2c25ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 {
  text-align: left;
}



.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eceb3da6-c203-4517-bcbe-c8c27c06e027 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d871f7ba-2230-40f9-9306-2bad4f20e72b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d871f7ba-2230-40f9-9306-2bad4f20e72b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c30180f8-2006-46e4-a118-dd96ee938c08 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c30180f8-2006-46e4-a118-dd96ee938c08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c30180f8-2006-46e4-a118-dd96ee938c08 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c30180f8-2006-46e4-a118-dd96ee938c08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a8b59a60-c136-42dc-8c92-1701c5d3a9b8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 {
  text-align: left;
}



.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2e1b3cc-ea26-44cb-9f51-c27e4662b4a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-513ecb88-0af4-4b0f-acab-82fafde4b618 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-513ecb88-0af4-4b0f-acab-82fafde4b618 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a78ef050-ff40-4096-97d5-76cf98f90291 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a78ef050-ff40-4096-97d5-76cf98f90291 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a78ef050-ff40-4096-97d5-76cf98f90291 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a78ef050-ff40-4096-97d5-76cf98f90291 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-f9ee1dea-9198-456a-993a-1d6c4d63fa5f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c {
  text-align: left;
}



.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d018fb5-ade6-4d83-9490-21b09c3d8c5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e39f6dfa-039f-45cd-8567-0eb016be274a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-e39f6dfa-039f-45cd-8567-0eb016be274a .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-e2bd68b7-c867-4576-b9ca-50cfe6bd52db {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2bd68b7-c867-4576-b9ca-50cfe6bd52db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-e2bd68b7-c867-4576-b9ca-50cfe6bd52db .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-e2bd68b7-c867-4576-b9ca-50cfe6bd52db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-2ca504ac-7505-4549-a00e-29f164da3bdf {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-2ca504ac-7505-4549-a00e-29f164da3bdf hr {
  border-top: 2px solid #ddd;
}

#s-1aff9cbe-7803-4c79-9e57-94cf502e2248 {
  background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-1aff9cbe-7803-4c79-9e57-94cf502e2248 {
  background-attachment: scroll;
}
}







#s-1aff9cbe-7803-4c79-9e57-94cf502e2248 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-1aff9cbe-7803-4c79-9e57-94cf502e2248.shg-box.shg-c {
  justify-content: center;
}

#s-ca946666-a59a-4d05-8e5f-9043af1e2d8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca946666-a59a-4d05-8e5f-9043af1e2d8e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-584d652f-8554-4ebb-9c45-b16011715481 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-584d652f-8554-4ebb-9c45-b16011715481 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-93055aba-233f-4c7b-a312-d39734d50250 {
  min-height: 500px;
}








#s-93055aba-233f-4c7b-a312-d39734d50250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93055aba-233f-4c7b-a312-d39734d50250.shg-box.shg-c {
  justify-content: center;
}

#s-c29bbab6-786b-4dd6-8279-b94a04842407 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c29bbab6-786b-4dd6-8279-b94a04842407"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c29bbab6-786b-4dd6-8279-b94a04842407"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c29bbab6-786b-4dd6-8279-b94a04842407"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c29bbab6-786b-4dd6-8279-b94a04842407"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-e627fd84-f800-48bb-9565-af516f5b4fcc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-817391b5-c3bd-4377-965d-88eb1f9d1319 {
  text-align: left;
}



.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-817391b5-c3bd-4377-965d-88eb1f9d1319 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b43687f6-1ca1-4d83-b607-db4281ce4755 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-b43687f6-1ca1-4d83-b607-db4281ce4755 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-91069a05-4ff3-4fbe-b2a1-4f5263acb212 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91069a05-4ff3-4fbe-b2a1-4f5263acb212 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-91069a05-4ff3-4fbe-b2a1-4f5263acb212 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-91069a05-4ff3-4fbe-b2a1-4f5263acb212 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ea975004-3f8e-43e2-b0b6-298d882cb2aa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-89252d69-e39e-4de0-9189-c91d010cc2a0 {
  text-align: left;
}



.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89252d69-e39e-4de0-9189-c91d010cc2a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e668a0f7-ed8e-47ba-b0d1-09d5b07f0307 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-e668a0f7-ed8e-47ba-b0d1-09d5b07f0307 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-63db2b73-65e2-4b31-9c6c-40f94cdfa82d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-63db2b73-65e2-4b31-9c6c-40f94cdfa82d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-63db2b73-65e2-4b31-9c6c-40f94cdfa82d .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-63db2b73-65e2-4b31-9c6c-40f94cdfa82d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ac791d10-4907-4d07-9ba4-309a459921a3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 {
  text-align: left;
}



.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3833ed3-4ef6-4df0-8e6d-9b20410fdef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-57d83c4e-c474-4529-a9cc-6ff2908c5938 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-57d83c4e-c474-4529-a9cc-6ff2908c5938 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-d181510b-0ef0-4d90-b151-e8038058d41e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d181510b-0ef0-4d90-b151-e8038058d41e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-d181510b-0ef0-4d90-b151-e8038058d41e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-d181510b-0ef0-4d90-b151-e8038058d41e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-59ed26a1-e421-443d-8622-ac26ff27cb1d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-41ba0fa5-f158-4291-b5b5-f2e32586272b {
  text-align: left;
}



.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41ba0fa5-f158-4291-b5b5-f2e32586272b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b4126889-e48e-4cc9-a455-fe9861cb59d6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-b4126889-e48e-4cc9-a455-fe9861cb59d6 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-39de30d1-d785-49a9-ab38-1d57b7667020 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39de30d1-d785-49a9-ab38-1d57b7667020 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-39de30d1-d785-49a9-ab38-1d57b7667020 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-39de30d1-d785-49a9-ab38-1d57b7667020 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-c6e7e715-d57b-412d-8104-d130dea7e60c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-67687728-3281-4b24-b92f-ef9b9103a646 {
  text-align: left;
}



.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67687728-3281-4b24-b92f-ef9b9103a646 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3ec1559-1474-4868-a95e-1eba94649d81 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f3ec1559-1474-4868-a95e-1eba94649d81 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-4c5c51b3-677c-4d2f-b795-4d5864b5c72f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c5c51b3-677c-4d2f-b795-4d5864b5c72f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-4c5c51b3-677c-4d2f-b795-4d5864b5c72f .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-4c5c51b3-677c-4d2f-b795-4d5864b5c72f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-52109f66-5fb4-41b5-9017-66efb1464626 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-52109f66-5fb4-41b5-9017-66efb1464626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-52109f66-5fb4-41b5-9017-66efb1464626"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-52109f66-5fb4-41b5-9017-66efb1464626"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-52109f66-5fb4-41b5-9017-66efb1464626"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-dfed5bcb-6562-4835-8dd2-7bc693f00b86 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b {
  text-align: left;
}



.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3402eed7-4a51-4d38-ab55-f1df3842bd5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3bb45466-49cd-4d0e-8a22-a38d12661694 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-3bb45466-49cd-4d0e-8a22-a38d12661694 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-80f266fa-c637-4765-b05b-a7ca213522b6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-80f266fa-c637-4765-b05b-a7ca213522b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-80f266fa-c637-4765-b05b-a7ca213522b6 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-80f266fa-c637-4765-b05b-a7ca213522b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-acd2741d-c67e-4295-a0cc-5f8567915657 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 {
  text-align: left;
}



.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bf4e9-6719-43b8-843f-ee98d600b938 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c89b29e4-5985-4e32-8934-bba75ca3133e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c89b29e4-5985-4e32-8934-bba75ca3133e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-854253c5-7491-4efb-8283-64b316fc87df {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-854253c5-7491-4efb-8283-64b316fc87df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-854253c5-7491-4efb-8283-64b316fc87df .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-854253c5-7491-4efb-8283-64b316fc87df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-b0f900aa-261d-4eff-b295-cc182fb188a4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-2565c122-c6e8-4174-9c57-74eaf5d6347a {
  text-align: left;
}



.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2565c122-c6e8-4174-9c57-74eaf5d6347a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f94a906-260a-4a09-9b80-9f45714c6505 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-4f94a906-260a-4a09-9b80-9f45714c6505 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-becb0a81-8887-464a-9406-9e5c9e116ea9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-becb0a81-8887-464a-9406-9e5c9e116ea9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-becb0a81-8887-464a-9406-9e5c9e116ea9 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-becb0a81-8887-464a-9406-9e5c9e116ea9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-2cb25609-bffb-4799-bf64-c12de38e47a2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-440a4e75-b66f-4039-b65e-09ce640577be {
  text-align: left;
}



.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440a4e75-b66f-4039-b65e-09ce640577be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-393bdd4d-d6bd-4480-802b-efe3dc2ec25e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-393bdd4d-d6bd-4480-802b-efe3dc2ec25e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c47e7bc7-a8f1-44c0-a6e7-e5bc19ff88ce {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c47e7bc7-a8f1-44c0-a6e7-e5bc19ff88ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c47e7bc7-a8f1-44c0-a6e7-e5bc19ff88ce .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c47e7bc7-a8f1-44c0-a6e7-e5bc19ff88ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a1c22ed9-8b5c-4d6c-a72e-411ec02d5089 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-93c09e47-6749-463f-a1cb-990cc4c76e23 {
  text-align: left;
}



.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c09e47-6749-463f-a1cb-990cc4c76e23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-456a4dee-362a-4400-9f4d-13c74dc2da9e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-456a4dee-362a-4400-9f4d-13c74dc2da9e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-97f1cd53-76c2-41f7-b48d-d512b5d4d024 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-97f1cd53-76c2-41f7-b48d-d512b5d4d024 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-97f1cd53-76c2-41f7-b48d-d512b5d4d024 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-97f1cd53-76c2-41f7-b48d-d512b5d4d024 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-366014fb-c080-4534-91d4-84d933887711 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-366014fb-c080-4534-91d4-84d933887711 hr {
  border-top: 2px solid #ddd;
}

#s-9c597f32-a972-401d-b49d-58ee407cf3f2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-9c597f32-a972-401d-b49d-58ee407cf3f2 {
  background-attachment: scroll;
}
}







#s-9c597f32-a972-401d-b49d-58ee407cf3f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-9c597f32-a972-401d-b49d-58ee407cf3f2.shg-box.shg-c {
  justify-content: center;
}

#s-a543eaac-581d-4553-8801-cf52e09b313d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a543eaac-581d-4553-8801-cf52e09b313d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-dda14495-7bd0-4dfd-8987-b8e85f6c7a11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dda14495-7bd0-4dfd-8987-b8e85f6c7a11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8704d221-08d2-44fb-8f76-f1d2ace7469a {
  min-height: 500px;
}








#s-8704d221-08d2-44fb-8f76-f1d2ace7469a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8704d221-08d2-44fb-8f76-f1d2ace7469a.shg-box.shg-c {
  justify-content: center;
}

#s-c2065aab-eeb7-45cb-821b-7667ae99f63e {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c2065aab-eeb7-45cb-821b-7667ae99f63e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c2065aab-eeb7-45cb-821b-7667ae99f63e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c2065aab-eeb7-45cb-821b-7667ae99f63e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2065aab-eeb7-45cb-821b-7667ae99f63e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-a9a9cf0c-fd4a-4700-a562-c11d3b500a69 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 {
  text-align: left;
}



.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ba5bed-0a12-4466-b8f6-a388da72cb95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8503c626-edbd-4175-a512-151ebf078697 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-8503c626-edbd-4175-a512-151ebf078697 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-f8707582-65d4-4d67-aa89-1a73366660bb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f8707582-65d4-4d67-aa89-1a73366660bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-f8707582-65d4-4d67-aa89-1a73366660bb .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-f8707582-65d4-4d67-aa89-1a73366660bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-118ba35b-ecdd-45f7-a2a0-144687138ced {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-8d347a46-6334-44b5-9490-4f3323996f80 {
  text-align: left;
}



.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d347a46-6334-44b5-9490-4f3323996f80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6600c7dd-d0cd-4911-9a93-80b94a61af26 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6600c7dd-d0cd-4911-9a93-80b94a61af26 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-3f2514ea-455a-4a76-bc2d-f79e6a8d316f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3f2514ea-455a-4a76-bc2d-f79e6a8d316f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f2514ea-455a-4a76-bc2d-f79e6a8d316f .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-3f2514ea-455a-4a76-bc2d-f79e6a8d316f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-27bfa2d3-3992-4a17-8a75-72feb67dcf68 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-81bb151c-5343-4f50-9682-ae2f17e82c1e {
  text-align: left;
}



.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81bb151c-5343-4f50-9682-ae2f17e82c1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5530da67-ac4d-4ece-bb7d-865684330880 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5530da67-ac4d-4ece-bb7d-865684330880 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-da1140bb-8459-463f-ac5b-9ce51c4d845d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da1140bb-8459-463f-ac5b-9ce51c4d845d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-da1140bb-8459-463f-ac5b-9ce51c4d845d .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-da1140bb-8459-463f-ac5b-9ce51c4d845d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-71d77746-0579-43ef-8427-6a57a7c2ee58 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-e19fc73a-6dc1-494e-b251-2e6846830926 {
  text-align: left;
}



.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19fc73a-6dc1-494e-b251-2e6846830926 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed473d9c-aeec-40c0-9de2-f600cccc57dc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ed473d9c-aeec-40c0-9de2-f600cccc57dc .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c1ed3341-4d06-4d3d-83d7-581d85039c4a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c1ed3341-4d06-4d3d-83d7-581d85039c4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c1ed3341-4d06-4d3d-83d7-581d85039c4a .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c1ed3341-4d06-4d3d-83d7-581d85039c4a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-88fdca76-9d6f-4f06-a3f9-23c74760996c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a {
  text-align: left;
}



.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf98d32c-3a28-434e-ad9c-bd9fcc266c3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6bf4017e-fd56-4614-a19b-c95ccd503a71 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6bf4017e-fd56-4614-a19b-c95ccd503a71 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-46f37040-a613-41bf-8fc6-80d72e3f6345 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-46f37040-a613-41bf-8fc6-80d72e3f6345 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-46f37040-a613-41bf-8fc6-80d72e3f6345 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-46f37040-a613-41bf-8fc6-80d72e3f6345 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4eacb0d9-6234-49a4-87c9-608432621e08 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4eacb0d9-6234-49a4-87c9-608432621e08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4eacb0d9-6234-49a4-87c9-608432621e08"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-4eacb0d9-6234-49a4-87c9-608432621e08"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eacb0d9-6234-49a4-87c9-608432621e08"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-8ef66d94-d8ff-43f3-a589-b65280364c6d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-77f98742-62e6-4360-a10a-1b7c3ee04630 {
  text-align: left;
}



.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f98742-62e6-4360-a10a-1b7c3ee04630 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed5a057d-ef18-49e6-8b54-029da2690d8f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-ed5a057d-ef18-49e6-8b54-029da2690d8f .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-93226a8d-b1ed-4407-b813-efe88e54a8c7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93226a8d-b1ed-4407-b813-efe88e54a8c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-93226a8d-b1ed-4407-b813-efe88e54a8c7 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-93226a8d-b1ed-4407-b813-efe88e54a8c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-af5aecd0-a22a-4a7b-b897-657ee1eb9952 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 {
  text-align: left;
}



.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaefbc0b-354d-4f7d-9be1-c18f5b2d3503 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4e3ccc31-d08e-407a-8047-933894df299e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-4e3ccc31-d08e-407a-8047-933894df299e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-ed480f13-962f-4591-a822-816647ae1fa6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed480f13-962f-4591-a822-816647ae1fa6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-ed480f13-962f-4591-a822-816647ae1fa6 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-ed480f13-962f-4591-a822-816647ae1fa6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-9523f20a-0841-457c-ad0c-cdb408541dc4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-3c815314-891f-4265-accd-a0f26ac0e70e {
  text-align: left;
}



.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c815314-891f-4265-accd-a0f26ac0e70e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8101de7-2332-4157-8c8b-df07b1152109 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c8101de7-2332-4157-8c8b-df07b1152109 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-53986b54-3c18-4cf2-8aad-86506c5bec7e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-53986b54-3c18-4cf2-8aad-86506c5bec7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-53986b54-3c18-4cf2-8aad-86506c5bec7e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-53986b54-3c18-4cf2-8aad-86506c5bec7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-9373a74c-4830-43ef-9b36-ac70fd694c88 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc {
  text-align: left;
}



.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b1ed95-5ce2-49d3-857d-464ce53b5dcc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc44e613-9283-43b6-9402-982444674aa6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-bc44e613-9283-43b6-9402-982444674aa6 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-6f65b47f-f106-4b14-8de4-a42b2c6b9e8c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f65b47f-f106-4b14-8de4-a42b2c6b9e8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-6f65b47f-f106-4b14-8de4-a42b2c6b9e8c .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-6f65b47f-f106-4b14-8de4-a42b2c6b9e8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-7a0bc0be-d0cb-4bdb-b250-4a7e71b6f0d3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-06eafb2c-8e60-445c-9742-3e52966d4c9c {
  text-align: left;
}



.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06eafb2c-8e60-445c-9742-3e52966d4c9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a1c3616f-375c-4db5-8da3-2e2a3f512821 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a1c3616f-375c-4db5-8da3-2e2a3f512821 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-04d413d3-ec9c-4db8-852c-d5a5d5ecd15b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-04d413d3-ec9c-4db8-852c-d5a5d5ecd15b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-04d413d3-ec9c-4db8-852c-d5a5d5ecd15b .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-04d413d3-ec9c-4db8-852c-d5a5d5ecd15b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-de34ed90-328b-4d90-9fa2-3049358421d2 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-de34ed90-328b-4d90-9fa2-3049358421d2 hr {
  border-top: 2px solid #ddd;
}

#s-89856bea-ab2c-4668-89ab-e1d814e8ff24 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-89856bea-ab2c-4668-89ab-e1d814e8ff24 {
  background-attachment: scroll;
}
}







#s-89856bea-ab2c-4668-89ab-e1d814e8ff24 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-89856bea-ab2c-4668-89ab-e1d814e8ff24.shg-box.shg-c {
  justify-content: center;
}

#s-ec75fd51-8989-4470-a815-96f9c6226f96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec75fd51-8989-4470-a815-96f9c6226f96 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-ed3f6350-ce26-4f59-9138-3f417311605a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed3f6350-ce26-4f59-9138-3f417311605a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1c2e45a1-b677-4117-9233-3188bfdec670 {
  min-height: 500px;
}








#s-1c2e45a1-b677-4117-9233-3188bfdec670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c2e45a1-b677-4117-9233-3188bfdec670.shg-box.shg-c {
  justify-content: center;
}

#s-a5ba81a7-ef64-4120-9a13-2df49127e384 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a5ba81a7-ef64-4120-9a13-2df49127e384"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a5ba81a7-ef64-4120-9a13-2df49127e384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a5ba81a7-ef64-4120-9a13-2df49127e384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a5ba81a7-ef64-4120-9a13-2df49127e384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-120fe488-c436-4ade-b35b-b2b8b0d789ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 {
  text-align: left;
}



.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a053af7-f1f4-49bb-89d1-3d5e1c518fe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc08e028-7918-428b-87de-8026ebc283f0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-bc08e028-7918-428b-87de-8026ebc283f0 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-df66b0ad-6751-4f3d-b6af-24b5482d86cc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df66b0ad-6751-4f3d-b6af-24b5482d86cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-df66b0ad-6751-4f3d-b6af-24b5482d86cc .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-df66b0ad-6751-4f3d-b6af-24b5482d86cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ef0562ce-cadf-4376-9de7-6ce76cede0da {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-499e38bd-5ab4-4a8a-887c-f479e890f695 {
  text-align: left;
}



.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-499e38bd-5ab4-4a8a-887c-f479e890f695 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8e4faa0-6434-4139-aeff-39a4b1f8e6e0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d8e4faa0-6434-4139-aeff-39a4b1f8e6e0 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-8327edf6-92d8-4a8d-bbd8-e6a9c8306aa2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8327edf6-92d8-4a8d-bbd8-e6a9c8306aa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-8327edf6-92d8-4a8d-bbd8-e6a9c8306aa2 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-8327edf6-92d8-4a8d-bbd8-e6a9c8306aa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-5ef5ad07-e220-43d2-aac2-5fade48afaec {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-6a74bc48-8c1f-4751-be72-00249826e085 {
  text-align: left;
}



.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a74bc48-8c1f-4751-be72-00249826e085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0021cac4-60ba-40a2-996d-ad51ed725e2a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-0021cac4-60ba-40a2-996d-ad51ed725e2a .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-ccdee2ac-b257-4b7b-aba7-7e2da77cab04 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ccdee2ac-b257-4b7b-aba7-7e2da77cab04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-ccdee2ac-b257-4b7b-aba7-7e2da77cab04 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-ccdee2ac-b257-4b7b-aba7-7e2da77cab04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ad389cb0-2356-4fdc-ad0d-4b5f74f9dba6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 {
  text-align: left;
}



.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ddc0d6-f2e4-4ff0-bbd3-6d6c9b637426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ff2263c-8bdf-4a4e-82aa-930df0ab56ba {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9ff2263c-8bdf-4a4e-82aa-930df0ab56ba .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-dc8266b5-2018-4c39-9fa5-5efcce937b74 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc8266b5-2018-4c39-9fa5-5efcce937b74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-dc8266b5-2018-4c39-9fa5-5efcce937b74 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-dc8266b5-2018-4c39-9fa5-5efcce937b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-39b188d6-7549-4dd1-ab8e-109e86759a46 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-6ce32514-61fe-48fe-bb17-40520c08070a {
  text-align: left;
}



.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce32514-61fe-48fe-bb17-40520c08070a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-85402333-d4e0-44b2-b6f9-b5100dcbe695 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-85402333-d4e0-44b2-b6f9-b5100dcbe695 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-be121fc1-f1c0-4d63-aced-92c150bc494e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-be121fc1-f1c0-4d63-aced-92c150bc494e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-be121fc1-f1c0-4d63-aced-92c150bc494e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-be121fc1-f1c0-4d63-aced-92c150bc494e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a5130c9c-8ee9-4ef9-9fd1-d5c76a2aed04 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 {
  text-align: left;
}



.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba96bbf4-33d3-47b2-bb02-b50a61105b69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-21187e6e-6dd0-4315-82bf-20f7184c4e99 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-21187e6e-6dd0-4315-82bf-20f7184c4e99 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-20963c1e-82d3-4d53-9f00-d2f26e01f703 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20963c1e-82d3-4d53-9f00-d2f26e01f703 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-20963c1e-82d3-4d53-9f00-d2f26e01f703 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-20963c1e-82d3-4d53-9f00-d2f26e01f703 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-3d8ef390-9f56-43ba-a4a2-ed8cf39d6908 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3d8ef390-9f56-43ba-a4a2-ed8cf39d6908"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3d8ef390-9f56-43ba-a4a2-ed8cf39d6908"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3d8ef390-9f56-43ba-a4a2-ed8cf39d6908"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3d8ef390-9f56-43ba-a4a2-ed8cf39d6908"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-78abe499-5d3f-40ca-819c-304b6a35a55b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb {
  text-align: left;
}



.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7493c550-d8ad-4b98-bd8f-33a8ce7879bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-95f0fb36-d80b-4dc3-8ec5-45a3416f0841 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-95f0fb36-d80b-4dc3-8ec5-45a3416f0841 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-d2b52fcf-883e-49a0-acc0-50b12a90cf4a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d2b52fcf-883e-49a0-acc0-50b12a90cf4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-d2b52fcf-883e-49a0-acc0-50b12a90cf4a .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-d2b52fcf-883e-49a0-acc0-50b12a90cf4a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-143b5766-b407-4010-aa14-6f494ae01be2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-3f226d59-7949-4615-a17e-0b6765c174fe {
  text-align: left;
}



.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f226d59-7949-4615-a17e-0b6765c174fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-631ee2cb-ce68-48e3-8930-0f3bad65f035 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-631ee2cb-ce68-48e3-8930-0f3bad65f035 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-9f06f9c7-ba23-43e3-a86a-0200414b5d5e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9f06f9c7-ba23-43e3-a86a-0200414b5d5e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-9f06f9c7-ba23-43e3-a86a-0200414b5d5e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-9f06f9c7-ba23-43e3-a86a-0200414b5d5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-2cb9e2ba-7fa0-42bf-99bc-6efc4e4aab46 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc {
  text-align: left;
}



.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639c64f0-10fe-46b1-a24d-42b50ecac5fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c37fdad-d7ba-4d99-808d-5d1a71c0578e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5c37fdad-d7ba-4d99-808d-5d1a71c0578e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-f1f6bc38-2ec6-46ae-859c-8e98316f0405 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f1f6bc38-2ec6-46ae-859c-8e98316f0405 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-f1f6bc38-2ec6-46ae-859c-8e98316f0405 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-f1f6bc38-2ec6-46ae-859c-8e98316f0405 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-bc22c5ee-249b-428b-906d-50a4aff5832f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a34155c1-cc51-4724-b940-26eea2ee76b8 {
  text-align: left;
}



.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a34155c1-cc51-4724-b940-26eea2ee76b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3823e1fd-1fa3-4574-895b-e65fa1ddd83e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-3823e1fd-1fa3-4574-895b-e65fa1ddd83e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-31e97107-6f27-435b-88e8-4d5f8ae364f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31e97107-6f27-435b-88e8-4d5f8ae364f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-31e97107-6f27-435b-88e8-4d5f8ae364f0 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-31e97107-6f27-435b-88e8-4d5f8ae364f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-1dd44f24-93f4-4dff-9b54-4d248d0c9b16 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7472ba70-9707-406d-a121-6f4e11e36848 {
  text-align: left;
}



.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7472ba70-9707-406d-a121-6f4e11e36848 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f0318770-9318-42f6-893d-428d65ae7323 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f0318770-9318-42f6-893d-428d65ae7323 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-057218ea-44e9-41cd-94f7-31b799385c25 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-057218ea-44e9-41cd-94f7-31b799385c25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-057218ea-44e9-41cd-94f7-31b799385c25 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-057218ea-44e9-41cd-94f7-31b799385c25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-89f48450-8a80-4229-bbde-576b544a13ee {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-6edf233b-be17-4154-9d68-1a5883540fde {
  text-align: left;
}



.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6edf233b-be17-4154-9d68-1a5883540fde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3590aaae-8df2-4564-9475-6a7ca8f692c5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-3590aaae-8df2-4564-9475-6a7ca8f692c5 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-7b72bf9e-3ed7-41f6-b00f-f78226892efd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b72bf9e-3ed7-41f6-b00f-f78226892efd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-7b72bf9e-3ed7-41f6-b00f-f78226892efd .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-7b72bf9e-3ed7-41f6-b00f-f78226892efd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-1b5ec986-eb5f-4de5-b30c-5634b63c7b2c {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-1b5ec986-eb5f-4de5-b30c-5634b63c7b2c hr {
  border-top: 2px solid #ddd;
}

#s-7812da57-6d79-495c-90ef-8fe708832618 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-7812da57-6d79-495c-90ef-8fe708832618 {
  background-attachment: scroll;
}
}







#s-7812da57-6d79-495c-90ef-8fe708832618 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-7812da57-6d79-495c-90ef-8fe708832618.shg-box.shg-c {
  justify-content: center;
}

#s-bc41f66f-650a-46fa-90e5-95b2e45ac90f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc41f66f-650a-46fa-90e5-95b2e45ac90f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-dd7c2a88-5a90-4161-ae7e-3e7d3eb677fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd7c2a88-5a90-4161-ae7e-3e7d3eb677fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-eadcd0ad-3a5c-4c4f-815a-edae824b006d {
  min-height: 500px;
}








#s-eadcd0ad-3a5c-4c4f-815a-edae824b006d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eadcd0ad-3a5c-4c4f-815a-edae824b006d.shg-box.shg-c {
  justify-content: center;
}

#s-226085d8-9688-4966-ac8f-c6030e424b2d {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-226085d8-9688-4966-ac8f-c6030e424b2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-226085d8-9688-4966-ac8f-c6030e424b2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-226085d8-9688-4966-ac8f-c6030e424b2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-226085d8-9688-4966-ac8f-c6030e424b2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-e27ad3e0-a3c6-44c5-81de-c1d99f97ae55 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 {
  text-align: left;
}



.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d48a08-4471-4572-99cf-a1f421b4d3c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-094c1eef-33a2-4242-b4ee-7af4e1eb243d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-094c1eef-33a2-4242-b4ee-7af4e1eb243d .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-cba249e4-5b7c-4ef8-aa98-5fce89ed192e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cba249e4-5b7c-4ef8-aa98-5fce89ed192e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-cba249e4-5b7c-4ef8-aa98-5fce89ed192e .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-cba249e4-5b7c-4ef8-aa98-5fce89ed192e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a18f8c35-17a0-4c02-a06f-9e409ca316d3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 {
  text-align: left;
}



.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fd025b5-dd42-4f82-a518-3fd3a01f9072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-919015df-2131-4dc9-9ee7-41c0e16d2dc7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-919015df-2131-4dc9-9ee7-41c0e16d2dc7 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-028a2f77-21c8-4c8b-8047-247002853d48 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-028a2f77-21c8-4c8b-8047-247002853d48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-028a2f77-21c8-4c8b-8047-247002853d48 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-028a2f77-21c8-4c8b-8047-247002853d48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-10c89964-a81c-4a18-a8a9-f55cf0f4dda5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 {
  text-align: left;
}



.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c1923-7bc4-4bc4-868b-b5920d1e20e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d776b732-6025-407a-8b4d-f0ad66947b90 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d776b732-6025-407a-8b4d-f0ad66947b90 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a93b7ecf-8e31-440b-9788-dd144e8183ae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a93b7ecf-8e31-440b-9788-dd144e8183ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a93b7ecf-8e31-440b-9788-dd144e8183ae .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a93b7ecf-8e31-440b-9788-dd144e8183ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-b4fc0b34-c0ba-4b83-aa2b-ec12e1f73378 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-3ea624b3-0072-423f-af75-55d366d68567 {
  text-align: left;
}



.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea624b3-0072-423f-af75-55d366d68567 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a989862-93ba-43e3-af29-cd03715f453d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2a989862-93ba-43e3-af29-cd03715f453d .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-3b4e4b0a-9570-4852-a6ae-20175015bf45 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b4e4b0a-9570-4852-a6ae-20175015bf45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3b4e4b0a-9570-4852-a6ae-20175015bf45 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-3b4e4b0a-9570-4852-a6ae-20175015bf45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-5304e5bf-a276-4fe2-92e4-a5dca7de8100 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 {
  text-align: left;
}



.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93851c46-ba93-4c8e-82ff-f172a49ddbe0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da5dbdce-35ef-4e25-82c5-37a30367b088 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-da5dbdce-35ef-4e25-82c5-37a30367b088 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-3c96011f-4ea0-4763-b148-69b187917161 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3c96011f-4ea0-4763-b148-69b187917161 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3c96011f-4ea0-4763-b148-69b187917161 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-3c96011f-4ea0-4763-b148-69b187917161 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6ba1ee6a-273f-4b90-a52b-73a7f69711fb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db {
  text-align: left;
}



.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced3fc94-7009-4c21-a15c-4e5ab5a6d8db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c68cb82-aecb-4eee-b71a-96bc3e9e15bf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-8c68cb82-aecb-4eee-b71a-96bc3e9e15bf .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-438d47a6-2350-49af-98d6-00a15dd979ed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-438d47a6-2350-49af-98d6-00a15dd979ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-438d47a6-2350-49af-98d6-00a15dd979ed .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-438d47a6-2350-49af-98d6-00a15dd979ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-2ce9106e-5f2c-48cf-b8bb-42b24e7079b6 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2ce9106e-5f2c-48cf-b8bb-42b24e7079b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2ce9106e-5f2c-48cf-b8bb-42b24e7079b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2ce9106e-5f2c-48cf-b8bb-42b24e7079b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2ce9106e-5f2c-48cf-b8bb-42b24e7079b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-cbff868f-82d4-43bc-ab9e-686f44cc60d2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-c53486be-8b43-4021-9bb2-3803f700668f {
  text-align: left;
}



.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c53486be-8b43-4021-9bb2-3803f700668f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d3955160-1b58-46e7-8108-839fbf5476fc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-d3955160-1b58-46e7-8108-839fbf5476fc .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-1df2682e-03b4-4543-880e-3c95a59f1be2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1df2682e-03b4-4543-880e-3c95a59f1be2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-1df2682e-03b4-4543-880e-3c95a59f1be2 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-1df2682e-03b4-4543-880e-3c95a59f1be2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-25d099a8-508a-426c-b1d2-14e286f74c8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef {
  text-align: left;
}



.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48c5afe-38fe-4da1-becb-49bf9a93f0ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4c26bd81-f0fd-47fa-b618-4b7e9a0e9b89 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-4c26bd81-f0fd-47fa-b618-4b7e9a0e9b89 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a1d06c16-0363-4d03-a41d-94c95715a201 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a1d06c16-0363-4d03-a41d-94c95715a201 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a1d06c16-0363-4d03-a41d-94c95715a201 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a1d06c16-0363-4d03-a41d-94c95715a201 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-1ae84348-2166-4ee8-82b9-70fe526b0a8b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 {
  text-align: left;
}



.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b7c6c91-77e0-43b1-9b94-9fce65fda2c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-07e54703-449f-49e4-a961-5d4254ed5c6e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-07e54703-449f-49e4-a961-5d4254ed5c6e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-1f1eba6c-049f-471a-83a1-ae1b2f879d59 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f1eba6c-049f-471a-83a1-ae1b2f879d59 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-1f1eba6c-049f-471a-83a1-ae1b2f879d59 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-1f1eba6c-049f-471a-83a1-ae1b2f879d59 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-1094a8ec-f23c-4cb7-9b9d-e13e82b00fff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 {
  text-align: left;
}



.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ac6d3b9-e67e-471b-b3aa-9581db6bfea4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be649ce2-1a3c-436f-9f5e-306478d85704 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-be649ce2-1a3c-436f-9f5e-306478d85704 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a3cca30a-46e4-4033-a887-72dd041b4bd3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a3cca30a-46e4-4033-a887-72dd041b4bd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a3cca30a-46e4-4033-a887-72dd041b4bd3 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a3cca30a-46e4-4033-a887-72dd041b4bd3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-bdf49b74-ed77-4a61-8e70-f35f4aff8a19 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a {
  text-align: left;
}



.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a85e7ef-e36d-4e18-aae8-a3e82436cb8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf47cd32-e499-4d83-85c8-81eefbea803f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-cf47cd32-e499-4d83-85c8-81eefbea803f .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-194d2f2f-b4d1-453d-a4d5-aecf7f30fd3f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-194d2f2f-b4d1-453d-a4d5-aecf7f30fd3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-194d2f2f-b4d1-453d-a4d5-aecf7f30fd3f .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-194d2f2f-b4d1-453d-a4d5-aecf7f30fd3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-da2b48e1-7a84-4bb4-91f6-dda0f7e853ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7468e73c-b6e8-4df0-b051-00a8de295ceb {
  text-align: left;
}



.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7468e73c-b6e8-4df0-b051-00a8de295ceb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-659108b1-0ab8-4f37-b318-928ea8cce024 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-659108b1-0ab8-4f37-b318-928ea8cce024 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-5e7bf4d6-75c4-4b3f-b982-6cb7c7a82613 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e7bf4d6-75c4-4b3f-b982-6cb7c7a82613 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-5e7bf4d6-75c4-4b3f-b982-6cb7c7a82613 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-5e7bf4d6-75c4-4b3f-b982-6cb7c7a82613 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a2250d43-9f73-4d9b-9a31-73e15a44504d {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-a2250d43-9f73-4d9b-9a31-73e15a44504d hr {
  border-top: 2px solid #ddd;
}

#s-5af8c169-b744-4b82-bbde-dab88fa4db84 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-5af8c169-b744-4b82-bbde-dab88fa4db84 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-db594fcd-4642-481d-8e75-9e42f1806c45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db594fcd-4642-481d-8e75-9e42f1806c45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-db594fcd-4642-481d-8e75-9e42f1806c45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-db594fcd-4642-481d-8e75-9e42f1806c45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0e4812d9-55f3-4ed7-9447-653743062b52 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-0e4812d9-55f3-4ed7-9447-653743062b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e4812d9-55f3-4ed7-9447-653743062b52 {
  cursor: pointer;
}#s-0e4812d9-55f3-4ed7-9447-653743062b52.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7b59a327-8d1d-4ca2-a219-24917f23d3df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b59a327-8d1d-4ca2-a219-24917f23d3df .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-2a0cfb78-2f75-490b-8531-426aef130eea {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-2a0cfb78-2f75-490b-8531-426aef130eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a0cfb78-2f75-490b-8531-426aef130eea {
  cursor: pointer;
}#s-2a0cfb78-2f75-490b-8531-426aef130eea.shg-box.shg-c {
  justify-content: flex-end;
}

#s-68b40918-be71-477a-be10-ee0558367b11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b40918-be71-477a-be10-ee0558367b11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3f6025f2-42b2-45e4-b68d-c330bf12dbc5 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-3f6025f2-42b2-45e4-b68d-c330bf12dbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f6025f2-42b2-45e4-b68d-c330bf12dbc5 {
  cursor: pointer;
}#s-3f6025f2-42b2-45e4-b68d-c330bf12dbc5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-55a30f50-61ea-49e9-8d37-ec3e9d359ad3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55a30f50-61ea-49e9-8d37-ec3e9d359ad3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-47a1cd1f-d8df-4192-b25b-4e408fad579d {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-47a1cd1f-d8df-4192-b25b-4e408fad579d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47a1cd1f-d8df-4192-b25b-4e408fad579d {
  cursor: pointer;
}#s-47a1cd1f-d8df-4192-b25b-4e408fad579d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-49bdf9ca-3698-46c0-a63b-0296951de146 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49bdf9ca-3698-46c0-a63b-0296951de146 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-55407333-10ab-4564-8fe5-e93b238218cb {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-55407333-10ab-4564-8fe5-e93b238218cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55407333-10ab-4564-8fe5-e93b238218cb.shg-box.shg-c {
  justify-content: center;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde .shogun-heading-component h3 a {
  color: #000;
}


#s-bdb88e53-9965-4033-89ce-bf07e8b82279 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-55470333-096a-4c3a-a916-3604fc18aeb9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  text-align: left;
}



.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-53a4865a-19af-4b11-b362-dcdf07899aab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  text-align: left;
}



.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-15c9b4e9-b139-4628-af21-babd9bf9c8ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  text-align: left;
}



.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-99afe261-f5bb-4e31-8bb5-bb732ea2f71d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  text-align: left;
}



.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e39e57a0-6860-4ea7-bb4d-f6cd49868368 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7f661332-2f64-485e-a345-56af3e080a84 {
  text-align: left;
}



.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-60550075-b93b-460d-9152-d93e95276acd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-f643c997-0cff-448c-bf7b-bcefeae360f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  text-align: left;
}



.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-510af44c-2068-4211-844e-26c8fc745998 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-510af44c-2068-4211-844e-26c8fc745998:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-510af44c-2068-4211-844e-26c8fc745998:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-510af44c-2068-4211-844e-26c8fc745998-root {
    text-align: center;
  }


#s-510af44c-2068-4211-844e-26c8fc745998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-510af44c-2068-4211-844e-26c8fc745998-root {
    text-align: center;
  }


#s-510af44c-2068-4211-844e-26c8fc745998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-510af44c-2068-4211-844e-26c8fc745998-root {
    text-align: center;
  }


#s-510af44c-2068-4211-844e-26c8fc745998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-510af44c-2068-4211-844e-26c8fc745998-root {
    text-align: center;
  }


#s-510af44c-2068-4211-844e-26c8fc745998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-510af44c-2068-4211-844e-26c8fc745998-root {
    text-align: center;
  }


#s-510af44c-2068-4211-844e-26c8fc745998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d58225d9-54f1-402a-8593-c9d34d821ba4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d58225d9-54f1-402a-8593-c9d34d821ba4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d58225d9-54f1-402a-8593-c9d34d821ba4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d58225d9-54f1-402a-8593-c9d34d821ba4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-37a3454f-8c1f-4241-8509-b96647146461 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-37a3454f-8c1f-4241-8509-b96647146461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a3454f-8c1f-4241-8509-b96647146461 {
  cursor: pointer;
}#s-37a3454f-8c1f-4241-8509-b96647146461.shg-box.shg-c {
  justify-content: flex-end;
}

#s-86556f42-c087-4cc3-977e-e6dac2896186 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86556f42-c087-4cc3-977e-e6dac2896186 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-56b5952c-a41e-4892-bfcf-3ac919147db2 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-56b5952c-a41e-4892-bfcf-3ac919147db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56b5952c-a41e-4892-bfcf-3ac919147db2 {
  cursor: pointer;
}#s-56b5952c-a41e-4892-bfcf-3ac919147db2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-35ddd78b-90e9-4c58-a4c4-8340d6d8af11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ddd78b-90e9-4c58-a4c4-8340d6d8af11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-9020bdd6-83ed-40fb-a80a-ae90797db776 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-9020bdd6-83ed-40fb-a80a-ae90797db776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9020bdd6-83ed-40fb-a80a-ae90797db776 {
  cursor: pointer;
}#s-9020bdd6-83ed-40fb-a80a-ae90797db776.shg-box.shg-c {
  justify-content: flex-end;
}

#s-062f40c1-b193-4595-b1e7-f0caf0226065 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-062f40c1-b193-4595-b1e7-f0caf0226065 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-64cdfbb4-96f6-419e-be53-0a68ecfe1e68 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-64cdfbb4-96f6-419e-be53-0a68ecfe1e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64cdfbb4-96f6-419e-be53-0a68ecfe1e68 {
  cursor: pointer;
}#s-64cdfbb4-96f6-419e-be53-0a68ecfe1e68.shg-box.shg-c {
  justify-content: flex-end;
}

#s-325da32e-8de4-4501-81a6-5490ba01fc22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-325da32e-8de4-4501-81a6-5490ba01fc22 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-31caf151-af42-41eb-beb7-55c21764f20b {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31caf151-af42-41eb-beb7-55c21764f20b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


#s-31caf151-af42-41eb-beb7-55c21764f20b .shogun-heading-component h3 a {
  color: #000;
}


#s-0d670f02-6b0a-4357-bc1d-322947b887d1 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0d670f02-6b0a-4357-bc1d-322947b887d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0d670f02-6b0a-4357-bc1d-322947b887d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0d670f02-6b0a-4357-bc1d-322947b887d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0d670f02-6b0a-4357-bc1d-322947b887d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-52f149b7-e1df-4429-86bc-cf79c87fe8fa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a276222f-76ac-4945-b558-e64bc0af3d6d {
  text-align: left;
}



.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a276222f-76ac-4945-b558-e64bc0af3d6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b4bee4c-3305-45a1-868b-0f4fbd46f5c9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-2b4bee4c-3305-45a1-868b-0f4fbd46f5c9 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-3991ea65-19ed-4930-9ddc-1a0f0cd59b40 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3991ea65-19ed-4930-9ddc-1a0f0cd59b40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3991ea65-19ed-4930-9ddc-1a0f0cd59b40 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-3991ea65-19ed-4930-9ddc-1a0f0cd59b40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-27a5ca81-caa6-415f-a5f5-05963fa7b782 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae {
  text-align: left;
}



.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c21a1fd-5685-4ae3-ae8e-5c42206325ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d178be2b-d1ea-42c3-ba4a-d24a4a738c39 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d178be2b-d1ea-42c3-ba4a-d24a4a738c39 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-5ff58ee3-95e3-4c1f-ae87-ab1ee18e9bd5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5ff58ee3-95e3-4c1f-ae87-ab1ee18e9bd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-5ff58ee3-95e3-4c1f-ae87-ab1ee18e9bd5 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-5ff58ee3-95e3-4c1f-ae87-ab1ee18e9bd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a2a7342d-35d6-4a71-b5fb-fc565ba37046 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a {
  text-align: left;
}



.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32997f5-3f16-4a5f-bb50-9043fbc43e3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91982ecb-2d47-468d-904d-8149cc3d5654 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-91982ecb-2d47-468d-904d-8149cc3d5654 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-98f0cb5b-c738-41b5-92ab-5af856687d07 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98f0cb5b-c738-41b5-92ab-5af856687d07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-98f0cb5b-c738-41b5-92ab-5af856687d07 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-98f0cb5b-c738-41b5-92ab-5af856687d07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-62753a94-83d2-4fd1-a299-5cff7e4305c7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff {
  text-align: left;
}



.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa4b3b59-1dee-4f85-bdef-ecc85c2819ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-58e1a76a-7fa3-4857-83fc-42d6060f0624 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-58e1a76a-7fa3-4857-83fc-42d6060f0624 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-112179d9-0929-443a-b867-115a06ca4732 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-112179d9-0929-443a-b867-115a06ca4732 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-112179d9-0929-443a-b867-115a06ca4732 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-112179d9-0929-443a-b867-115a06ca4732 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-b3842401-37ff-49c6-8950-604b803982f1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 {
  text-align: left;
}



.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d54ae719-03eb-4655-9d76-f7dd48a4f711 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4391edb-2b12-4841-bb6c-05ef49df31aa {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a4391edb-2b12-4841-bb6c-05ef49df31aa .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-b74daeb3-2d61-4afc-9555-8074cce6c471 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b74daeb3-2d61-4afc-9555-8074cce6c471 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-b74daeb3-2d61-4afc-9555-8074cce6c471 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-b74daeb3-2d61-4afc-9555-8074cce6c471 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ced30497-4105-4865-bfde-d97fe4a8b2f8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 {
  text-align: left;
}



.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ec19f-a94d-4e3b-9cf1-bd038bd04bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-00796281-58fd-49a1-a414-1009adb391ee {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-00796281-58fd-49a1-a414-1009adb391ee .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-52b57e44-bd59-4e8d-9be5-17e876e541c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-52b57e44-bd59-4e8d-9be5-17e876e541c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-52b57e44-bd59-4e8d-9be5-17e876e541c8 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-52b57e44-bd59-4e8d-9be5-17e876e541c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-fd7eccf8-c5d4-4fa3-b5c2-02c8936ed593 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fd7eccf8-c5d4-4fa3-b5c2-02c8936ed593"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fd7eccf8-c5d4-4fa3-b5c2-02c8936ed593"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-fd7eccf8-c5d4-4fa3-b5c2-02c8936ed593"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-fd7eccf8-c5d4-4fa3-b5c2-02c8936ed593"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-553cdc3d-4039-406d-a973-37222ae2acf3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 {
  text-align: left;
}



.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90dba1b8-ad5f-4768-8f7b-bbe5068bf827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c3263fb-5f7f-4aa8-a1ee-10a1e344c1cf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-8c3263fb-5f7f-4aa8-a1ee-10a1e344c1cf .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c4b5c17c-c3be-44de-8843-26e9c65ebb6f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4b5c17c-c3be-44de-8843-26e9c65ebb6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c4b5c17c-c3be-44de-8843-26e9c65ebb6f .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c4b5c17c-c3be-44de-8843-26e9c65ebb6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-bee5dd92-cfdd-4a1d-b230-4cac63922eb7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 {
  text-align: left;
}



.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a37229a-7b0f-4b6f-aab4-dd78ac0fa439 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c1446ca-42ed-4df0-9215-9f5d92294d1e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5c1446ca-42ed-4df0-9215-9f5d92294d1e .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-ca11c9c4-d1eb-4485-9309-91fab2384c84 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ca11c9c4-d1eb-4485-9309-91fab2384c84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca11c9c4-d1eb-4485-9309-91fab2384c84 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-ca11c9c4-d1eb-4485-9309-91fab2384c84 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ac22c0ee-e4fd-43ac-99b0-99b5b5b550d5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-65ddf63d-bf80-4773-9944-4e89aa254b81 {
  text-align: left;
}



.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ddf63d-bf80-4773-9944-4e89aa254b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c5f2298-d7d8-4eb9-8e6e-197ab76337be {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-8c5f2298-d7d8-4eb9-8e6e-197ab76337be .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-38ca4ed2-840e-4bd3-a8ed-6d24215a42d8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-38ca4ed2-840e-4bd3-a8ed-6d24215a42d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-38ca4ed2-840e-4bd3-a8ed-6d24215a42d8 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-38ca4ed2-840e-4bd3-a8ed-6d24215a42d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-3757dd4d-27a8-4bff-a7c5-f58d6e276fcf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-328c0644-8a77-466b-812f-10ea16a9cf73 {
  text-align: left;
}



.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-328c0644-8a77-466b-812f-10ea16a9cf73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e66959a4-76c6-4219-afc3-85311c159944 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-e66959a4-76c6-4219-afc3-85311c159944 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-e0233718-85c4-4251-81a3-30440340a552 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e0233718-85c4-4251-81a3-30440340a552 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-e0233718-85c4-4251-81a3-30440340a552 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-e0233718-85c4-4251-81a3-30440340a552 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a342795d-21da-4754-8111-33a733f4cd68 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 {
  text-align: left;
}



.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc32e052-baca-444c-8a2c-eb1bab2881b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca9baafa-2fe5-4e39-ae1b-dbcb91a6fee9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ca9baafa-2fe5-4e39-ae1b-dbcb91a6fee9 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-df6a4747-dbd8-4be6-8602-699e1ae46a87 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df6a4747-dbd8-4be6-8602-699e1ae46a87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-df6a4747-dbd8-4be6-8602-699e1ae46a87 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-df6a4747-dbd8-4be6-8602-699e1ae46a87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-df784c78-46ef-42f6-81a9-6b324f516db3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-7139b344-0081-47e6-a3c8-ee508b35b644 {
  text-align: left;
}



.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7139b344-0081-47e6-a3c8-ee508b35b644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5cd02c29-7676-4836-b7f4-32395f44a2ae {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5cd02c29-7676-4836-b7f4-32395f44a2ae .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-3b8ca4bd-cbef-4806-8b8a-4888d61bea3a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b8ca4bd-cbef-4806-8b8a-4888d61bea3a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-3b8ca4bd-cbef-4806-8b8a-4888d61bea3a .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-3b8ca4bd-cbef-4806-8b8a-4888d61bea3a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-cf6ec9c3-29e2-4f3b-aeca-34d0caa7ea24 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cf6ec9c3-29e2-4f3b-aeca-34d0caa7ea24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cf6ec9c3-29e2-4f3b-aeca-34d0caa7ea24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cf6ec9c3-29e2-4f3b-aeca-34d0caa7ea24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cf6ec9c3-29e2-4f3b-aeca-34d0caa7ea24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-40617d04-331b-41d6-837b-e060e7e2a532 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f {
  text-align: left;
}



.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd85375d-c6d7-4dc1-85ca-816c1d220d3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-19dbf09b-dd28-45c7-b1d8-41df0edc391c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-19dbf09b-dd28-45c7-b1d8-41df0edc391c .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-ba2345c3-1cb4-4afb-a626-8d5637ac8e42 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba2345c3-1cb4-4afb-a626-8d5637ac8e42 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-ba2345c3-1cb4-4afb-a626-8d5637ac8e42 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-ba2345c3-1cb4-4afb-a626-8d5637ac8e42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  
  
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-37c54e78-4214-4543-a81e-a65c427dd899 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef {
  text-align: left;
}



.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b389d07-4209-4e86-b1d5-1d05a1afe1ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a997b2b4-4483-4b5d-b984-730ff1f12105 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a997b2b4-4483-4b5d-b984-730ff1f12105 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-13ca7828-fbd3-4887-a245-0c5d14076cb9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13ca7828-fbd3-4887-a245-0c5d14076cb9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-13ca7828-fbd3-4887-a245-0c5d14076cb9 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-13ca7828-fbd3-4887-a245-0c5d14076cb9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6568f0be-a934-4c95-90e0-a27119dca98a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-74519b26-dca9-4a46-a856-0206eeb933af {
  text-align: left;
}



.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74519b26-dca9-4a46-a856-0206eeb933af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-21868148-9574-4946-baaf-33db4a44c536 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-21868148-9574-4946-baaf-33db4a44c536 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-c3ce7bde-6d73-4453-ad95-7308173aa2e3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c3ce7bde-6d73-4453-ad95-7308173aa2e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-c3ce7bde-6d73-4453-ad95-7308173aa2e3 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-c3ce7bde-6d73-4453-ad95-7308173aa2e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ab920eaf-f2f8-41be-80b5-cf103ae2bc3c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-559313c1-de86-4491-82ca-ff14bc088e80 {
  text-align: left;
}



.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559313c1-de86-4491-82ca-ff14bc088e80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5d12ffe-0908-45b1-a0bc-356bb4f0a55a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a5d12ffe-0908-45b1-a0bc-356bb4f0a55a .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-6b193aaa-33ed-4d42-b293-7648962008a9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b193aaa-33ed-4d42-b293-7648962008a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-6b193aaa-33ed-4d42-b293-7648962008a9 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-6b193aaa-33ed-4d42-b293-7648962008a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4829490c-8658-4bcf-a440-96a1a5296c31 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 {
  text-align: left;
}



.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f4a26f-54dc-4038-a69a-69a8fc4b16d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-131dedb0-bcd5-4abb-8d56-5b2e3ca9225f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-131dedb0-bcd5-4abb-8d56-5b2e3ca9225f .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-72fbcd98-f866-4902-baf0-b8ce8b3fa254 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72fbcd98-f866-4902-baf0-b8ce8b3fa254 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-72fbcd98-f866-4902-baf0-b8ce8b3fa254 .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-72fbcd98-f866-4902-baf0-b8ce8b3fa254 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-1be7b416-830f-465b-9d76-0811ecf9ed7b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-4865f745-d806-4771-a603-417a875ec333 {
  text-align: left;
}



.shg-c#s-4865f745-d806-4771-a603-417a875ec333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4865f745-d806-4771-a603-417a875ec333 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4865f745-d806-4771-a603-417a875ec333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4865f745-d806-4771-a603-417a875ec333 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4865f745-d806-4771-a603-417a875ec333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4865f745-d806-4771-a603-417a875ec333 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4865f745-d806-4771-a603-417a875ec333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4865f745-d806-4771-a603-417a875ec333 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4865f745-d806-4771-a603-417a875ec333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4865f745-d806-4771-a603-417a875ec333 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c86bdd5e-9eea-4bbd-bbae-30b2a5bf59d7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c86bdd5e-9eea-4bbd-bbae-30b2a5bf59d7 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-a05cfc2c-d31a-497c-ab3b-094d780aaa6f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a05cfc2c-d31a-497c-ab3b-094d780aaa6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  
  font-family: Poppins;
  font-style:  normal ;
}

#s-a05cfc2c-d31a-497c-ab3b-094d780aaa6f .shg-product-price {
  color: #000;
  
  font-family: Poppins;
  font-style:  normal ;
  font-size: 12px;
}

#s-a05cfc2c-d31a-497c-ab3b-094d780aaa6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-14973ed2-2a8c-445c-b9fb-afe3c8893597 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-14973ed2-2a8c-445c-b9fb-afe3c8893597:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14973ed2-2a8c-445c-b9fb-afe3c8893597:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14973ed2-2a8c-445c-b9fb-afe3c8893597-root {
    text-align: center;
  }


#s-14973ed2-2a8c-445c-b9fb-afe3c8893597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14973ed2-2a8c-445c-b9fb-afe3c8893597-root {
    text-align: center;
  }


#s-14973ed2-2a8c-445c-b9fb-afe3c8893597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14973ed2-2a8c-445c-b9fb-afe3c8893597-root {
    text-align: center;
  }


#s-14973ed2-2a8c-445c-b9fb-afe3c8893597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14973ed2-2a8c-445c-b9fb-afe3c8893597-root {
    text-align: center;
  }


#s-14973ed2-2a8c-445c-b9fb-afe3c8893597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14973ed2-2a8c-445c-b9fb-afe3c8893597-root {
    text-align: center;
  }


#s-14973ed2-2a8c-445c-b9fb-afe3c8893597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8336af65-9e5f-407b-94a5-62c63caaf342 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-8336af65-9e5f-407b-94a5-62c63caaf342 hr {
  border-top: 1px solid #ddd;
}

#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b {
  background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 60px;
background-position: center center;
}
@media (max-width: 767px){#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b {
  background-attachment: scroll;
}
}







#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b {
  cursor: pointer;
}#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9822d51b-163c-484b-a1c4-93a6cdc36a6e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9822d51b-163c-484b-a1c4-93a6cdc36a6e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a948b266-e680-4dac-87b1-88a8d47a8788 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a948b266-e680-4dac-87b1-88a8d47a8788 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-size: 16px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: #008000;
  font-family: Poppins;
  
  
  
  justify-content: center;
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-error-msg-container, #s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-field-error-msg-container {
  display: none;
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-error-msg {
  font-size: 16px;
  
  color: #ff0000;
  font-family: Poppins;
  
  
  
  
}

#s-5bfba2fd-aa16-460e-b2dd-529e89c6060f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-acf47ead-cedf-4b23-9424-940380c3de2a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-acf47ead-cedf-4b23-9424-940380c3de2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf47ead-cedf-4b23-9424-940380c3de2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acf47ead-cedf-4b23-9424-940380c3de2a-root {
    text-align: center;
  }


#s-acf47ead-cedf-4b23-9424-940380c3de2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acf47ead-cedf-4b23-9424-940380c3de2a-root {
    text-align: center;
  }


#s-acf47ead-cedf-4b23-9424-940380c3de2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf47ead-cedf-4b23-9424-940380c3de2a-root {
    text-align: center;
  }


#s-acf47ead-cedf-4b23-9424-940380c3de2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acf47ead-cedf-4b23-9424-940380c3de2a-root {
    text-align: center;
  }


#s-acf47ead-cedf-4b23-9424-940380c3de2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acf47ead-cedf-4b23-9424-940380c3de2a-root {
    text-align: center;
  }


#s-acf47ead-cedf-4b23-9424-940380c3de2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-493a38b2-3893-45a0-816f-1681bd47f223 {
  margin-left: auto;
margin-right: auto;
}

#s-493a38b2-3893-45a0-816f-1681bd47f223 hr {
  border-top: 0px solid #ddd;
}

#s-e7b0bf37-16eb-4d85-b925-fd75f8335fe4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 60px;
background-position: center center;
}
@media (max-width: 767px){#s-e7b0bf37-16eb-4d85-b925-fd75f8335fe4 {
  background-attachment: scroll;
}
}







#s-e7b0bf37-16eb-4d85-b925-fd75f8335fe4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-e7b0bf37-16eb-4d85-b925-fd75f8335fe4 {
  cursor: pointer;
}#s-e7b0bf37-16eb-4d85-b925-fd75f8335fe4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2aa43e81-e6f8-471c-854c-c595181e68ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2aa43e81-e6f8-471c-854c-c595181e68ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-size: 16px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: #008000;
  font-family: Poppins;
  
  
  
  justify-content: center;
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-error-msg-container, #s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-field-error-msg-container {
  display: none;
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-error-msg {
  font-size: 16px;
  
  color: #ff0000;
  font-family: Poppins;
  
  
  
  
}

#s-dc8187ca-dcea-4483-a5bb-823ca471e4b9 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-3ec96651-2961-4549-a4cd-e979abde42c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ec96651-2961-4549-a4cd-e979abde42c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec96651-2961-4549-a4cd-e979abde42c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ec96651-2961-4549-a4cd-e979abde42c2-root {
    text-align: center;
  }


#s-3ec96651-2961-4549-a4cd-e979abde42c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ec96651-2961-4549-a4cd-e979abde42c2-root {
    text-align: center;
  }


#s-3ec96651-2961-4549-a4cd-e979abde42c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ec96651-2961-4549-a4cd-e979abde42c2-root {
    text-align: center;
  }


#s-3ec96651-2961-4549-a4cd-e979abde42c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ec96651-2961-4549-a4cd-e979abde42c2-root {
    text-align: center;
  }


#s-3ec96651-2961-4549-a4cd-e979abde42c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ec96651-2961-4549-a4cd-e979abde42c2-root {
    text-align: center;
  }


#s-3ec96651-2961-4549-a4cd-e979abde42c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-42957475-7ab0-4a90-9b2d-36ab1a99b79c {
  margin-left: auto;
margin-right: auto;
}

#s-42957475-7ab0-4a90-9b2d-36ab1a99b79c hr {
  border-top: 0px solid #ddd;
}

#s-5e68aae1-e0bd-4a71-b5cf-472608132bb4 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-5e68aae1-e0bd-4a71-b5cf-472608132bb4 {
  background-attachment: scroll;
}
}







#s-5e68aae1-e0bd-4a71-b5cf-472608132bb4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-5e68aae1-e0bd-4a71-b5cf-472608132bb4 {
  cursor: pointer;
}#s-5e68aae1-e0bd-4a71-b5cf-472608132bb4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d93d2bb0-3c77-4f4e-a4db-de5754244472 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d93d2bb0-3c77-4f4e-a4db-de5754244472 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-size: 16px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: #008000;
  font-family: Poppins;
  
  
  
  justify-content: center;
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-error-msg-container, #s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-field-error-msg-container {
  display: none;
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-error-msg {
  font-size: 16px;
  
  color: #ff0000;
  font-family: Poppins;
  
  
  
  
}

#s-31461f4c-5aaf-4aec-8bcd-f6eaacfefbcd .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-390a4d62-57ff-4869-a9b1-f22b6205f52d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-390a4d62-57ff-4869-a9b1-f22b6205f52d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-390a4d62-57ff-4869-a9b1-f22b6205f52d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-390a4d62-57ff-4869-a9b1-f22b6205f52d-root {
    text-align: center;
  }


#s-390a4d62-57ff-4869-a9b1-f22b6205f52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-390a4d62-57ff-4869-a9b1-f22b6205f52d-root {
    text-align: center;
  }


#s-390a4d62-57ff-4869-a9b1-f22b6205f52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-390a4d62-57ff-4869-a9b1-f22b6205f52d-root {
    text-align: center;
  }


#s-390a4d62-57ff-4869-a9b1-f22b6205f52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-390a4d62-57ff-4869-a9b1-f22b6205f52d-root {
    text-align: center;
  }


#s-390a4d62-57ff-4869-a9b1-f22b6205f52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-390a4d62-57ff-4869-a9b1-f22b6205f52d-root {
    text-align: center;
  }


#s-390a4d62-57ff-4869-a9b1-f22b6205f52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
