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

@-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-5ac530e8-3070-476d-a91b-1ace594b3518 {
  text-align: center;
}





#s-5ac530e8-3070-476d-a91b-1ace594b3518 .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-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-f37e87d2-fd42-46e9-ae26-37f3159da179 {
  display: none;
}
#s-f37e87d2-fd42-46e9-ae26-37f3159da179, #wrap-s-f37e87d2-fd42-46e9-ae26-37f3159da179 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f37e87d2-fd42-46e9-ae26-37f3159da179 {
  display: none;
}
#s-f37e87d2-fd42-46e9-ae26-37f3159da179, #wrap-s-f37e87d2-fd42-46e9-ae26-37f3159da179 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f37e87d2-fd42-46e9-ae26-37f3159da179 {
  
}
}@media (max-width: 767px){#s-f37e87d2-fd42-46e9-ae26-37f3159da179 {
  
}
}







#s-f37e87d2-fd42-46e9-ae26-37f3159da179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f37e87d2-fd42-46e9-ae26-37f3159da179.shg-box.shg-c {
  justify-content: center;
}

#s-7f0fa368-73ec-41ae-b5f6-d8c87c2e96d3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-29e89b0c-5e5b-4b42-b740-1f591c9e2e0d {
  text-align: center;
}





#s-29e89b0c-5e5b-4b42-b740-1f591c9e2e0d .shogun-image-content {
  
    align-items: center;
  
}

#s-a68dcf0e-27c1-4214-87de-2771c40f1862 {
  text-align: center;
}





#s-a68dcf0e-27c1-4214-87de-2771c40f1862 .shogun-image-content {
  
    align-items: center;
  
}

#s-899b76d8-3c46-466e-80d8-ed2d95ce49f3 {
  text-align: center;
}





#s-899b76d8-3c46-466e-80d8-ed2d95ce49f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6295562-5374-4231-8404-67dbbd399e60 {
  text-align: center;
}




  #s-a6295562-5374-4231-8404-67dbbd399e60 img.shogun-image {
    
    width: px;
  }


#s-a6295562-5374-4231-8404-67dbbd399e60 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aea0153-d5f9-41ff-a009-22d0b35eee22 {
  text-align: center;
}





#s-7aea0153-d5f9-41ff-a009-22d0b35eee22 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a22e07-b912-49be-8a83-0f92042df95c {
  text-align: center;
}





#s-02a22e07-b912-49be-8a83-0f92042df95c .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-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;
  
}

.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-b874e870-8a38-4a98-a09b-1acfb0dfba01 {
  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-0706f487-7ab0-4ee9-97c1-bdf7aab75703 {
  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-2119c644-650f-49da-b04d-0a5e741fc50f {
  text-align: center;
}




  #s-2119c644-650f-49da-b04d-0a5e741fc50f img.shogun-image {
    
    width: px;
  }


#s-2119c644-650f-49da-b04d-0a5e741fc50f .shogun-image-content {
  
    align-items: center;
  
}

#s-81048554-0898-4e25-aa3a-fe90d630100f {
  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;
}
#s-3cfe895f-687b-4a9b-930a-5ebc4cc6a629 {
  display: none;
}
#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  text-align: center;
}


.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  max-width: 100%;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom,
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  max-width: 100%;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom,
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  max-width: 100%;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom,
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  max-width: 100%;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom,
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f {
  max-width: 100%;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom,
.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6df9c2d-402d-4077-a62b-b5bdbcc9262f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c1191bd1-41ed-4b9a-841c-4d89cc08aa38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1191bd1-41ed-4b9a-841c-4d89cc08aa38 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-cd909b29-d448-4975-9c03-69bd99e81d6f {
  text-align: center;
}

#s-cd909b29-d448-4975-9c03-69bd99e81d6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cd909b29-d448-4975-9c03-69bd99e81d6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cd909b29-d448-4975-9c03-69bd99e81d6f .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-8627abde-a74d-4030-bdd9-b9fbb8356900 {
  display: none;
}
#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  text-align: center;
}


.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  max-width: 100%;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom,
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  max-width: 100%;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom,
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  max-width: 100%;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom,
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  max-width: 100%;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom,
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 {
  max-width: 100%;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom,
.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50a0f550-2307-47c9-8045-201b3610cc64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0bcd77b7-06c6-4b77-96bc-ad67b1a478d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bcd77b7-06c6-4b77-96bc-ad67b1a478d2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-eb56c930-7ab6-4e29-87f8-464874724dab {
  text-align: center;
}

#s-eb56c930-7ab6-4e29-87f8-464874724dab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-eb56c930-7ab6-4e29-87f8-464874724dab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb56c930-7ab6-4e29-87f8-464874724dab .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-8d095d40-6c39-4fdc-952a-a3ce42b016ea {
  display: none;
}
#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  text-align: center;
}


