.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f9f6c7bf-106f-440d-8bf5-970db4d92cdd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}








#s-f9f6c7bf-106f-440d-8bf5-970db4d92cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f6c7bf-106f-440d-8bf5-970db4d92cdd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0d57ff1d-de76-435d-89ce-bde905c29577 {
  text-align: center;
}




  #s-0d57ff1d-de76-435d-89ce-bde905c29577 img.shogun-image {
    
    width: px;
  }


#s-0d57ff1d-de76-435d-89ce-bde905c29577 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-b80246f0-bcfa-4147-ad61-ad1712090c88 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b80246f0-bcfa-4147-ad61-ad1712090c88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

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

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

#s-31045ce8-3914-4b60-a2e5-3c3c057cedda {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-31045ce8-3914-4b60-a2e5-3c3c057cedda .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b888009a-ced8-4195-8865-2a3d21b5bfd5 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  text-align: left;
}


.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  max-width: 100%;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom,
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  max-width: 100%;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom,
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  max-width: 100%;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom,
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  max-width: 100%;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom,
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 {
  max-width: 100%;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom,
.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c9277fa-9b04-486a-a865-18cd8e89ace1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-4c4dd576-f733-4415-974c-0af7f49cad0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c4dd576-f733-4415-974c-0af7f49cad0b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e25ff145-e1bc-468c-a0f1-51f6fc4ede3c {
  text-align: center;
}

#s-e25ff145-e1bc-468c-a0f1-51f6fc4ede3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e25ff145-e1bc-468c-a0f1-51f6fc4ede3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e25ff145-e1bc-468c-a0f1-51f6fc4ede3c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85d8eadc-b62c-4668-a35a-3cd11deb32a3 {
  display: none;
}
#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  text-align: left;
}


.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  max-width: 100%;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom,
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  max-width: 100%;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom,
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  max-width: 100%;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom,
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  max-width: 100%;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom,
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 {
  max-width: 100%;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom,
.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf3d7a7b-1f5a-4aab-a5ec-05580b37cea7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0b246615-01f8-4aa2-b621-83b75aa21d9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b246615-01f8-4aa2-b621-83b75aa21d9e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b5fd8d71-f2e9-4ad7-a3d1-b58f094e5adc {
  text-align: center;
}

#s-b5fd8d71-f2e9-4ad7-a3d1-b58f094e5adc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5fd8d71-f2e9-4ad7-a3d1-b58f094e5adc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5fd8d71-f2e9-4ad7-a3d1-b58f094e5adc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cec5db60-c1b1-484a-8054-241ff56bfe0a {
  display: none;
}
#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  text-align: left;
}


.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  max-width: 100%;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom,
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  max-width: 100%;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom,
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  max-width: 100%;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom,
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  max-width: 100%;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom,
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d {
  max-width: 100%;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom,
.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49bba96-678e-4022-8b29-be24c6f4556d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-700e3804-5349-41c2-b36e-c582dc84ef7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700e3804-5349-41c2-b36e-c582dc84ef7b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-398c1809-8f60-462a-bac4-0e182c22d912 {
  text-align: center;
}

#s-398c1809-8f60-462a-bac4-0e182c22d912 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-398c1809-8f60-462a-bac4-0e182c22d912 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-398c1809-8f60-462a-bac4-0e182c22d912 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68f689a8-3a6d-4019-9969-25f4589cba80 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-68f689a8-3a6d-4019-9969-25f4589cba80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0645c54b-5189-46a8-9a0e-1cbad8bc08fe {
  text-align: center;
}




  #s-0645c54b-5189-46a8-9a0e-1cbad8bc08fe img.shogun-image {
    
    width: px;
  }


#s-0645c54b-5189-46a8-9a0e-1cbad8bc08fe .shogun-image-content {
  
    align-items: center;
  
}

#s-86d6a76d-96e3-4612-a939-08925f3b8365 {
  display: none;
}
#s-04db286e-c817-4058-ac5f-7c44cd110650 {
  display: none;
}
#s-6faecca6-5c64-4f23-a17e-cb3e79445ed7 {
  display: none;
}
#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  text-align: left;
}


