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

@media (min-width: 1200px){#s-fdb5ae18-5a0e-415c-98d4-e3587155a358 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdb5ae18-5a0e-415c-98d4-e3587155a358 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdb5ae18-5a0e-415c-98d4-e3587155a358 {
  display: none;
}
#s-fdb5ae18-5a0e-415c-98d4-e3587155a358, #wrap-s-fdb5ae18-5a0e-415c-98d4-e3587155a358 { display:none !important; }}@media (max-width: 767px){#s-fdb5ae18-5a0e-415c-98d4-e3587155a358 {
  display: none;
}
#s-fdb5ae18-5a0e-415c-98d4-e3587155a358, #wrap-s-fdb5ae18-5a0e-415c-98d4-e3587155a358 { display:none !important; }}







#s-fdb5ae18-5a0e-415c-98d4-e3587155a358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb5ae18-5a0e-415c-98d4-e3587155a358.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-212e4a48-38ce-4405-911a-e59bda7b8cba {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

.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-64f567f1-fdcc-400d-be4e-1726d9379100 {
  text-align: center;
}




  #s-64f567f1-fdcc-400d-be4e-1726d9379100 img.shogun-image {
    
    width: px;
  }


#s-64f567f1-fdcc-400d-be4e-1726d9379100 .shogun-image-content {
  
    align-items: center;
  
}

#s-472d2bcf-f8e2-4225-883b-bf77d20dd59f {
  text-align: center;
}




  #s-472d2bcf-f8e2-4225-883b-bf77d20dd59f img.shogun-image {
    
    width: px;
  }


#s-472d2bcf-f8e2-4225-883b-bf77d20dd59f .shogun-image-content {
  
    align-items: center;
  
}

#s-32614083-8636-4073-beb3-bfdcedca7f75 {
  text-align: center;
}




  #s-32614083-8636-4073-beb3-bfdcedca7f75 img.shogun-image {
    
    width: px;
  }


#s-32614083-8636-4073-beb3-bfdcedca7f75 .shogun-image-content {
  
    align-items: center;
  
}

#s-7805320d-29f8-4a4c-961d-ec997dee801e {
  text-align: center;
}





#s-7805320d-29f8-4a4c-961d-ec997dee801e .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac530e8-3070-476d-a91b-1ace594b3518 {
  text-align: center;
}





#s-5ac530e8-3070-476d-a91b-1ace594b3518 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ca1efd-c44d-454a-9a20-d1c0519882eb {
  text-align: center;
}





#s-74ca1efd-c44d-454a-9a20-d1c0519882eb .shogun-image-content {
  
    align-items: center;
  
}

#s-bf576d03-82bc-4403-8934-00cf02e617df {
  text-align: center;
}




  #s-bf576d03-82bc-4403-8934-00cf02e617df img.shogun-image {
    
    width: px;
  }


#s-bf576d03-82bc-4403-8934-00cf02e617df .shogun-image-content {
  
    align-items: center;
  
}

#s-f6fb8190-932b-46d4-a4aa-d29c90d68349 {
  text-align: center;
}





#s-f6fb8190-932b-46d4-a4aa-d29c90d68349 .shogun-image-content {
  
    align-items: center;
  
}

#s-f527195a-2f48-4782-ab92-d7c7a7ebeefe {
  text-align: center;
}





#s-f527195a-2f48-4782-ab92-d7c7a7ebeefe .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3899edfa-3817-44a9-ae88-16c076864ce9 {
  display: none;
}
#s-3899edfa-3817-44a9-ae88-16c076864ce9, #wrap-s-3899edfa-3817-44a9-ae88-16c076864ce9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3899edfa-3817-44a9-ae88-16c076864ce9 {
  display: none;
}
#s-3899edfa-3817-44a9-ae88-16c076864ce9, #wrap-s-3899edfa-3817-44a9-ae88-16c076864ce9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3899edfa-3817-44a9-ae88-16c076864ce9 {
  
}
}@media (max-width: 767px){#s-3899edfa-3817-44a9-ae88-16c076864ce9 {
  
}
}







#s-3899edfa-3817-44a9-ae88-16c076864ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3899edfa-3817-44a9-ae88-16c076864ce9.shg-box.shg-c {
  justify-content: center;
}

#s-666c5d76-2696-435e-b763-f4cc37f105ea {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-17840cee-48e7-4794-85c3-c057db3b324c {
  text-align: center;
}




  #s-17840cee-48e7-4794-85c3-c057db3b324c img.shogun-image {
    
    width: px;
  }


#s-17840cee-48e7-4794-85c3-c057db3b324c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e33b10a-1187-4ac0-89eb-f486f45ace15 {
  text-align: center;
}




  #s-9e33b10a-1187-4ac0-89eb-f486f45ace15 img.shogun-image {
    
    width: px;
  }


#s-9e33b10a-1187-4ac0-89eb-f486f45ace15 .shogun-image-content {
  
    align-items: center;
  
}

#s-d38d979e-b451-431c-a40c-2eeb5e70439f {
  text-align: center;
}




  #s-d38d979e-b451-431c-a40c-2eeb5e70439f img.shogun-image {
    
    width: px;
  }


#s-d38d979e-b451-431c-a40c-2eeb5e70439f .shogun-image-content {
  
    align-items: center;
  
}

#s-2f9613f8-bc23-4c0e-906a-5d755ca2c9dd {
  text-align: center;
}





#s-2f9613f8-bc23-4c0e-906a-5d755ca2c9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-d6fcac0f-65b4-4372-b3bc-6c57f3c31098 {
  text-align: center;
}





#s-d6fcac0f-65b4-4372-b3bc-6c57f3c31098 .shogun-image-content {
  
    align-items: center;
  
}

#s-c376c4ab-0d61-4209-9581-41f7eed77fe8 {
  text-align: center;
}





#s-c376c4ab-0d61-4209-9581-41f7eed77fe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff558081-5c03-4ca9-a867-6b2f40fe1349 {
  text-align: center;
}




  #s-ff558081-5c03-4ca9-a867-6b2f40fe1349 img.shogun-image {
    
    width: px;
  }


#s-ff558081-5c03-4ca9-a867-6b2f40fe1349 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c2ed5d5-f7e4-4061-b914-7dc74bc0fe2c {
  text-align: center;
}





#s-2c2ed5d5-f7e4-4061-b914-7dc74bc0fe2c .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec83f56-fbf0-432f-bc16-21499bef24c9 {
  text-align: center;
}





#s-7ec83f56-fbf0-432f-bc16-21499bef24c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3e605b0-facd-40a0-9666-68baa8dc5c30 {
  min-height: 40px;
}








#s-b3e605b0-facd-40a0-9666-68baa8dc5c30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e605b0-facd-40a0-9666-68baa8dc5c30.shg-box.shg-c {
  justify-content: center;
}

#s-b667d0c7-fe80-4f32-918d-5fa68a0fe0d9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b667d0c7-fe80-4f32-918d-5fa68a0fe0d9 {
  
}
}@media (max-width: 767px){#s-b667d0c7-fe80-4f32-918d-5fa68a0fe0d9 {
  display: none;
}
#s-b667d0c7-fe80-4f32-918d-5fa68a0fe0d9, #wrap-s-b667d0c7-fe80-4f32-918d-5fa68a0fe0d9 { display:none !important; }}
#s-36051b4a-0717-427e-9cdc-acac7dbee5f9 {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-36051b4a-0717-427e-9cdc-acac7dbee5f9 {
  display: none;
}
#s-36051b4a-0717-427e-9cdc-acac7dbee5f9, #wrap-s-36051b4a-0717-427e-9cdc-acac7dbee5f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36051b4a-0717-427e-9cdc-acac7dbee5f9 {
  display: none;
}
#s-36051b4a-0717-427e-9cdc-acac7dbee5f9, #wrap-s-36051b4a-0717-427e-9cdc-acac7dbee5f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36051b4a-0717-427e-9cdc-acac7dbee5f9 {
  display: none;
}
#s-36051b4a-0717-427e-9cdc-acac7dbee5f9, #wrap-s-36051b4a-0717-427e-9cdc-acac7dbee5f9 { display:none !important; }}@media (max-width: 767px){#s-36051b4a-0717-427e-9cdc-acac7dbee5f9 {
  
}
}
#s-31becfb3-7afc-4479-9925-14db4c14f82f {
  min-height: 50px;
}