.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  max-width: 100%;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom,
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  max-width: 100%;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom,
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  max-width: 100%;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom,
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  max-width: 100%;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom,
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d {
  max-width: 100%;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom,
.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44a97cdf-dadd-45dd-8cee-d0f15bc75a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-09c4b4f2-973d-4110-a4af-276169075bef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09c4b4f2-973d-4110-a4af-276169075bef .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-14e2a12a-fc27-4d16-b16f-a67d2523bcaf {
  text-align: center;
}

#s-14e2a12a-fc27-4d16-b16f-a67d2523bcaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-14e2a12a-fc27-4d16-b16f-a67d2523bcaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-14e2a12a-fc27-4d16-b16f-a67d2523bcaf .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-c8f3df9a-8948-456e-96c1-e2fb4246ad1d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d {
  display: none;
}
#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d, #wrap-s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d {
  display: none;
}
#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d, #wrap-s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d {
  
}
}@media (max-width: 767px){#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d {
  
}
}







#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f3df9a-8948-456e-96c1-e2fb4246ad1d.shg-box.shg-c {
  justify-content: center;
}

#s-0a0b78da-8180-47c4-acdb-1406b1022a30 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a0b78da-8180-47c4-acdb-1406b1022a30 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d497999d-2f69-4a68-99f7-c39994544da1 {
  margin-top: 20px;
margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-5c61100b-61a0-4ca5-ae69-e7da8697f2f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-9e82f215-5595-442d-9d90-25482d1f2fa5 {
  display: none;
}
#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  text-align: center;
}


.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  max-width: 100%;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom,
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  max-width: 100%;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom,
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  max-width: 100%;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom,
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  max-width: 100%;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom,
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f {
  max-width: 100%;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom,
.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc61c35-9a21-475c-bba5-97b6a6bbbe6f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8ac34539-2e8f-4139-aedf-e588b77bc561 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ac34539-2e8f-4139-aedf-e588b77bc561 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-bbce792c-5d10-40c0-b8d0-cef2abb8ca7d {
  text-align: center;
}

#s-bbce792c-5d10-40c0-b8d0-cef2abb8ca7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bbce792c-5d10-40c0-b8d0-cef2abb8ca7d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbce792c-5d10-40c0-b8d0-cef2abb8ca7d .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-a1cc29e1-7c07-40a6-b142-d41189bc180c {
  display: none;
}
#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  text-align: center;
}


.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  max-width: 100%;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom,
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  max-width: 100%;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom,
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  max-width: 100%;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom,
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  max-width: 100%;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom,
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a {
  max-width: 100%;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom,
.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-19bbcbdf-c10d-4673-870f-1b56ff107d2a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dfe3e096-0206-41f4-9b31-2bb4f29b9bd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfe3e096-0206-41f4-9b31-2bb4f29b9bd0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e7a3d12c-2a82-4e11-99f9-ea4ca4d4a88c {
  text-align: center;
}

#s-e7a3d12c-2a82-4e11-99f9-ea4ca4d4a88c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e7a3d12c-2a82-4e11-99f9-ea4ca4d4a88c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e7a3d12c-2a82-4e11-99f9-ea4ca4d4a88c .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-0b7756c5-d3b9-438e-9eeb-c1b8faa66cf5 {
  display: none;
}
#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  text-align: center;
}


.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  max-width: 100%;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom,
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  max-width: 100%;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom,
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  max-width: 100%;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom,
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  max-width: 100%;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom,
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 {
  max-width: 100%;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom,
.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5dfbca16-3bd0-42f2-b2ea-51c75cc130b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c2765ba7-a566-47fd-aa46-a24ae30003a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2765ba7-a566-47fd-aa46-a24ae30003a8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-636d85c4-313c-4499-b8fc-4ebcb33d1965 {
  text-align: center;
}

#s-636d85c4-313c-4499-b8fc-4ebcb33d1965 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-636d85c4-313c-4499-b8fc-4ebcb33d1965 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-636d85c4-313c-4499-b8fc-4ebcb33d1965 .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-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-b7ca7d00-e6b4-4707-939e-6197d01654df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-73f7bce8-607d-4af6-9e85-402a15b72deb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-753b8773-eb43-416a-9aaa-63691c1427a2 {
  display: none;
}
#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  text-align: center;
}


.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  max-width: 100%;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom,
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  max-width: 100%;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom,
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  max-width: 100%;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom,
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  max-width: 100%;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom,
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 {
  max-width: 100%;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom,
.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5d22e44-e1d2-4e29-a214-dcd1065cbbc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1b1dcf98-789e-4bd6-b592-85b444df3ff5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b1dcf98-789e-4bd6-b592-85b444df3ff5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-537bf1c4-8b20-4bfa-a20a-a70cdb9b0677 {
  text-align: center;
}

#s-537bf1c4-8b20-4bfa-a20a-a70cdb9b0677 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-537bf1c4-8b20-4bfa-a20a-a70cdb9b0677 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-537bf1c4-8b20-4bfa-a20a-a70cdb9b0677 .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-e5ef12e1-9246-4ab9-9ef4-e722746f7686 {
  display: none;
}
#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  text-align: center;
}