.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  max-width: 100%;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom,
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  max-width: 100%;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom,
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  max-width: 100%;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom,
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  max-width: 100%;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom,
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c {
  max-width: 100%;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom,
.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412e9b-720f-4ae4-8033-eb0c46a9776c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e5f2ea1c-afb9-4ab2-b416-614b97085431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5f2ea1c-afb9-4ab2-b416-614b97085431 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6e644b20-27ef-4565-9ad6-34af242cb73d {
  text-align: center;
}

#s-6e644b20-27ef-4565-9ad6-34af242cb73d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e644b20-27ef-4565-9ad6-34af242cb73d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6e644b20-27ef-4565-9ad6-34af242cb73d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a6ab5a59-7c52-448c-8dbf-bb723d35d830 {
  display: none;
}
#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  text-align: left;
}


.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  max-width: 100%;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom,
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  max-width: 100%;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom,
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  max-width: 100%;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom,
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  max-width: 100%;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom,
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 {
  max-width: 100%;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom,
.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b2ffce1-5f7d-44ac-907e-022d2dddd0d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-18cd74ef-dba8-40b4-bd64-a14b301bc984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18cd74ef-dba8-40b4-bd64-a14b301bc984 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8fa85ab0-01e5-4e1c-a947-37096217221e {
  text-align: center;
}

#s-8fa85ab0-01e5-4e1c-a947-37096217221e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8fa85ab0-01e5-4e1c-a947-37096217221e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8fa85ab0-01e5-4e1c-a947-37096217221e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4e9f794-0fd2-4199-be93-93dd079d086a {
  display: none;
}
#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  text-align: left;
}


.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  max-width: 100%;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom,
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  max-width: 100%;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom,
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  max-width: 100%;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom,
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  max-width: 100%;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom,
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d {
  max-width: 100%;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom,
.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e4fb61-1247-44b8-8d31-ee8884454e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c69ce11a-b657-4697-bac8-e74b18364a5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69ce11a-b657-4697-bac8-e74b18364a5e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-afca2fbb-85aa-4863-8f5b-f4261dbae9b1 {
  text-align: center;
}

#s-afca2fbb-85aa-4863-8f5b-f4261dbae9b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-afca2fbb-85aa-4863-8f5b-f4261dbae9b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-afca2fbb-85aa-4863-8f5b-f4261dbae9b1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51d5506a-d915-43eb-9fdc-874060e168c8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d5506a-d915-43eb-9fdc-874060e168c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-292d0e28-daf0-4174-af5d-4bd7b3931455 {
  text-align: center;
}




  #s-292d0e28-daf0-4174-af5d-4bd7b3931455 img.shogun-image {
    
    width: px;
  }


#s-292d0e28-daf0-4174-af5d-4bd7b3931455 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc49a459-a37b-4313-9a21-7ff2daee23b7 {
  text-align: center;
}




  #s-cc49a459-a37b-4313-9a21-7ff2daee23b7 img.shogun-image {
    
    width: px;
  }


#s-cc49a459-a37b-4313-9a21-7ff2daee23b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e830ce-a197-40d5-8723-bb43ecae12fe {
  text-align: center;
}




  #s-d6e830ce-a197-40d5-8723-bb43ecae12fe img.shogun-image {
    
    width: px;
  }


#s-d6e830ce-a197-40d5-8723-bb43ecae12fe .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a97558-91ac-4ad4-8881-81f39af2b031 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c0a97558-91ac-4ad4-8881-81f39af2b031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a97558-91ac-4ad4-8881-81f39af2b031.shg-box.shg-c {
  justify-content: center;
}

#s-f1ee994a-8b0c-49ef-bc07-b064dc783d57 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f1ee994a-8b0c-49ef-bc07-b064dc783d57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7d1465c5-ab8c-48c2-8438-e87fb0cf41ac {
  display: none;
}
#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  text-align: left;
}