#s-31becfb3-7afc-4479-9925-14db4c14f82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31becfb3-7afc-4479-9925-14db4c14f82f.shg-box.shg-c {
  justify-content: center;
}

#s-310e5423-ce93-4a35-a79f-5ad551450da8 {
  margin-top: 20px;
margin-left: 9%;
margin-bottom: 20px;
margin-right: 9%;
min-height: 50px;
}








#s-310e5423-ce93-4a35-a79f-5ad551450da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-310e5423-ce93-4a35-a79f-5ad551450da8.shg-box.shg-c {
  justify-content: 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;
}

@media (min-width: 0px) {
[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ddf71ac-63d4-48b9-a856-16d03f93fd04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8ffe1b0-8989-4576-a32f-2f3df2115c0a {
  text-align: center;
}




  #s-a8ffe1b0-8989-4576-a32f-2f3df2115c0a img.shogun-image {
    
    width: px;
  }


#s-a8ffe1b0-8989-4576-a32f-2f3df2115c0a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-47d0f2a3-3c23-46c3-a609-fd13977afd91 {
  margin-top: 25%;
background-color: rgba(19, 17, 17, 0.6);
}

#s-db01c410-ca8e-4479-ac42-d3781c502963 {
  text-align: center;
}




  #s-db01c410-ca8e-4479-ac42-d3781c502963 img.shogun-image {
    
    width: px;
  }


#s-db01c410-ca8e-4479-ac42-d3781c502963 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e73f1cb-7ece-4c1a-b5a3-75e312258202 {
  margin-top: 25%;
background-color: rgba(19, 17, 17, 0.6);
}

#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 {
  box-shadow:1px 1px 1px 1px rgba(247, 247, 247, 0);
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 {
  
}
}@media (max-width: 767px){#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 {
  
}
}







#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c0510c-0e2d-4fb6-b144-a7429e771bd2.shg-box.shg-c {
  justify-content: center;
}

#s-71511628-fba1-4301-8314-62882e43e110 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-71511628-fba1-4301-8314-62882e43e110 {
  
}
}@media (max-width: 767px){#s-71511628-fba1-4301-8314-62882e43e110 {
  display: none;
}
#s-71511628-fba1-4301-8314-62882e43e110, #wrap-s-71511628-fba1-4301-8314-62882e43e110 { display:none !important; }}
@media (min-width: 0px) {
[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-71511628-fba1-4301-8314-62882e43e110"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-1ad759ee-1276-4b28-96df-d26832b7c822 {
  text-align: center;
}




  #s-1ad759ee-1276-4b28-96df-d26832b7c822 img.shogun-image {
    
    width: px;
  }


#s-1ad759ee-1276-4b28-96df-d26832b7c822 .shogun-image-content {
  
    align-items: center;
  
}

#s-76eef39c-8c7e-44d7-8604-54f99dabe14e {
  text-align: center;
}




  #s-76eef39c-8c7e-44d7-8604-54f99dabe14e img.shogun-image {
    
    width: px;
  }


#s-76eef39c-8c7e-44d7-8604-54f99dabe14e .shogun-image-content {
  
    align-items: center;
  
}

#s-0e30c221-f498-4b16-ac5b-1539e224dd27 {
  text-align: center;
}




  #s-0e30c221-f498-4b16-ac5b-1539e224dd27 img.shogun-image {
    
    width: px;
  }


#s-0e30c221-f498-4b16-ac5b-1539e224dd27 .shogun-image-content {
  
    align-items: center;
  
}

#s-d11c5104-c823-4a52-a6cf-868237a4cb42 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d11c5104-c823-4a52-a6cf-868237a4cb42 {
  display: none;
}
#s-d11c5104-c823-4a52-a6cf-868237a4cb42, #wrap-s-d11c5104-c823-4a52-a6cf-868237a4cb42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d11c5104-c823-4a52-a6cf-868237a4cb42 {
  display: none;
}
#s-d11c5104-c823-4a52-a6cf-868237a4cb42, #wrap-s-d11c5104-c823-4a52-a6cf-868237a4cb42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d11c5104-c823-4a52-a6cf-868237a4cb42 {
  display: none;
}
#s-d11c5104-c823-4a52-a6cf-868237a4cb42, #wrap-s-d11c5104-c823-4a52-a6cf-868237a4cb42 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d11c5104-c823-4a52-a6cf-868237a4cb42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0147d0a1-77b8-4173-903f-87070d343d4e {
  text-align: center;
}




  #s-0147d0a1-77b8-4173-903f-87070d343d4e img.shogun-image {
    
    width: px;
  }


#s-0147d0a1-77b8-4173-903f-87070d343d4e .shogun-image-content {
  
    align-items: center;
  
}

#s-f4e389ed-7a11-449c-b6c9-57e84deaa803 {
  text-align: center;
}




  #s-f4e389ed-7a11-449c-b6c9-57e84deaa803 img.shogun-image {
    
    width: px;
  }


#s-f4e389ed-7a11-449c-b6c9-57e84deaa803 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec25dd66-1946-4dcc-8d28-2c6b4912ab08 {
  text-align: center;
}




  #s-ec25dd66-1946-4dcc-8d28-2c6b4912ab08 img.shogun-image {
    
    width: px;
  }


#s-ec25dd66-1946-4dcc-8d28-2c6b4912ab08 .shogun-image-content {
  
    align-items: center;
  
}

#s-83697586-6895-44cc-aab8-c4f8395babee {
  margin-top: 20px;
margin-left: 9%;
margin-bottom: 20px;
margin-right: 9%;
min-height: 50px;
}








#s-83697586-6895-44cc-aab8-c4f8395babee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83697586-6895-44cc-aab8-c4f8395babee.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-027c1184-a92b-47b5-9f85-323f816517e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f03ceb73-bcc0-4043-a6c1-f46116d8426b {
  text-align: center;
}




  #s-f03ceb73-bcc0-4043-a6c1-f46116d8426b img.shogun-image {
    
    width: px;
  }


#s-f03ceb73-bcc0-4043-a6c1-f46116d8426b .shogun-image-content {
  
    align-items: center;
  
}

#s-b874e870-8a38-4a98-a09b-1acfb0dfba01 {
  margin-top: 25%;
background-color: rgba(19, 17, 17, 0.6);
}

#s-560413a0-2f1e-4031-8a81-cc3393ac2d3a {
  text-align: center;
}




  #s-560413a0-2f1e-4031-8a81-cc3393ac2d3a img.shogun-image {
    
    width: px;
  }


#s-560413a0-2f1e-4031-8a81-cc3393ac2d3a .shogun-image-content {
  
    align-items: center;
  
}

#s-fc973962-9841-461c-acec-32281ed24f45 {
  margin-top: 25%;
background-color: rgba(19, 17, 17, 0.6);
}

#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 {
  display: none;
}
#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1, #wrap-s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 { display:none !important; }}@media (max-width: 767px){#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 {
  display: none;
}
#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1, #wrap-s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 { display:none !important; }}







#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec4a8ed-cceb-494f-ade8-7bba23c614f1.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-1d925352-b569-4dc5-8ba6-cfc64ff70001 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d925352-b569-4dc5-8ba6-cfc64ff70001 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40e449a1-0496-4b29-aced-8cc6b582bd63 {
  margin-top: 20px;
margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-aefceeef-833f-4095-b67e-7b5da166eb5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-59bb4f3c-b992-46b8-88ee-50c32919ea9d {
  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-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  text-align: center;
}


.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  max-width: 100%;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom,
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  max-width: 100%;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom,
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  max-width: 100%;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom,
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  max-width: 100%;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom,
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 {
  max-width: 100%;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom,
.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c8b7c09-3f56-48c2-8cb9-6bab38db9351 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-9e2a59df-76e3-419d-8d89-9b8315a20c73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e2a59df-76e3-419d-8d89-9b8315a20c73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8d3cf45b-bb11-426a-bfaf-98c914c887b5 {
  text-align: center;
}

#s-8d3cf45b-bb11-426a-bfaf-98c914c887b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8d3cf45b-bb11-426a-bfaf-98c914c887b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d3cf45b-bb11-426a-bfaf-98c914c887b5 .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-beeb79ad-6002-40e4-9550-9d5f93caa2af {
  display: none;
}
#s-55532b0a-8700-4923-a8ed-35191f78923a {
  text-align: center;
}