.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  max-width: 100%;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom,
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  max-width: 100%;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom,
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  max-width: 100%;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom,
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  max-width: 100%;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom,
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a {
  max-width: 100%;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom,
.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebc0fedc-e3df-404f-8762-2319eecf702a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b781cd03-0323-4054-aec9-21840f65c9dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b781cd03-0323-4054-aec9-21840f65c9dd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-ffadd420-f169-4f54-a3b2-e13beccb1151 {
  text-align: center;
}

#s-ffadd420-f169-4f54-a3b2-e13beccb1151 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ffadd420-f169-4f54-a3b2-e13beccb1151 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffadd420-f169-4f54-a3b2-e13beccb1151 .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-c44193c8-da54-4b14-98db-7db42e4f2059 {
  display: none;
}
#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  text-align: center;
}


.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  max-width: 100%;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom,
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  max-width: 100%;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom,
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  max-width: 100%;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom,
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  max-width: 100%;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom,
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 {
  max-width: 100%;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom,
.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458cc5d8-345b-4257-805e-6fb99a3a4ab6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9a8d5a8d-f767-4ebf-b29b-d141829c54d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a8d5a8d-f767-4ebf-b29b-d141829c54d4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3e744dd6-689b-45af-b247-a7ec8c55e330 {
  text-align: center;
}

#s-3e744dd6-689b-45af-b247-a7ec8c55e330 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3e744dd6-689b-45af-b247-a7ec8c55e330 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e744dd6-689b-45af-b247-a7ec8c55e330 .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-3a8b77a5-1f2f-42ca-9e8e-9d15dae8fa5d {
  display: none;
}
#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  text-align: center;
}


.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  max-width: 100%;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom,
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  max-width: 100%;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom,
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  max-width: 100%;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom,
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  max-width: 100%;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom,
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e {
  max-width: 100%;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom,
.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5deed86f-0fa0-44b8-b10a-ac38c03cfd9e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fe757ed1-f448-47b0-bc43-5362304664bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe757ed1-f448-47b0-bc43-5362304664bf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8089f885-a167-4c1f-94f4-18b6c478fb14 {
  text-align: center;
}

#s-8089f885-a167-4c1f-94f4-18b6c478fb14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8089f885-a167-4c1f-94f4-18b6c478fb14 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8089f885-a167-4c1f-94f4-18b6c478fb14 .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-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-17045f33-d01e-4f55-9256-c02efbde17d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-6f7da1de-dd52-4490-8ede-446b60d9b8ab {
  display: none;
}
#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  text-align: center;
}


.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  max-width: 100%;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom,
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  max-width: 100%;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom,
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  max-width: 100%;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom,
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  max-width: 100%;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom,
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d {
  max-width: 100%;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom,
.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f152f82-f419-4f25-bffe-4931549bf26d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-62cc8fa1-dcbc-4a1c-b3ac-5373f7de36cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62cc8fa1-dcbc-4a1c-b3ac-5373f7de36cc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e6efb983-e8e7-4722-9301-e76fda4bad17 {
  text-align: center;
}

#s-e6efb983-e8e7-4722-9301-e76fda4bad17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e6efb983-e8e7-4722-9301-e76fda4bad17 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e6efb983-e8e7-4722-9301-e76fda4bad17 .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-3f07b0f1-dea5-4d60-afff-a05da90a6004 {
  display: none;
}
#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  text-align: center;
}


.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  max-width: 100%;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom,
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  max-width: 100%;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom,
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  max-width: 100%;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom,
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  max-width: 100%;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom,
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 {
  max-width: 100%;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom,
.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d9c66e4-19bf-4843-92e2-82f600293418 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-63e542f7-76e6-4991-80eb-cbe5052521a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63e542f7-76e6-4991-80eb-cbe5052521a5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3d21bb1b-f7af-4e5e-81ea-7546a379d131 {
  text-align: center;
}

#s-3d21bb1b-f7af-4e5e-81ea-7546a379d131 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3d21bb1b-f7af-4e5e-81ea-7546a379d131 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d21bb1b-f7af-4e5e-81ea-7546a379d131 .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-9af4065f-1d13-4ef1-aee3-888595cfc8e4 {
  display: none;
}
#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  text-align: center;
}