.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  max-width: 100%;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom,
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  max-width: 100%;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom,
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  max-width: 100%;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom,
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  max-width: 100%;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom,
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 {
  max-width: 100%;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom,
.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c2caac1-236a-4211-88fd-bdd2d0e8e069 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-243cc370-7c46-4a95-b7bd-172170a8fdce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-243cc370-7c46-4a95-b7bd-172170a8fdce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-05607511-3e1a-4bf7-aed9-71e80c263f6d {
  text-align: center;
}

#s-05607511-3e1a-4bf7-aed9-71e80c263f6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05607511-3e1a-4bf7-aed9-71e80c263f6d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-05607511-3e1a-4bf7-aed9-71e80c263f6d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a53262d1-2eec-4fd0-ad3c-2870c2f3cbb9 {
  display: none;
}
#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  text-align: left;
}


.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  max-width: 100%;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom,
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  max-width: 100%;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom,
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  max-width: 100%;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom,
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  max-width: 100%;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom,
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 {
  max-width: 100%;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom,
.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d264af2-72fd-40c9-964c-ad054b8716d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1dcef9f7-9ac5-4929-b7b3-3bc255941714 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dcef9f7-9ac5-4929-b7b3-3bc255941714 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-10be3857-8d7f-41e3-ad1c-27ea2fbf1099 {
  text-align: center;
}

#s-10be3857-8d7f-41e3-ad1c-27ea2fbf1099 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10be3857-8d7f-41e3-ad1c-27ea2fbf1099 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-10be3857-8d7f-41e3-ad1c-27ea2fbf1099 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0022e506-bc9d-4ddf-b988-71c394bbedc6 {
  display: none;
}
#s-8b57232f-953c-4694-a32d-63fa60ca36fa {
  display: none;
}
#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  text-align: left;
}


.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  max-width: 100%;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom,
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  max-width: 100%;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom,
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  max-width: 100%;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom,
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  max-width: 100%;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom,
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 {
  max-width: 100%;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom,
.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce0691d1-25e1-489f-b914-fa27a8af0989 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43145fb3-d955-4ca7-9f76-7440216e4df5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43145fb3-d955-4ca7-9f76-7440216e4df5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-07c20ece-2510-46e7-94fb-db5bcab87c72 {
  text-align: center;
}

#s-07c20ece-2510-46e7-94fb-db5bcab87c72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07c20ece-2510-46e7-94fb-db5bcab87c72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-07c20ece-2510-46e7-94fb-db5bcab87c72 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe593d1e-ae20-48c5-b9c1-059ff70436d3 {
  display: none;
}
#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  text-align: left;
}


.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  max-width: 100%;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom,
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  max-width: 100%;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom,
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  max-width: 100%;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom,
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  max-width: 100%;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom,
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 {
  max-width: 100%;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom,
.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b611dfca-f0f5-427f-b819-aa55d78d3e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7491e276-03da-4102-ba65-5c2f292408e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7491e276-03da-4102-ba65-5c2f292408e8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c1a21916-6dd0-4821-ab1f-ad83a45f0543 {
  text-align: center;
}

#s-c1a21916-6dd0-4821-ab1f-ad83a45f0543 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c1a21916-6dd0-4821-ab1f-ad83a45f0543 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c1a21916-6dd0-4821-ab1f-ad83a45f0543 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b30a59c-7199-427c-983f-874474b997f9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9b30a59c-7199-427c-983f-874474b997f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7c2ac647-adbd-49d7-9567-c236f9ec72fe {
  display: none;
}
#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  text-align: left;
}


.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  max-width: 100%;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom,
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  max-width: 100%;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom,
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  max-width: 100%;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom,
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  max-width: 100%;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom,
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 {
  max-width: 100%;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom,
.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ebec5f-7eb4-4fa7-b24f-b2a8cfd92f69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-447ef577-2804-4b0d-9a09-351990eb754e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-447ef577-2804-4b0d-9a09-351990eb754e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0fb1964a-561b-4de9-bfad-f3dcc30993c4 {
  text-align: center;
}

#s-0fb1964a-561b-4de9-bfad-f3dcc30993c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0fb1964a-561b-4de9-bfad-f3dcc30993c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0fb1964a-561b-4de9-bfad-f3dcc30993c4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2548ce6a-0dba-47d4-a25e-89d2e08c3bf6 {
  display: none;
}
#s-7324550d-7c2b-4875-a440-592994e03398 {
  text-align: left;
}