.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a {
  max-width: 100%;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom,
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a {
  max-width: 100%;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom,
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a {
  max-width: 100%;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom,
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a {
  max-width: 100%;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom,
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a {
  max-width: 100%;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom,
.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-55532b0a-8700-4923-a8ed-35191f78923a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-60f0d30e-81d1-47f2-a509-00a6cf34e44d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60f0d30e-81d1-47f2-a509-00a6cf34e44d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6bfd9dcd-9d66-4085-a7c6-2fb6d4f85838 {
  text-align: center;
}

#s-6bfd9dcd-9d66-4085-a7c6-2fb6d4f85838 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6bfd9dcd-9d66-4085-a7c6-2fb6d4f85838 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6bfd9dcd-9d66-4085-a7c6-2fb6d4f85838 .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-acf166c4-b243-4682-9378-7233d384b0f3 {
  display: none;
}
#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  text-align: center;
}


.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  max-width: 100%;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom,
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  max-width: 100%;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom,
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  max-width: 100%;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom,
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  max-width: 100%;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom,
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 {
  max-width: 100%;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom,
.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-3a88a1dd-c02a-42ad-92b2-c625aa171c15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d4fe7b5a-1e52-43a8-81eb-710615705238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4fe7b5a-1e52-43a8-81eb-710615705238 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-08497745-adce-4ef5-a410-f4ad42e44203 {
  text-align: center;
}

#s-08497745-adce-4ef5-a410-f4ad42e44203 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-08497745-adce-4ef5-a410-f4ad42e44203 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-08497745-adce-4ef5-a410-f4ad42e44203 .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;
}
@media (min-width: 0px) {
[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-0e4613c5-ec85-47be-90c3-042e5eb55296"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-29530c58-a1f6-4ef3-a71a-261caf63b94a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-099f36e8-f4ab-4d98-b3ea-d1abdc8d3ce4 {
  display: none;
}
#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  text-align: center;
}


.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  max-width: 100%;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom,
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  max-width: 100%;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom,
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  max-width: 100%;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom,
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  max-width: 100%;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom,
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 {
  max-width: 100%;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom,
.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6565f112-8ca2-4333-8f4b-773ed95d3756 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-57fe7c81-e31b-485c-b338-ee3a0109f0a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57fe7c81-e31b-485c-b338-ee3a0109f0a2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-73bb352e-5580-458c-93ad-a599b08d4264 {
  text-align: center;
}

#s-73bb352e-5580-458c-93ad-a599b08d4264 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-73bb352e-5580-458c-93ad-a599b08d4264 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73bb352e-5580-458c-93ad-a599b08d4264 .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;
}
@media (min-width: 0px) {
[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-d90309bb-4c9d-4ca0-a7e2-37174fadba78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-b1d244aa-9969-41f1-99d7-afba192665b5 {
  display: none;
}
#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  text-align: center;
}


.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  max-width: 100%;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom,
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  max-width: 100%;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom,
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  max-width: 100%;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom,
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  max-width: 100%;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom,
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 {
  max-width: 100%;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom,
.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1c9718c-cdce-4e48-a7d9-d364cbe9a102 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-180915be-4b93-44e4-93bc-822d00af5f91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-180915be-4b93-44e4-93bc-822d00af5f91 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-5e55a007-06ca-437d-8d9b-2365d71ca538 {
  text-align: center;
}

#s-5e55a007-06ca-437d-8d9b-2365d71ca538 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5e55a007-06ca-437d-8d9b-2365d71ca538 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e55a007-06ca-437d-8d9b-2365d71ca538 .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-48068f65-957e-4627-8af9-4ca875008927 {
  display: none;
}
#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  text-align: center;
}


.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  max-width: 100%;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom,
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  max-width: 100%;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom,
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  max-width: 100%;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom,
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  max-width: 100%;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom,
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 {
  max-width: 100%;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom,
.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2e73c8f-b1b3-4499-9b59-fa5fec07f924 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-88df7a1f-a890-4a43-a009-feee9e670e3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88df7a1f-a890-4a43-a009-feee9e670e3f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6da33388-4377-48a9-99bb-a7f22ea75d37 {
  text-align: center;
}

#s-6da33388-4377-48a9-99bb-a7f22ea75d37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6da33388-4377-48a9-99bb-a7f22ea75d37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6da33388-4377-48a9-99bb-a7f22ea75d37 .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-38ac5c79-33c0-47e5-9999-5f55b19065ea {
  display: none;
}
#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  text-align: center;
}


.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  max-width: 100%;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom,
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  max-width: 100%;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom,
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  max-width: 100%;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom,
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  max-width: 100%;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom,
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd {
  max-width: 100%;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom,
.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88b7bb60-0be3-4acc-b174-ff8140d51dfd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4ee08e96-3f4d-4af8-80c1-6920004d98cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ee08e96-3f4d-4af8-80c1-6920004d98cf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c8975e1b-b1a0-4dc4-92ef-282cf5b4af35 {
  text-align: center;
}

#s-c8975e1b-b1a0-4dc4-92ef-282cf5b4af35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c8975e1b-b1a0-4dc4-92ef-282cf5b4af35 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8975e1b-b1a0-4dc4-92ef-282cf5b4af35 .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-831b4d95-8f80-418e-80c5-4b9a775016c6 {
  display: none;
}
#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  text-align: center;
}


.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  max-width: 100%;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom,
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  max-width: 100%;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom,
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  max-width: 100%;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom,
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  max-width: 100%;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom,
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 {
  max-width: 100%;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom,
.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-347989a8-95ca-4fcc-a51b-a5f9a5f70869 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-506314df-457b-463b-8fca-1f46faa5439d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-506314df-457b-463b-8fca-1f46faa5439d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c8a0b528-08be-4d4b-b8fc-471f8a707737 {
  text-align: center;
}

#s-c8a0b528-08be-4d4b-b8fc-471f8a707737 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c8a0b528-08be-4d4b-b8fc-471f8a707737 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8a0b528-08be-4d4b-b8fc-471f8a707737 .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;
}
@media (min-width: 0px) {
[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-74ecc1c5-9236-4e4d-bb86-bd54b8c970f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-4d529faa-9b9b-4ada-aa67-e194c7bfb443 {
  display: none;
}
#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  text-align: center;
}


.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  max-width: 100%;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom,
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  max-width: 100%;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom,
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  max-width: 100%;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom,
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  max-width: 100%;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom,
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 {
  max-width: 100%;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom,
.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fbbe9b8-9b16-4ff1-9694-d41e17fa1fe9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f2b3fde5-3feb-4ad3-b10f-8d4a4ea72754 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2b3fde5-3feb-4ad3-b10f-8d4a4ea72754 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f6cbb997-5df3-437b-ab09-c740ab841f9e {
  text-align: center;
}

#s-f6cbb997-5df3-437b-ab09-c740ab841f9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f6cbb997-5df3-437b-ab09-c740ab841f9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f6cbb997-5df3-437b-ab09-c740ab841f9e .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-0fb77b2d-2b93-4be1-b5f4-96369468121c {
  display: none;
}
#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  text-align: center;
}


.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  max-width: 100%;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom,
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  max-width: 100%;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom,
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  max-width: 100%;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom,
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  max-width: 100%;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom,
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 {
  max-width: 100%;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom,
.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc1ae576-d269-4e33-92c1-5875750b2db9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0b8eb06e-7646-44b3-8d62-a9bbcdecf8e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b8eb06e-7646-44b3-8d62-a9bbcdecf8e9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-d00cfc0f-4c89-4630-9059-47f03a975f8b {
  text-align: center;
}

#s-d00cfc0f-4c89-4630-9059-47f03a975f8b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d00cfc0f-4c89-4630-9059-47f03a975f8b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d00cfc0f-4c89-4630-9059-47f03a975f8b .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-50f56c43-e95d-476f-8aa7-0b3d753f530c {
  display: none;
}
#s-963551ca-500f-46b8-b879-e0165a049e36 {
  text-align: center;
}