.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  max-width: 100%;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom,
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  max-width: 100%;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom,
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  max-width: 100%;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom,
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  max-width: 100%;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom,
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 {
  max-width: 100%;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom,
.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb62acc2-0f35-4a00-8c05-f8eb73dce615 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-549dd11c-a654-461a-9f6d-e049a7223273 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-549dd11c-a654-461a-9f6d-e049a7223273 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3c297874-2864-47aa-9250-b9defa6b8ea3 {
  text-align: center;
}

#s-3c297874-2864-47aa-9250-b9defa6b8ea3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3c297874-2864-47aa-9250-b9defa6b8ea3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3c297874-2864-47aa-9250-b9defa6b8ea3 .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-96cf5f7f-37a9-456e-9530-cd8b3a13c736 {
  display: none;
}
#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  text-align: center;
}


.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  max-width: 100%;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom,
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  max-width: 100%;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom,
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  max-width: 100%;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom,
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  max-width: 100%;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom,
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 {
  max-width: 100%;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom,
.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e84d532-3599-48ec-a912-8a4d1eb6cde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e0239135-819a-4368-8313-3f397ee24954 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0239135-819a-4368-8313-3f397ee24954 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-558676f9-4776-46e1-b91f-b37b45f63940 {
  text-align: center;
}

#s-558676f9-4776-46e1-b91f-b37b45f63940 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-558676f9-4776-46e1-b91f-b37b45f63940 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-558676f9-4776-46e1-b91f-b37b45f63940 .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-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-9573bedf-8a48-4b84-b275-d0b3407ec98b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-0aad0535-5b92-4e47-92ec-fde68a6f53b8 {
  display: none;
}
#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  text-align: center;
}


.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  max-width: 100%;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom,
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  max-width: 100%;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom,
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  max-width: 100%;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom,
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  max-width: 100%;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom,
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a {
  max-width: 100%;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom,
.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b951925-4cce-4c9f-b87b-f1ea54dd642a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a5447703-d882-4109-9c04-17664540e356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5447703-d882-4109-9c04-17664540e356 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2a9de0b3-8c6f-41de-8d12-ab3f02ee2fbb {
  text-align: center;
}

#s-2a9de0b3-8c6f-41de-8d12-ab3f02ee2fbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2a9de0b3-8c6f-41de-8d12-ab3f02ee2fbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a9de0b3-8c6f-41de-8d12-ab3f02ee2fbb .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-69308eb7-8d53-4e25-afc8-9c32e46f76fb {
  display: none;
}
#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  text-align: center;
}


.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  max-width: 100%;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom,
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  max-width: 100%;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom,
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  max-width: 100%;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom,
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  max-width: 100%;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom,
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 {
  max-width: 100%;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom,
.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be1efd8-aa30-4f73-9a75-76a01dbdf715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5d92db82-4de9-48a5-98e7-67366fc734dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d92db82-4de9-48a5-98e7-67366fc734dc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-d69acf4b-b9e7-4f04-915c-3c9d54e322ce {
  text-align: center;
}

#s-d69acf4b-b9e7-4f04-915c-3c9d54e322ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d69acf4b-b9e7-4f04-915c-3c9d54e322ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d69acf4b-b9e7-4f04-915c-3c9d54e322ce .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-662424b7-1163-430e-a71e-fda8505e90bf {
  display: none;
}
#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  text-align: center;
}


.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  max-width: 100%;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom,
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  max-width: 100%;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom,
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  max-width: 100%;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom,
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  max-width: 100%;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom,
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 {
  max-width: 100%;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom,
.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b615e895-c386-4dab-a112-b115b2c8c1f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-67241020-a374-45c9-a36b-a13b0c68bcf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67241020-a374-45c9-a36b-a13b0c68bcf4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7c6bb5c1-720a-4a77-9712-0a14920dbbb4 {
  text-align: center;
}

#s-7c6bb5c1-720a-4a77-9712-0a14920dbbb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7c6bb5c1-720a-4a77-9712-0a14920dbbb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c6bb5c1-720a-4a77-9712-0a14920dbbb4 .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-a8d7a988-d401-45f7-8b01-ab20533e6c91 {
  display: none;
}
#s-75093027-f3cd-4816-b195-d19918bdc108 {
  text-align: center;
}


.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 {
  max-width: 100%;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom,
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 {
  max-width: 100%;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom,
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 {
  max-width: 100%;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom,
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 {
  max-width: 100%;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom,
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 {
  max-width: 100%;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom,
.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75093027-f3cd-4816-b195-d19918bdc108 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6e4add7c-83f4-4d0c-81ff-1a13e5a7d5eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e4add7c-83f4-4d0c-81ff-1a13e5a7d5eb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f8d94ec1-b5eb-415f-8651-67073c731c01 {
  text-align: center;
}

#s-f8d94ec1-b5eb-415f-8651-67073c731c01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f8d94ec1-b5eb-415f-8651-67073c731c01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f8d94ec1-b5eb-415f-8651-67073c731c01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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