.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 {
  max-width: 100%;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom,
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 {
  max-width: 100%;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom,
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 {
  max-width: 100%;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom,
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 {
  max-width: 100%;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom,
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 {
  max-width: 100%;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom,
.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7324550d-7c2b-4875-a440-592994e03398 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9d5a5a42-fe11-4723-b505-006e567b11a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d5a5a42-fe11-4723-b505-006e567b11a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-799a2fab-e494-4d59-99a3-f71f65101164 {
  text-align: center;
}

#s-799a2fab-e494-4d59-99a3-f71f65101164 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-799a2fab-e494-4d59-99a3-f71f65101164 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-799a2fab-e494-4d59-99a3-f71f65101164 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f8c1f45-1746-48cf-82f0-6d22f976a352 {
  display: none;
}
#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  text-align: left;
}


.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  max-width: 100%;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom,
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  max-width: 100%;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom,
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  max-width: 100%;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom,
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  max-width: 100%;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom,
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 {
  max-width: 100%;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom,
.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e79c9e0-f919-47a7-bf27-f67da69e8637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c1e313c7-cd78-4617-b0ad-70e72310878a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e313c7-cd78-4617-b0ad-70e72310878a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e9b5fede-59cf-4b03-9bb7-46d4e0729ca6 {
  text-align: center;
}

#s-e9b5fede-59cf-4b03-9bb7-46d4e0729ca6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9b5fede-59cf-4b03-9bb7-46d4e0729ca6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e9b5fede-59cf-4b03-9bb7-46d4e0729ca6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26387d9e-fc2e-405f-8c52-6693a076c751 {
  display: none;
}
#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  text-align: left;
}


.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  max-width: 100%;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom,
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  max-width: 100%;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom,
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  max-width: 100%;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom,
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  max-width: 100%;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom,
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 {
  max-width: 100%;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom,
.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0054e73a-e396-499b-9d0a-640f90e52191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02d651a2-f9b6-46fd-baa2-a59ec0377d32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02d651a2-f9b6-46fd-baa2-a59ec0377d32 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b481718d-66f2-4ecd-a5b1-9f7b529f4f46 {
  text-align: center;
}

#s-b481718d-66f2-4ecd-a5b1-9f7b529f4f46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b481718d-66f2-4ecd-a5b1-9f7b529f4f46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b481718d-66f2-4ecd-a5b1-9f7b529f4f46 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46e640a7-636f-4c08-ae61-d52e0e394974 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46e640a7-636f-4c08-ae61-d52e0e394974"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2ce0f9f9-d69c-4de7-a99e-a71feed66c0a {
  display: none;
}
#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  text-align: left;
}


.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  max-width: 100%;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom,
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  max-width: 100%;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom,
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  max-width: 100%;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom,
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  max-width: 100%;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom,
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 {
  max-width: 100%;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom,
.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5bad98-556b-4462-9066-056dd6ca18f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-adf00a5d-1e48-46fe-96c6-dcc735f1a2a5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-adf00a5d-1e48-46fe-96c6-dcc735f1a2a5 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-adf00a5d-1e48-46fe-96c6-dcc735f1a2a5 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-05e2100d-0222-40d8-9485-56ff7ce510b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05e2100d-0222-40d8-9485-56ff7ce510b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d3f4e71b-4e9e-4d73-b07f-0f0267f80beb {
  text-align: center;
}

#s-d3f4e71b-4e9e-4d73-b07f-0f0267f80beb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3f4e71b-4e9e-4d73-b07f-0f0267f80beb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d3f4e71b-4e9e-4d73-b07f-0f0267f80beb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51b2d46e-57f7-4e22-b317-c574085b3f97 {
  display: none;
}
#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  text-align: left;
}