.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 {
  max-width: 100%;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom,
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 {
  max-width: 100%;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom,
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 {
  max-width: 100%;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom,
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 {
  max-width: 100%;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom,
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 {
  max-width: 100%;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom,
.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-963551ca-500f-46b8-b879-e0165a049e36 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2edf5a32-3ad8-4387-9988-c9fe9343bb1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2edf5a32-3ad8-4387-9988-c9fe9343bb1c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c565f6d1-4324-48b7-a515-467ef812f484 {
  text-align: center;
}

#s-c565f6d1-4324-48b7-a515-467ef812f484 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c565f6d1-4324-48b7-a515-467ef812f484 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c565f6d1-4324-48b7-a515-467ef812f484 .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-94803666-ba26-41e3-a3da-ee71ad3e9bc4 {
  display: none;
}
#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  text-align: center;
}


.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  max-width: 100%;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom,
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  max-width: 100%;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom,
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  max-width: 100%;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom,
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  max-width: 100%;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom,
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 {
  max-width: 100%;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom,
.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc98dc9-cb89-4180-a4cc-7e425b11c844 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7ff3204b-28ca-447d-a816-98342d7adbbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ff3204b-28ca-447d-a816-98342d7adbbb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-fe043c8b-4eee-410b-b177-a202e5f64fe9 {
  text-align: center;
}

#s-fe043c8b-4eee-410b-b177-a202e5f64fe9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fe043c8b-4eee-410b-b177-a202e5f64fe9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fe043c8b-4eee-410b-b177-a202e5f64fe9 .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-f87de879-8185-4e40-b281-98b43e26ae65 {
  min-height: 50px;
}








#s-f87de879-8185-4e40-b281-98b43e26ae65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87de879-8185-4e40-b281-98b43e26ae65.shg-box.shg-c {
  justify-content: center;
}

#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 {
  display: none;
}
#s-bd52599b-2ecf-47af-b220-a24845cb3ed1, #wrap-s-bd52599b-2ecf-47af-b220-a24845cb3ed1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 {
  display: none;
}
#s-bd52599b-2ecf-47af-b220-a24845cb3ed1, #wrap-s-bd52599b-2ecf-47af-b220-a24845cb3ed1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 {
  
}
}@media (max-width: 767px){#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 {
  
}
}







#s-bd52599b-2ecf-47af-b220-a24845cb3ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd52599b-2ecf-47af-b220-a24845cb3ed1.shg-box.shg-c {
  justify-content: center;
}

#s-a9e0b33a-f3fc-4bbc-b032-a1b522472733 {
  margin-top: 20px;
margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a9e0b33a-f3fc-4bbc-b032-a1b522472733 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9e0b33a-f3fc-4bbc-b032-a1b522472733 {
  
}
}
@media (min-width: 0px) {
[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-18aa7251-bde1-4c28-b4e6-2224fca620f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-46426771-d887-46e0-b4ba-3a5921e56e84 {
  display: none;
}
#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  text-align: center;
}


.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  max-width: 100%;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom,
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  max-width: 100%;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom,
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  max-width: 100%;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom,
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  max-width: 100%;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom,
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c {
  max-width: 100%;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom,
.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-9f7dcfac-0c18-43e4-9c2f-12da3c31e84c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1f2a9c8b-229b-4ec5-a6e5-10acb49b2485 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f2a9c8b-229b-4ec5-a6e5-10acb49b2485 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-090b08e2-fcac-4a81-8ac8-60989cab9a72 {
  text-align: center;
}

#s-090b08e2-fcac-4a81-8ac8-60989cab9a72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-090b08e2-fcac-4a81-8ac8-60989cab9a72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-090b08e2-fcac-4a81-8ac8-60989cab9a72 .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-6ecefe71-7f28-4cfb-9a4d-7243c0b6b62b {
  display: none;
}
#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  text-align: center;
}


.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  max-width: 100%;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom,
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  max-width: 100%;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom,
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  max-width: 100%;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom,
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  max-width: 100%;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom,
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a {
  max-width: 100%;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom,
.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41feb3aa-fe82-4594-92bc-602cb3ae8b3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-70748c92-5f98-459e-b1d0-38603dac81f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70748c92-5f98-459e-b1d0-38603dac81f2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6563792c-e9af-4f1a-940c-01295d4fc15a {
  text-align: center;
}

#s-6563792c-e9af-4f1a-940c-01295d4fc15a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6563792c-e9af-4f1a-940c-01295d4fc15a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6563792c-e9af-4f1a-940c-01295d4fc15a .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-c11a038d-55a8-4256-8a75-57b073b25464 {
  display: none;
}
#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  text-align: center;
}


.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  max-width: 100%;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom,
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  max-width: 100%;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom,
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  max-width: 100%;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom,
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  max-width: 100%;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom,
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 {
  max-width: 100%;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom,
.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ca761a0c-0447-4af6-a231-d0e970d68243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-363c8276-4bd8-4d21-854e-65b0798e43f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-363c8276-4bd8-4d21-854e-65b0798e43f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-951bdb25-b2a2-43f2-a987-4b0df47e3afa {
  text-align: center;
}

#s-951bdb25-b2a2-43f2-a987-4b0df47e3afa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-951bdb25-b2a2-43f2-a987-4b0df47e3afa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-951bdb25-b2a2-43f2-a987-4b0df47e3afa .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;
}
@media (min-width: 0px) {
[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c4ab54f3-0bf7-4050-b622-02f310a49b8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9a8a4dc1-db58-409c-a9d6-bd9ca01540d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-432bef85-bf9f-48fe-b868-317c683b44b9 {
  display: none;
}
#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  text-align: center;
}


.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  max-width: 100%;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom,
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  max-width: 100%;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom,
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  max-width: 100%;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom,
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  max-width: 100%;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom,
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b {
  max-width: 100%;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom,
.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c9c4dd6e-7f29-4c05-bc7f-37997fd0cb8b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bc380afa-0a69-460d-ac7b-7a7235898ae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc380afa-0a69-460d-ac7b-7a7235898ae8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-efe46a4c-9f3d-45ea-83d2-5283af5d5b64 {
  text-align: center;
}

#s-efe46a4c-9f3d-45ea-83d2-5283af5d5b64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-efe46a4c-9f3d-45ea-83d2-5283af5d5b64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-efe46a4c-9f3d-45ea-83d2-5283af5d5b64 .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-5ad71a43-f150-4600-882d-6b50ebf6f7fb {
  display: none;
}
#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  text-align: center;
}


.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  max-width: 100%;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom,
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  max-width: 100%;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom,
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  max-width: 100%;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom,
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  max-width: 100%;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom,
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 {
  max-width: 100%;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom,
.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cbf6b8e9-e426-4591-859a-6bbcdc12c9b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0c52925f-2e10-4142-91b6-5f0cef052b16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c52925f-2e10-4142-91b6-5f0cef052b16 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7cfefa5e-024f-488b-b463-d1e9db2e9177 {
  text-align: center;
}

#s-7cfefa5e-024f-488b-b463-d1e9db2e9177 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7cfefa5e-024f-488b-b463-d1e9db2e9177 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cfefa5e-024f-488b-b463-d1e9db2e9177 .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-ce1c735b-620e-494a-af4b-f56f3495aa7f {
  display: none;
}
#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  text-align: center;
}


.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  max-width: 100%;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom,
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  max-width: 100%;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom,
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  max-width: 100%;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom,
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  max-width: 100%;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom,
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 {
  max-width: 100%;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom,
.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-41c6ff85-c660-4465-ba22-0673774553b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b9ac73a3-8fac-4f6f-962f-a3be130ecfa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9ac73a3-8fac-4f6f-962f-a3be130ecfa3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-037c4fae-bd8c-4b18-83f4-472d6fc579af {
  text-align: center;
}

#s-037c4fae-bd8c-4b18-83f4-472d6fc579af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-037c4fae-bd8c-4b18-83f4-472d6fc579af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-037c4fae-bd8c-4b18-83f4-472d6fc579af .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-0ccc2e88-8755-46a7-b908-381a46419014 {
  display: none;
}
#s-152829db-302e-44a3-84b8-e541eb522817 {
  text-align: center;
}