.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  max-width: 100%;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom,
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  max-width: 100%;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom,
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  max-width: 100%;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom,
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  max-width: 100%;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom,
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 {
  max-width: 100%;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom,
.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86e996b0-fc22-4ce7-813c-ea05c2fedf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be64550b-a7a2-4376-8d67-52a7ce50fc40 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-be64550b-a7a2-4376-8d67-52a7ce50fc40 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-be64550b-a7a2-4376-8d67-52a7ce50fc40 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a1a34fd0-7ef4-44aa-94f9-091c816cb39e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1a34fd0-7ef4-44aa-94f9-091c816cb39e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a27aefa9-b7aa-4283-8c2f-c4645c2db606 {
  text-align: center;
}

#s-a27aefa9-b7aa-4283-8c2f-c4645c2db606 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a27aefa9-b7aa-4283-8c2f-c4645c2db606 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a27aefa9-b7aa-4283-8c2f-c4645c2db606 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2e51d4a4-74bf-4308-9fe6-cca85aa9048a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-eff865d9-2389-4b01-a513-d7f8547618dc {
  display: none;
}
#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  text-align: left;
}


.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  max-width: 100%;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom,
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  max-width: 100%;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom,
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  max-width: 100%;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom,
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  max-width: 100%;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom,
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea {
  max-width: 100%;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom,
.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d1e4e3a-6b8e-418c-bca3-55d2a365ebea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-89c941df-3620-4c1b-9371-55f608b932d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89c941df-3620-4c1b-9371-55f608b932d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6744227d-a891-4400-ad4e-d7d776fa1005 {
  text-align: center;
}

#s-6744227d-a891-4400-ad4e-d7d776fa1005 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6744227d-a891-4400-ad4e-d7d776fa1005 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6744227d-a891-4400-ad4e-d7d776fa1005 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-24605d4d-dfb0-4168-bf24-6ae52529d9fa {
  display: none;
}
#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  text-align: left;
}


.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  max-width: 100%;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom,
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  max-width: 100%;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom,
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  max-width: 100%;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom,
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  max-width: 100%;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom,
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 {
  max-width: 100%;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom,
.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6389e269-f137-4eb8-887c-0dbab1a92a56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2af45cc4-eefc-42b7-9b91-0d519663000c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af45cc4-eefc-42b7-9b91-0d519663000c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6ce7eac8-d4e0-4174-937b-6ae7b12738cd {
  text-align: center;
}

#s-6ce7eac8-d4e0-4174-937b-6ae7b12738cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ce7eac8-d4e0-4174-937b-6ae7b12738cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6ce7eac8-d4e0-4174-937b-6ae7b12738cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79257b70-fc1c-4a93-b2c4-5c93283b826b {
  display: none;
}
#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  text-align: left;
}


.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  max-width: 100%;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom,
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  max-width: 100%;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom,
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  max-width: 100%;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom,
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  max-width: 100%;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom,
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 {
  max-width: 100%;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom,
.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8308c2-763d-4f4c-8244-472f4059fa75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1decc092-850b-4459-a138-b57093493408 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1decc092-850b-4459-a138-b57093493408 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fa16fa8c-4a50-493a-ace0-46dada6271a2 {
  text-align: center;
}

#s-fa16fa8c-4a50-493a-ace0-46dada6271a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa16fa8c-4a50-493a-ace0-46dada6271a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fa16fa8c-4a50-493a-ace0-46dada6271a2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9795764-487d-4579-bc08-97d185e4fd05 {
  display: none;
}
#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  text-align: left;
}


.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  max-width: 100%;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom,
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  max-width: 100%;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom,
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  max-width: 100%;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom,
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  max-width: 100%;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom,
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b {
  max-width: 100%;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom,
.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71c54872-1cad-46d1-b746-f65ac37e0a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8b9a24a9-aadf-42ca-b4d9-f354e0b6e2ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b9a24a9-aadf-42ca-b4d9-f354e0b6e2ca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bccc69f4-4068-4a19-b803-2a8c71c47cd2 {
  text-align: center;
}

#s-bccc69f4-4068-4a19-b803-2a8c71c47cd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bccc69f4-4068-4a19-b803-2a8c71c47cd2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bccc69f4-4068-4a19-b803-2a8c71c47cd2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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;
}