.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 {
  max-width: 100%;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom,
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 {
  max-width: 100%;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom,
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 {
  max-width: 100%;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom,
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 {
  max-width: 100%;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom,
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 {
  max-width: 100%;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom,
.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-152829db-302e-44a3-84b8-e541eb522817 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e7800002-6332-483e-88ad-1802a75cf1db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7800002-6332-483e-88ad-1802a75cf1db .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8c39a331-7526-45d2-88bc-ce14d1b2502a {
  text-align: center;
}

#s-8c39a331-7526-45d2-88bc-ce14d1b2502a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8c39a331-7526-45d2-88bc-ce14d1b2502a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c39a331-7526-45d2-88bc-ce14d1b2502a .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;
}
@media (min-width: 0px) {
[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-220b3bca-f43a-4139-9a97-89e973c1b0e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-29bd6d27-7a3b-43a5-be81-2713a37c8019 {
  display: none;
}
#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  text-align: center;
}


.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  max-width: 100%;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom,
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  max-width: 100%;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom,
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  max-width: 100%;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom,
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  max-width: 100%;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom,
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 {
  max-width: 100%;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom,
.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-4838d861-85f4-4e25-ba21-4332a9a77895 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-24f0eb48-a01c-4970-8396-78ffe0e256e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24f0eb48-a01c-4970-8396-78ffe0e256e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3a4f420d-8123-4766-ba18-834e17f571f1 {
  text-align: center;
}

#s-3a4f420d-8123-4766-ba18-834e17f571f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3a4f420d-8123-4766-ba18-834e17f571f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a4f420d-8123-4766-ba18-834e17f571f1 .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-d92b395b-8a04-42f3-b927-92b287e94771 {
  display: none;
}
#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  text-align: center;
}


.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  max-width: 100%;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom,
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  max-width: 100%;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom,
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  max-width: 100%;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom,
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  max-width: 100%;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom,
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 {
  max-width: 100%;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom,
.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19d23e08-da6d-42cc-b879-400a4efd0842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1eab44a0-01d9-4d4d-b11a-9bd16bbdfaad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eab44a0-01d9-4d4d-b11a-9bd16bbdfaad .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-40937264-a7f0-4e68-9214-afe3b407ac89 {
  text-align: center;
}

#s-40937264-a7f0-4e68-9214-afe3b407ac89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-40937264-a7f0-4e68-9214-afe3b407ac89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40937264-a7f0-4e68-9214-afe3b407ac89 .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-87c0b034-ddd6-429c-87f1-1bf926223c73 {
  display: none;
}
#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  text-align: center;
}


.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  max-width: 100%;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom,
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  max-width: 100%;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom,
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  max-width: 100%;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom,
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  max-width: 100%;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom,
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 {
  max-width: 100%;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom,
.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-6c36d001-f2f0-44ac-a352-cc691cc9d214 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bf466437-28c1-490c-912e-73bd348fc9d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf466437-28c1-490c-912e-73bd348fc9d6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1e606a0b-3b71-4428-81f8-6970e6f4257f {
  text-align: center;
}

#s-1e606a0b-3b71-4428-81f8-6970e6f4257f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1e606a0b-3b71-4428-81f8-6970e6f4257f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e606a0b-3b71-4428-81f8-6970e6f4257f .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-1204f7cb-8399-44fa-8c56-43b4ab77d022 {
  display: none;
}
#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  text-align: center;
}


.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  max-width: 100%;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom,
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  max-width: 100%;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom,
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  max-width: 100%;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom,
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  max-width: 100%;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom,
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 {
  max-width: 100%;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom,
.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e338ddd-8b47-4d2a-93c5-de4bf439a0b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-26ca21b7-1f37-4aa3-93c5-f5050ff1448c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26ca21b7-1f37-4aa3-93c5-f5050ff1448c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b7030541-3e97-4b88-9733-b2b522bbf0f4 {
  text-align: center;
}

#s-b7030541-3e97-4b88-9733-b2b522bbf0f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b7030541-3e97-4b88-9733-b2b522bbf0f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7030541-3e97-4b88-9733-b2b522bbf0f4 .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;
}
@media (min-width: 0px) {
[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d6eddca5-c102-450f-b6a6-11bc3783f7e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-feeb55f3-4a38-4c75-83dc-1b709010438a {
  display: none;
}
#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  text-align: center;
}


.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  max-width: 100%;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom,
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  max-width: 100%;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom,
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  max-width: 100%;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom,
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  max-width: 100%;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom,
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 {
  max-width: 100%;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom,
.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb2dcc75-acc6-4213-ba19-2d1c1e5d9216 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ed8f062c-5050-43a1-ac1d-8731ca5fc4d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed8f062c-5050-43a1-ac1d-8731ca5fc4d5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6d40cfe9-26db-4a9b-a8d3-6575e048feb4 {
  text-align: center;
}

#s-6d40cfe9-26db-4a9b-a8d3-6575e048feb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6d40cfe9-26db-4a9b-a8d3-6575e048feb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d40cfe9-26db-4a9b-a8d3-6575e048feb4 .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-fdb24e65-80ee-4ad2-be4c-740b8aff0dd3 {
  display: none;
}
#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  text-align: center;
}


.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  max-width: 100%;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom,
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  max-width: 100%;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom,
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  max-width: 100%;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom,
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  max-width: 100%;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom,
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 {
  max-width: 100%;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom,
.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3c291af-47ec-4bee-b266-bcd86b2e0768 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f8ce81ca-854f-463c-9887-56403ac58dbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8ce81ca-854f-463c-9887-56403ac58dbb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-58421c58-7b5b-4115-8233-a57fc008a634 {
  text-align: center;
}

#s-58421c58-7b5b-4115-8233-a57fc008a634 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-58421c58-7b5b-4115-8233-a57fc008a634 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-58421c58-7b5b-4115-8233-a57fc008a634 .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-49b88f33-a14e-433a-a708-41610cfe9e59 {
  display: none;
}
#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  text-align: center;
}


.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  max-width: 100%;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom,
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  max-width: 100%;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom,
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  max-width: 100%;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom,
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  max-width: 100%;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom,
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf {
  max-width: 100%;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom,
.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c4c781-b97d-4eeb-9dc4-5fa4153a78cf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5f7da210-327a-47b4-a37f-1ec60b27496d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f7da210-327a-47b4-a37f-1ec60b27496d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f72d75fa-c547-485a-95d9-57223a70b3b0 {
  text-align: center;
}

#s-f72d75fa-c547-485a-95d9-57223a70b3b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f72d75fa-c547-485a-95d9-57223a70b3b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f72d75fa-c547-485a-95d9-57223a70b3b0 .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-8fe4ae47-58cc-4229-a94f-611366aa74ca {
  display: none;
}
#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  text-align: center;
}


.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  max-width: 100%;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom,
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  max-width: 100%;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom,
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  max-width: 100%;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom,
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  max-width: 100%;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom,
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 {
  max-width: 100%;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom,
.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25f2fe62-4675-4d48-a420-93ea19275aa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4788688b-e170-4650-93ab-c5b48c8a9165 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4788688b-e170-4650-93ab-c5b48c8a9165 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-fc1cc264-a3f6-4090-9dd9-a58ca7039f33 {
  text-align: center;
}

#s-fc1cc264-a3f6-4090-9dd9-a58ca7039f33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fc1cc264-a3f6-4090-9dd9-a58ca7039f33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc1cc264-a3f6-4090-9dd9-a58ca7039f33 .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-84c4ec1c-0159-4ee2-9248-829128946487 {
  min-height: 50px;
}








#s-84c4ec1c-0159-4ee2-9248-829128946487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c4ec1c-0159-4ee2-9248-829128946487.shg-box.shg-c {
  justify-content: center;
}

#s-243115e3-7733-4a95-9abd-43d46861575e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-bacd2931-ae8e-4dd1-8adf-f9b312707f16 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 {
  display: none;
}
#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43, #wrap-s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 {
  display: none;
}
#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43, #wrap-s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 {
  
}
}@media (max-width: 767px){#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 {
  
}
}







#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8fb6a1a-68e0-4e5d-988b-db8c9fb2df43.shg-box.shg-c {
  justify-content: center;
}

#s-9f8eb954-a0d0-434e-b035-9733dd4e6b8b {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f8eb954-a0d0-434e-b035-9733dd4e6b8b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d014d056-18cf-4483-8a58-e9ab8fa422ac {
  margin-top: 20px;
margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-28927fca-730d-48a4-84b8-5899b44487fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-12a7059e-b425-4be0-90f9-c9b54b9c9094 {
  display: none;
}
#s-51057ca5-865b-48c3-b280-9c281105599a {
  text-align: center;
}


.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a {
  max-width: 100%;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom,
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a {
  max-width: 100%;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom,
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a {
  max-width: 100%;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom,
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a {
  max-width: 100%;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom,
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a {
  max-width: 100%;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom,
.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51057ca5-865b-48c3-b280-9c281105599a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5e019a6e-0ec0-4d3e-b564-2f6ab5efd347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e019a6e-0ec0-4d3e-b564-2f6ab5efd347 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c63c7699-273b-47b4-8888-be32a96c1f29 {
  text-align: center;
}

#s-c63c7699-273b-47b4-8888-be32a96c1f29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c63c7699-273b-47b4-8888-be32a96c1f29 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c63c7699-273b-47b4-8888-be32a96c1f29 .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-2173d1e9-f5cb-43cd-b8b6-d0c5d2bb172a {
  display: none;
}
#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  text-align: center;
}


.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  max-width: 100%;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom,
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  max-width: 100%;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom,
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  max-width: 100%;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom,
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  max-width: 100%;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom,
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da {
  max-width: 100%;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom,
.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8981a1c1-1ac8-4d7c-84bf-c99d9416d8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d1d8cf3c-e4a8-4f91-8539-69f94586a4a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1d8cf3c-e4a8-4f91-8539-69f94586a4a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2e9fac0f-84bf-4d55-b0fd-35666cb2ac6f {
  text-align: center;
}

#s-2e9fac0f-84bf-4d55-b0fd-35666cb2ac6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2e9fac0f-84bf-4d55-b0fd-35666cb2ac6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e9fac0f-84bf-4d55-b0fd-35666cb2ac6f .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-f3043709-a952-494d-a50a-0f1d503b357d {
  display: none;
}
#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  text-align: center;
}


.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  max-width: 100%;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom,
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  max-width: 100%;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom,
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  max-width: 100%;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom,
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  max-width: 100%;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom,
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b {
  max-width: 100%;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom,
.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-01171279-0da6-4880-82cf-ac30b1f9a94b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6cae7f78-577c-451f-8480-7a2edef3ee36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cae7f78-577c-451f-8480-7a2edef3ee36 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e4934e97-9834-4142-8298-3bde9e76c7eb {
  text-align: center;
}

#s-e4934e97-9834-4142-8298-3bde9e76c7eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e4934e97-9834-4142-8298-3bde9e76c7eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4934e97-9834-4142-8298-3bde9e76c7eb .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;
}
@media (min-width: 0px) {
[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-1ff15560-9159-4364-8e91-71c18596d5f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-760005ea-0ac0-4bc4-a12b-634b02239467"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-9fa8ee14-72f1-46b5-8476-fadc03eb2703 {
  display: none;
}
#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  text-align: center;
}


.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  max-width: 100%;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom,
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  max-width: 100%;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom,
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  max-width: 100%;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom,
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  max-width: 100%;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom,
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 {
  max-width: 100%;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom,
.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03acb07e-1f2b-49e1-83e1-b57c9752d990 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-73f219de-671f-4a8e-85f3-a21023487723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73f219de-671f-4a8e-85f3-a21023487723 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-17ec4a60-0516-447e-8458-2a4ddc6dea7e {
  text-align: center;
}

#s-17ec4a60-0516-447e-8458-2a4ddc6dea7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-17ec4a60-0516-447e-8458-2a4ddc6dea7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17ec4a60-0516-447e-8458-2a4ddc6dea7e .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;
}
@media (min-width: 0px) {
[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-46586e53-d032-4b4a-b06a-f5eab3fc16e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-9a52c8eb-9102-4c5f-a323-b5073e7d388f {
  display: none;
}
#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  text-align: center;
}


.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  max-width: 100%;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom,
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  max-width: 100%;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom,
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  max-width: 100%;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom,
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  max-width: 100%;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom,
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d {
  max-width: 100%;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom,
.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-463f942d-645b-4122-92b8-0734ab7b3d7d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-52ae9315-c90e-4f66-8fab-e89046820f9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52ae9315-c90e-4f66-8fab-e89046820f9d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-220ea881-9d94-4cda-aa6a-256eccd05fce {
  text-align: center;
}

#s-220ea881-9d94-4cda-aa6a-256eccd05fce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-220ea881-9d94-4cda-aa6a-256eccd05fce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-220ea881-9d94-4cda-aa6a-256eccd05fce .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-c696495a-7a6c-4aee-ba29-84296af9ce8b {
  display: none;
}
#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  text-align: center;
}


.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  max-width: 100%;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom,
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  max-width: 100%;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom,
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  max-width: 100%;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom,
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  max-width: 100%;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom,
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 {
  max-width: 100%;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom,
.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81223b93-55c1-414f-b24b-ccbf1940da20 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e27360e4-5165-4cfa-92b1-4d09bd21ff43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e27360e4-5165-4cfa-92b1-4d09bd21ff43 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e98ac999-1ccf-49a5-8d77-f625a1e5646c {
  text-align: center;
}

#s-e98ac999-1ccf-49a5-8d77-f625a1e5646c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e98ac999-1ccf-49a5-8d77-f625a1e5646c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e98ac999-1ccf-49a5-8d77-f625a1e5646c .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-c7cd7b36-1cb0-4d7c-8845-1603debc4f01 {
  display: none;
}
#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  text-align: center;
}


.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  max-width: 100%;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom,
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  max-width: 100%;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom,
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  max-width: 100%;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom,
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  max-width: 100%;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom,
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 {
  max-width: 100%;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom,
.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0156f33-ac8f-4af7-949d-9520c40342d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1b94262d-b961-4467-8494-ab362459aefa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b94262d-b961-4467-8494-ab362459aefa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f16993ce-1dbe-4093-8669-68a60c491c6b {
  text-align: center;
}

#s-f16993ce-1dbe-4093-8669-68a60c491c6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f16993ce-1dbe-4093-8669-68a60c491c6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f16993ce-1dbe-4093-8669-68a60c491c6b .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-79225fdb-8a83-4245-99ce-c8037632cae0 {
  display: none;
}
#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  text-align: center;
}


.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  max-width: 100%;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom,
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  max-width: 100%;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom,
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  max-width: 100%;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom,
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  max-width: 100%;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom,
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 {
  max-width: 100%;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom,
.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bb0e4f-60db-418e-9896-8c25e05ab698 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-78452539-452f-407a-91de-b738270f0984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78452539-452f-407a-91de-b738270f0984 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-11af8c9a-d432-4910-950c-bc399d724d7b {
  text-align: center;
}

#s-11af8c9a-d432-4910-950c-bc399d724d7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-11af8c9a-d432-4910-950c-bc399d724d7b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-11af8c9a-d432-4910-950c-bc399d724d7b .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;
}
@media (min-width: 0px) {
[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7126bdb7-30cf-4b4f-b204-204891f9162a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-a123fe36-67ad-491d-abf4-04b530a3f038 {
  display: none;
}
#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  text-align: center;
}


.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  max-width: 100%;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom,
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  max-width: 100%;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom,
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  max-width: 100%;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom,
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  max-width: 100%;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom,
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 {
  max-width: 100%;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom,
.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24d43ddf-33b2-4198-bcfa-c088408329e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-05aae9ff-907e-4021-802d-5a8bc90ed788 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05aae9ff-907e-4021-802d-5a8bc90ed788 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-59e48870-06f3-4884-8703-50e4c5cd307b {
  text-align: center;
}

#s-59e48870-06f3-4884-8703-50e4c5cd307b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-59e48870-06f3-4884-8703-50e4c5cd307b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-59e48870-06f3-4884-8703-50e4c5cd307b .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-54694238-e03d-4742-9566-9fab204c1686 {
  display: none;
}
#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  text-align: center;
}


.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  max-width: 100%;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom,
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  max-width: 100%;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom,
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  max-width: 100%;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom,
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  max-width: 100%;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom,
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 {
  max-width: 100%;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom,
.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-942efd37-8c57-4322-9d00-5af74830ae84 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f78b2ddf-a012-43eb-a8de-357d3ff423d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f78b2ddf-a012-43eb-a8de-357d3ff423d0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b264637f-acef-4261-9a3f-40439a141e74 {
  text-align: center;
}

#s-b264637f-acef-4261-9a3f-40439a141e74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b264637f-acef-4261-9a3f-40439a141e74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b264637f-acef-4261-9a3f-40439a141e74 .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-66194e4a-ed4c-4c30-9960-6ab33e241990 {
  display: none;
}
#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  text-align: center;
}


.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  max-width: 100%;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom,
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  max-width: 100%;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom,
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  max-width: 100%;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom,
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  max-width: 100%;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom,
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c {
  max-width: 100%;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom,
.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78466d90-66fc-435e-a1c5-51b57e6ce63c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-92c2b4e8-9822-4aa0-b3d4-32145b435720 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92c2b4e8-9822-4aa0-b3d4-32145b435720 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2a0d3bc3-de8c-4afc-b792-ddb1dbb19a0d {
  text-align: center;
}

#s-2a0d3bc3-de8c-4afc-b792-ddb1dbb19a0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2a0d3bc3-de8c-4afc-b792-ddb1dbb19a0d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a0d3bc3-de8c-4afc-b792-ddb1dbb19a0d .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-24d15263-9465-476c-a2e5-3f7da6b14619 {
  display: none;
}
#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  text-align: center;
}


.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  max-width: 100%;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom,
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  max-width: 100%;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom,
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  max-width: 100%;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom,
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  max-width: 100%;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom,
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d {
  max-width: 100%;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom,
.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65216bd9-6aed-4e10-bb4e-5b22871f9e3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-26d1dd78-3d87-44d8-ac17-3d39206df052 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26d1dd78-3d87-44d8-ac17-3d39206df052 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-d4fecd66-1bb8-42e7-8388-2eba87898dba {
  text-align: center;
}

#s-d4fecd66-1bb8-42e7-8388-2eba87898dba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d4fecd66-1bb8-42e7-8388-2eba87898dba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d4fecd66-1bb8-42e7-8388-2eba87898dba .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-54694589-18d8-404e-af60-8f11eb2afa8e {
  min-height: 50px;
}








#s-54694589-18d8-404e-af60-8f11eb2afa8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54694589-18d8-404e-af60-8f11eb2afa8e.shg-box.shg-c {
  justify-content: center;
}

#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd {
  display: none;
}
#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd, #wrap-s-2d8262f1-d017-43ae-9ca3-671554b8b4bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd {
  display: none;
}
#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd, #wrap-s-2d8262f1-d017-43ae-9ca3-671554b8b4bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd {
  
}
}@media (max-width: 767px){#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd {
  
}
}







#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d8262f1-d017-43ae-9ca3-671554b8b4bd.shg-box.shg-c {
  justify-content: center;
}

#s-2e0c0973-6d49-4550-9eda-8cc8040ff4d8 {
  margin-top: 20px;
margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2e0c0973-6d49-4550-9eda-8cc8040ff4d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e0c0973-6d49-4550-9eda-8cc8040ff4d8 {
  
}
}
@media (min-width: 0px) {
[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3a325137-7c24-4c43-84aa-510aa6d7dab0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-521cc09c-592d-4cf8-a7a6-b197bc1fcfa8 {
  display: none;
}
#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  text-align: center;
}


.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  max-width: 100%;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom,
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  max-width: 100%;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom,
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  max-width: 100%;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom,
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  max-width: 100%;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom,
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 {
  max-width: 100%;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom,
.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-325b843b-8219-43a1-8ce2-9463cc1552c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a8a46d3a-f4b7-49fa-9a98-0ca5d0d9c308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8a46d3a-f4b7-49fa-9a98-0ca5d0d9c308 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3067410a-d320-4ecf-98ff-1fd3d46f8c8a {
  text-align: center;
}

#s-3067410a-d320-4ecf-98ff-1fd3d46f8c8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3067410a-d320-4ecf-98ff-1fd3d46f8c8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3067410a-d320-4ecf-98ff-1fd3d46f8c8a .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-c71cbb09-cc0e-4e11-8150-ba1619918e7b {
  display: none;
}
#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  text-align: center;
}


.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  max-width: 100%;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom,
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  max-width: 100%;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom,
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  max-width: 100%;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom,
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  max-width: 100%;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom,
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd {
  max-width: 100%;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom,
.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13afa134-1a39-4df1-8d11-98bdb981a8fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-877629f1-defb-4bd4-bb36-c704724deee0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-877629f1-defb-4bd4-bb36-c704724deee0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-378def1e-129a-4cd0-a7fa-9ffe213ae110 {
  text-align: center;
}

#s-378def1e-129a-4cd0-a7fa-9ffe213ae110 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-378def1e-129a-4cd0-a7fa-9ffe213ae110 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-378def1e-129a-4cd0-a7fa-9ffe213ae110 .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-5495c652-9a4e-4599-8755-db15dfded67d {
  display: none;
}
#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  text-align: center;
}


.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  max-width: 100%;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom,
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  max-width: 100%;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom,
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  max-width: 100%;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom,
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  max-width: 100%;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom,
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 {
  max-width: 100%;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom,
.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-ea5e5e6c-8c8b-441f-b449-9b10cb6488e0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dfbabe02-7bda-4880-9172-657b9ac7a58b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfbabe02-7bda-4880-9172-657b9ac7a58b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-28f9d39d-f30b-4dad-b1fc-5198933d1611 {
  text-align: center;
}

#s-28f9d39d-f30b-4dad-b1fc-5198933d1611 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-28f9d39d-f30b-4dad-b1fc-5198933d1611 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28f9d39d-f30b-4dad-b1fc-5198933d1611 .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;
}
@media (min-width: 0px) {
[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-c9d094d4-49f3-4885-8ed1-ca1ad58d4911"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-085afa0e-4984-439b-ac16-38a97ccc0696"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-df1d61db-c547-4fc5-b56a-6328c0ecc915 {
  display: none;
}
#s-648842f3-920f-4ff0-a8ed-87732434322a {
  text-align: center;
}


.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a {
  max-width: 100%;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom,
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a {
  max-width: 100%;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom,
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a {
  max-width: 100%;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom,
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a {
  max-width: 100%;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom,
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a {
  max-width: 100%;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom,
.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-648842f3-920f-4ff0-a8ed-87732434322a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ce0d8813-5ccc-4d33-a725-fbb422202759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce0d8813-5ccc-4d33-a725-fbb422202759 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-bebb33c1-d7e7-4e57-b781-68759757cf46 {
  text-align: center;
}

#s-bebb33c1-d7e7-4e57-b781-68759757cf46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bebb33c1-d7e7-4e57-b781-68759757cf46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bebb33c1-d7e7-4e57-b781-68759757cf46 .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-36b6b41f-7153-488e-9a3f-f56b5c0292d1 {
  display: none;
}
#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  text-align: center;
}


.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  max-width: 100%;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom,
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  max-width: 100%;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom,
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  max-width: 100%;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom,
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  max-width: 100%;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom,
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 {
  max-width: 100%;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom,
.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-010d71cb-4262-4dee-9bed-bef6c4e4ab08 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-766cfca5-b40a-415c-b0ae-b341e1f67ec7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-766cfca5-b40a-415c-b0ae-b341e1f67ec7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-70b45826-6d3d-46e2-a683-7fd2427f6d68 {
  text-align: center;
}

#s-70b45826-6d3d-46e2-a683-7fd2427f6d68 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-70b45826-6d3d-46e2-a683-7fd2427f6d68 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70b45826-6d3d-46e2-a683-7fd2427f6d68 .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-64d73cf1-e43d-4cfe-9c71-8dd6fc4ca826 {
  display: none;
}
#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  text-align: center;
}


.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  max-width: 100%;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom,
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  max-width: 100%;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom,
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  max-width: 100%;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom,
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  max-width: 100%;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom,
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 {
  max-width: 100%;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom,
.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f917f545-14fc-4413-99b7-6bb70a88bfc4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-650abefa-4563-4251-ac8e-06b96191e39a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-650abefa-4563-4251-ac8e-06b96191e39a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-5c1355a0-6d38-4542-99d4-43e1c7304ea9 {
  text-align: center;
}

#s-5c1355a0-6d38-4542-99d4-43e1c7304ea9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5c1355a0-6d38-4542-99d4-43e1c7304ea9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c1355a0-6d38-4542-99d4-43e1c7304ea9 .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-d974ffd9-cbd0-4166-8fbc-871271c1952e {
  display: none;
}
#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  text-align: center;
}


.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  max-width: 100%;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom,
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  max-width: 100%;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom,
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  max-width: 100%;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom,
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  max-width: 100%;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom,
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 {
  max-width: 100%;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom,
.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a8f6ecb-e46b-49d9-925d-d63736cac416 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2ae3d56e-021b-4cfd-bfc9-e72292c54961 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ae3d56e-021b-4cfd-bfc9-e72292c54961 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3450d444-8716-46d2-8c72-b1379084e152 {
  text-align: center;
}

#s-3450d444-8716-46d2-8c72-b1379084e152 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3450d444-8716-46d2-8c72-b1379084e152 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3450d444-8716-46d2-8c72-b1379084e152 .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;
}
@media (min-width: 0px) {
[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-f64a6881-b710-4f6b-9234-55815f3a08dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-8e2bf937-27af-4a56-a76a-37548ef4fe66 {
  display: none;
}
#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  text-align: center;
}


.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  max-width: 100%;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom,
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  max-width: 100%;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom,
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  max-width: 100%;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom,
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  max-width: 100%;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom,
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 {
  max-width: 100%;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom,
.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-466e161f-ae38-472b-ac00-265d92e4e506 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-eb4a2e19-4f84-41d3-a384-7131b4e92bd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb4a2e19-4f84-41d3-a384-7131b4e92bd9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9bf6b4d8-66af-484c-8078-97adbededdd5 {
  text-align: center;
}

#s-9bf6b4d8-66af-484c-8078-97adbededdd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9bf6b4d8-66af-484c-8078-97adbededdd5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bf6b4d8-66af-484c-8078-97adbededdd5 .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-ffddf47e-52b4-42bb-b6c6-63207e146285 {
  display: none;
}
#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  text-align: center;
}


.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  max-width: 100%;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom,
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  max-width: 100%;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom,
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  max-width: 100%;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom,
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  max-width: 100%;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom,
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 {
  max-width: 100%;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom,
.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e54167ee-10be-4eff-b156-6049848f52a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3c3efc96-e06e-4528-bc1b-9af67d3f44ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c3efc96-e06e-4528-bc1b-9af67d3f44ce .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0777c22e-cefb-4f52-9462-35ebb80f80a9 {
  text-align: center;
}

#s-0777c22e-cefb-4f52-9462-35ebb80f80a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0777c22e-cefb-4f52-9462-35ebb80f80a9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0777c22e-cefb-4f52-9462-35ebb80f80a9 .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-11c16485-eed3-4397-8305-df86b5b4fb6c {
  display: none;
}
#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  text-align: center;
}


.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  max-width: 100%;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom,
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  max-width: 100%;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom,
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  max-width: 100%;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom,
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  max-width: 100%;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom,
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 {
  max-width: 100%;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom,
.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-194ec0b6-5402-41cc-b09d-aa4337f33a64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-afa64514-3f03-4e5e-8869-356b02fde986 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afa64514-3f03-4e5e-8869-356b02fde986 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-302452f9-62cd-42a4-9b8a-cde112be22ea {
  text-align: center;
}

#s-302452f9-62cd-42a4-9b8a-cde112be22ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-302452f9-62cd-42a4-9b8a-cde112be22ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-302452f9-62cd-42a4-9b8a-cde112be22ea .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-65bb9de6-a8a0-4fd0-8d26-67d9fcd89705 {
  display: none;
}
#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  text-align: center;
}


.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  max-width: 100%;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom,
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  max-width: 100%;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom,
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  max-width: 100%;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom,
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  max-width: 100%;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom,
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 {
  max-width: 100%;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom,
.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe5a82ae-e1cb-429b-b10b-bf172307bb57 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f050295c-8b1d-430d-82f6-c53df133796e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f050295c-8b1d-430d-82f6-c53df133796e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-01a8f62e-93e3-4d26-8cd9-1acc7ee19cc9 {
  text-align: center;
}

#s-01a8f62e-93e3-4d26-8cd9-1acc7ee19cc9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-01a8f62e-93e3-4d26-8cd9-1acc7ee19cc9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-01a8f62e-93e3-4d26-8cd9-1acc7ee19cc9 .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;
}
@media (min-width: 0px) {
[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-d57e67fd-1c80-44b0-b434-5c0b1c6d6e4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-f9306db3-83b5-4eeb-8f66-b5084dd9b790 {
  display: none;
}
#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  text-align: center;
}


.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  max-width: 100%;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom,
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  max-width: 100%;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom,
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  max-width: 100%;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom,
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  max-width: 100%;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom,
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad {
  max-width: 100%;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom,
.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-596aa6b4-209f-4fde-925f-ce85c5110cad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cc766463-1f43-4c73-a923-fd9a2739857f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc766463-1f43-4c73-a923-fd9a2739857f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f5bbfb04-0844-4e03-9bba-304eac07a251 {
  text-align: center;
}

#s-f5bbfb04-0844-4e03-9bba-304eac07a251 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f5bbfb04-0844-4e03-9bba-304eac07a251 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f5bbfb04-0844-4e03-9bba-304eac07a251 .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-7980d4eb-a5ce-458d-b530-f49a5919752c {
  display: none;
}
#s-08da1535-031f-4257-bba6-72789c432e44 {
  text-align: center;
}


.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 {
  max-width: 100%;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom,
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 {
  max-width: 100%;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom,
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 {
  max-width: 100%;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom,
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 {
  max-width: 100%;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom,
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 {
  max-width: 100%;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom,
.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08da1535-031f-4257-bba6-72789c432e44 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-08793120-05a1-4fa3-9cc1-72ff6a733814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08793120-05a1-4fa3-9cc1-72ff6a733814 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e88ed104-958e-4c06-8a40-62391de24dc4 {
  text-align: center;
}

#s-e88ed104-958e-4c06-8a40-62391de24dc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e88ed104-958e-4c06-8a40-62391de24dc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e88ed104-958e-4c06-8a40-62391de24dc4 .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-fcf91fb1-7a0b-496e-a88e-081730d05eb5 {
  display: none;
}
#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  text-align: center;
}


.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  max-width: 100%;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom,
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  max-width: 100%;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom,
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  max-width: 100%;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom,
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  max-width: 100%;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom,
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 {
  max-width: 100%;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom,
.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57559b0b-685f-4b80-b07e-21a6818f8e00 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6e101a01-91e9-4f54-a882-e98c146765d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e101a01-91e9-4f54-a882-e98c146765d3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2265194c-0f17-4877-8cc2-5fcb080523d4 {
  text-align: center;
}

#s-2265194c-0f17-4877-8cc2-5fcb080523d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2265194c-0f17-4877-8cc2-5fcb080523d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2265194c-0f17-4877-8cc2-5fcb080523d4 .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-7879eff0-f450-4eef-a356-79d47641da66 {
  display: none;
}
#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  text-align: center;
}


.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  max-width: 100%;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom,
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  max-width: 100%;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom,
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  max-width: 100%;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom,
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  max-width: 100%;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom,
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 {
  max-width: 100%;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom,
.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa3d7422-a539-49e5-af39-7505e91584b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a221095e-0d49-42cb-a7d5-e2f508da4777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a221095e-0d49-42cb-a7d5-e2f508da4777 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-127da4fc-b7b3-4c9e-9bbb-c6727207bdbb {
  text-align: center;
}

#s-127da4fc-b7b3-4c9e-9bbb-c6727207bdbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-127da4fc-b7b3-4c9e-9bbb-c6727207bdbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-127da4fc-b7b3-4c9e-9bbb-c6727207bdbb .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-0b38c5d7-df65-4357-8d61-5cf35ed87503 {
  min-height: 50px;
}








#s-0b38c5d7-df65-4357-8d61-5cf35ed87503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b38c5d7-df65-4357-8d61-5cf35ed87503.shg-box.shg-c {
  justify-content: center;
}

#s-93d05688-e664-43ae-90dc-cadb06415029 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-2e65de38-2c3d-4555-ae7e-b8386fca24d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

/*
  $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;
  }
}

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