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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: none;
}





  #s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb img.shogun-image,
  #s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb {
    width: 100%;
    height: auto;
  }



  #s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb img.shogun-image {
    

    
    
    
  }


#s-cd0c798e-2ebe-438c-8dbd-0dbaf06fdbcb .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 h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

#s-38cde4a9-a4ac-43db-8cac-0016fb294201 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-05f4e3f5-8862-413e-b1ea-f604bc39b438 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-5cd3a685-6b20-48ec-a01f-e37402018640 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-dff95286-4dc7-400f-8fe7-4c7e97f9d1fe .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4992ca60-e8a2-487c-8091-f449198387eb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-4a5a7f6b-5431-42a2-a39e-7120b1885b50 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-7e873dc2-a58f-414c-a9b2-546c273cee4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e873dc2-a58f-414c-a9b2-546c273cee4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e873dc2-a58f-414c-a9b2-546c273cee4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e873dc2-a58f-414c-a9b2-546c273cee4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 {
  text-align: left;
}



.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cdb1950-a7a7-4e52-b909-b97d335c7375 img.shogun-image {
  width: 100%;
}



}
#s-e3169fad-db85-4b3e-9836-ebf32129fddb {
  text-align: center;
}

#s-e3169fad-db85-4b3e-9836-ebf32129fddb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e3169fad-db85-4b3e-9836-ebf32129fddb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e3169fad-db85-4b3e-9836-ebf32129fddb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-dea166ad-4883-4d79-9973-bf76cd2b28b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dea166ad-4883-4d79-9973-bf76cd2b28b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dea166ad-4883-4d79-9973-bf76cd2b28b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dea166ad-4883-4d79-9973-bf76cd2b28b2-root {
    text-align: center;
  }


#s-dea166ad-4883-4d79-9973-bf76cd2b28b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dea166ad-4883-4d79-9973-bf76cd2b28b2-root {
    text-align: center;
  }


#s-dea166ad-4883-4d79-9973-bf76cd2b28b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dea166ad-4883-4d79-9973-bf76cd2b28b2-root {
    text-align: center;
  }


#s-dea166ad-4883-4d79-9973-bf76cd2b28b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dea166ad-4883-4d79-9973-bf76cd2b28b2-root {
    text-align: center;
  }


#s-dea166ad-4883-4d79-9973-bf76cd2b28b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dea166ad-4883-4d79-9973-bf76cd2b28b2-root {
    text-align: center;
  }


#s-dea166ad-4883-4d79-9973-bf76cd2b28b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 {
  text-align: left;
}



.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f281a21e-7f5a-4f5f-ab18-2402cd6c00a4 img.shogun-image {
  width: 100%;
}



}
#s-716ba52d-17e9-409b-b120-52d0fa44454b {
  text-align: center;
}

#s-716ba52d-17e9-409b-b120-52d0fa44454b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-716ba52d-17e9-409b-b120-52d0fa44454b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-716ba52d-17e9-409b-b120-52d0fa44454b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47ed403a-a31d-44e0-aba1-07fe9b51924d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47ed403a-a31d-44e0-aba1-07fe9b51924d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47ed403a-a31d-44e0-aba1-07fe9b51924d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47ed403a-a31d-44e0-aba1-07fe9b51924d-root {
    text-align: center;
  }


#s-47ed403a-a31d-44e0-aba1-07fe9b51924d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47ed403a-a31d-44e0-aba1-07fe9b51924d-root {
    text-align: center;
  }


#s-47ed403a-a31d-44e0-aba1-07fe9b51924d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47ed403a-a31d-44e0-aba1-07fe9b51924d-root {
    text-align: center;
  }


#s-47ed403a-a31d-44e0-aba1-07fe9b51924d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47ed403a-a31d-44e0-aba1-07fe9b51924d-root {
    text-align: center;
  }


#s-47ed403a-a31d-44e0-aba1-07fe9b51924d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47ed403a-a31d-44e0-aba1-07fe9b51924d-root {
    text-align: center;
  }


#s-47ed403a-a31d-44e0-aba1-07fe9b51924d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 {
  text-align: left;
}



.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c76c4262-5471-4cd5-9d23-40d14319dcd7 img.shogun-image {
  width: 100%;
}



}
#s-f835e4b0-c331-4ab7-9a9e-066b4488dcf3 {
  text-align: center;
}

#s-f835e4b0-c331-4ab7-9a9e-066b4488dcf3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f835e4b0-c331-4ab7-9a9e-066b4488dcf3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f835e4b0-c331-4ab7-9a9e-066b4488dcf3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c397d589-aef3-42bb-95ed-38a44548f923 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c397d589-aef3-42bb-95ed-38a44548f923:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c397d589-aef3-42bb-95ed-38a44548f923:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c397d589-aef3-42bb-95ed-38a44548f923-root {
    text-align: center;
  }


#s-c397d589-aef3-42bb-95ed-38a44548f923.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c397d589-aef3-42bb-95ed-38a44548f923-root {
    text-align: center;
  }


#s-c397d589-aef3-42bb-95ed-38a44548f923.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c397d589-aef3-42bb-95ed-38a44548f923-root {
    text-align: center;
  }


#s-c397d589-aef3-42bb-95ed-38a44548f923.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c397d589-aef3-42bb-95ed-38a44548f923-root {
    text-align: center;
  }


#s-c397d589-aef3-42bb-95ed-38a44548f923.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c397d589-aef3-42bb-95ed-38a44548f923-root {
    text-align: center;
  }


#s-c397d589-aef3-42bb-95ed-38a44548f923.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-07849c06-fb71-44a8-83b6-cc10a284a1a8 {
  min-height: 50px;
}








#s-07849c06-fb71-44a8-83b6-cc10a284a1a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07849c06-fb71-44a8-83b6-cc10a284a1a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14b440b8-b03d-4fe7-9122-d8f8a95643cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b440b8-b03d-4fe7-9122-d8f8a95643cc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image,
  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
    width: 100%;
    height: auto;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
    
    
  }


.s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image,
  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
    width: 100%;
    height: auto;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
    
    
  }


.s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image,
  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
    width: 100%;
    height: auto;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
    
    
  }


.s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image,
  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
    width: 100%;
    height: auto;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
    
    
  }


.s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image,
  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 {
    width: 100%;
    height: auto;
  }

  #s-1dbc121f-4dad-456d-ab39-551632fb9a63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
    
    
  }


.s-1dbc121f-4dad-456d-ab39-551632fb9a63 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dbc121f-4dad-456d-ab39-551632fb9a63.shogun-image {
  box-sizing: border-box;
}


}
#s-1ccd4090-9e2f-4898-a301-7ff9516c16c6 {
  min-height: 50px;
}








#s-1ccd4090-9e2f-4898-a301-7ff9516c16c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ccd4090-9e2f-4898-a301-7ff9516c16c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43c2edfa-3330-481e-b258-fce62660cb3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43c2edfa-3330-481e-b258-fce62660cb3d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-192f16a3-d658-432c-b247-87c4076080b0 {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image,
  #s-192f16a3-d658-432c-b247-87c4076080b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 {
    width: 100%;
    height: auto;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
    
    
  }


.s-192f16a3-d658-432c-b247-87c4076080b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image,
  #s-192f16a3-d658-432c-b247-87c4076080b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 {
    width: 100%;
    height: auto;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
    
    
  }


.s-192f16a3-d658-432c-b247-87c4076080b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
  box-sizing: border-box;
}


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



  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image,
  #s-192f16a3-d658-432c-b247-87c4076080b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 {
    width: 100%;
    height: auto;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
    
    
  }


.s-192f16a3-d658-432c-b247-87c4076080b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
  box-sizing: border-box;
}


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



  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image,
  #s-192f16a3-d658-432c-b247-87c4076080b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 {
    width: 100%;
    height: auto;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
    
    
  }


.s-192f16a3-d658-432c-b247-87c4076080b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
  box-sizing: border-box;
}


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



  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image,
  #s-192f16a3-d658-432c-b247-87c4076080b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 {
    width: 100%;
    height: auto;
  }

  #s-192f16a3-d658-432c-b247-87c4076080b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
    
    
  }


.s-192f16a3-d658-432c-b247-87c4076080b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192f16a3-d658-432c-b247-87c4076080b0.shogun-image {
  box-sizing: border-box;
}


}
#s-4a9216e6-8774-4fad-8913-b9746c53558f {
  min-height: 50px;
}








#s-4a9216e6-8774-4fad-8913-b9746c53558f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a9216e6-8774-4fad-8913-b9746c53558f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3a9c79f-cdd7-4a6d-a815-034cf99ce12f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3a9c79f-cdd7-4a6d-a815-034cf99ce12f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image,
  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
    width: 100%;
    height: auto;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
    
    
  }


.s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image,
  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
    width: 100%;
    height: auto;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
    
    
  }


.s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
  box-sizing: border-box;
}


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



  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image,
  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
    width: 100%;
    height: auto;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
    
    
  }


.s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
  box-sizing: border-box;
}


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



  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image,
  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
    width: 100%;
    height: auto;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
    
    
  }


.s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
  box-sizing: border-box;
}


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



  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image,
  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 {
    width: 100%;
    height: auto;
  }

  #s-51acbd3d-704d-48e0-b1fb-b7840521bca2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
    
    
  }


.s-51acbd3d-704d-48e0-b1fb-b7840521bca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51acbd3d-704d-48e0-b1fb-b7840521bca2.shogun-image {
  box-sizing: border-box;
}


}
#s-5cf1fce5-8f48-4a68-b1cd-ee0d183e7935 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



@media (min-width: 0px) {
[id="s-30d50c7c-50dc-4390-a525-bf89b9ed90bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30d50c7c-50dc-4390-a525-bf89b9ed90bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30d50c7c-50dc-4390-a525-bf89b9ed90bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30d50c7c-50dc-4390-a525-bf89b9ed90bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b0545043-3e48-48dc-af72-2bdd992b172e {
  text-align: left;
}



.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0545043-3e48-48dc-af72-2bdd992b172e img.shogun-image {
  width: 100%;
}



}
#s-b84d5c71-c572-4da7-91cf-e1a2654a1890 {
  text-align: center;
}

#s-b84d5c71-c572-4da7-91cf-e1a2654a1890 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b84d5c71-c572-4da7-91cf-e1a2654a1890 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b84d5c71-c572-4da7-91cf-e1a2654a1890 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dce0d7ca-a7c6-4155-8d11-e592faf857b5-root {
    text-align: center;
  }


#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dce0d7ca-a7c6-4155-8d11-e592faf857b5-root {
    text-align: center;
  }


#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dce0d7ca-a7c6-4155-8d11-e592faf857b5-root {
    text-align: center;
  }


#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dce0d7ca-a7c6-4155-8d11-e592faf857b5-root {
    text-align: center;
  }


#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dce0d7ca-a7c6-4155-8d11-e592faf857b5-root {
    text-align: center;
  }


#s-dce0d7ca-a7c6-4155-8d11-e592faf857b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c95d337b-9aaf-45dd-afac-711be5006fbb {
  text-align: left;
}



.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c95d337b-9aaf-45dd-afac-711be5006fbb img.shogun-image {
  width: 100%;
}



}
#s-19cfa54f-1174-4f2b-8710-12534aa4e7d8 {
  text-align: center;
}

#s-19cfa54f-1174-4f2b-8710-12534aa4e7d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19cfa54f-1174-4f2b-8710-12534aa4e7d8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19cfa54f-1174-4f2b-8710-12534aa4e7d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a6abf04-7bc6-48ea-bbe6-9ac289137099-root {
    text-align: center;
  }


#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a6abf04-7bc6-48ea-bbe6-9ac289137099-root {
    text-align: center;
  }


#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a6abf04-7bc6-48ea-bbe6-9ac289137099-root {
    text-align: center;
  }


#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a6abf04-7bc6-48ea-bbe6-9ac289137099-root {
    text-align: center;
  }


#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a6abf04-7bc6-48ea-bbe6-9ac289137099-root {
    text-align: center;
  }


#s-5a6abf04-7bc6-48ea-bbe6-9ac289137099.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1bf326c-08a9-4067-9451-06d358556d44 {
  text-align: left;
}



.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1bf326c-08a9-4067-9451-06d358556d44 img.shogun-image {
  width: 100%;
}



}
#s-3bc1d15a-92aa-41f5-896c-206fc616f415 {
  text-align: center;
}

#s-3bc1d15a-92aa-41f5-896c-206fc616f415 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bc1d15a-92aa-41f5-896c-206fc616f415 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3bc1d15a-92aa-41f5-896c-206fc616f415 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a-root {
    text-align: center;
  }


#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a-root {
    text-align: center;
  }


#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a-root {
    text-align: center;
  }


#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a-root {
    text-align: center;
  }


#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a-root {
    text-align: center;
  }


#s-ce12f61e-8fec-48b6-a38a-7e8141bbea2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f499a30-0067-41f3-bb14-ff0cb9303c29 {
  min-height: 50px;
}








#s-5f499a30-0067-41f3-bb14-ff0cb9303c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f499a30-0067-41f3-bb14-ff0cb9303c29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b272a9b-3b77-4208-baa7-edc530f5e674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b272a9b-3b77-4208-baa7-edc530f5e674 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image,
  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
    width: 100%;
    height: auto;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
    
    
  }


.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shogun-image-content {
  
    align-items: center;
  
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image,
  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
    width: 100%;
    height: auto;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
    
    
  }


.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shogun-image-content {
  
    align-items: center;
  
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
  box-sizing: border-box;
}


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



  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image,
  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
    width: 100%;
    height: auto;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
    
    
  }


.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shogun-image-content {
  
    align-items: center;
  
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
  box-sizing: border-box;
}


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



  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image,
  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
    width: 100%;
    height: auto;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
    
    
  }


.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shogun-image-content {
  
    align-items: center;
  
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
  box-sizing: border-box;
}


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



  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image,
  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 {
    width: 100%;
    height: auto;
  }

  #s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
    
    
  }


.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03 .shogun-image-content {
  
    align-items: center;
  
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-226d99b1-e1cc-4be3-b5d0-10e6592ecf03.shogun-image {
  box-sizing: border-box;
}


}
#s-4c0b4666-db23-4a47-af23-a6b7f33107cf {
  min-height: 50px;
}








#s-4c0b4666-db23-4a47-af23-a6b7f33107cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c0b4666-db23-4a47-af23-a6b7f33107cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16fd2b96-dbac-4649-9c4e-c09f09ac9712 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16fd2b96-dbac-4649-9c4e-c09f09ac9712 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image,
  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
    width: 100%;
    height: auto;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
    
    
  }


.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shogun-image-content {
  
    align-items: center;
  
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image,
  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
    width: 100%;
    height: auto;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
    
    
  }


.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shogun-image-content {
  
    align-items: center;
  
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
  box-sizing: border-box;
}


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



  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image,
  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
    width: 100%;
    height: auto;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
    
    
  }


.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shogun-image-content {
  
    align-items: center;
  
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
  box-sizing: border-box;
}


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



  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image,
  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
    width: 100%;
    height: auto;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
    
    
  }


.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shogun-image-content {
  
    align-items: center;
  
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
  box-sizing: border-box;
}


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



  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image,
  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e {
    width: 100%;
    height: auto;
  }

  #s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
    
    
  }


.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e .shogun-image-content {
  
    align-items: center;
  
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37552bd-9f23-4f5a-87ae-73fa3bfbd11e.shogun-image {
  box-sizing: border-box;
}


}
#s-1733090d-3d34-45d4-8308-8ab46f706239 {
  min-height: 50px;
}








#s-1733090d-3d34-45d4-8308-8ab46f706239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1733090d-3d34-45d4-8308-8ab46f706239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c35b3ba5-a84f-406e-bd0b-1c6db56748a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c35b3ba5-a84f-406e-bd0b-1c6db56748a7 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-ff66f365-2490-4144-8519-3d65b1ad923b {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image,
  #s-ff66f365-2490-4144-8519-3d65b1ad923b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b {
    width: 100%;
    height: auto;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
    
    
  }


.s-ff66f365-2490-4144-8519-3d65b1ad923b .shogun-image-content {
  
    align-items: center;
  
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image,
  #s-ff66f365-2490-4144-8519-3d65b1ad923b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b {
    width: 100%;
    height: auto;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
    
    
  }


.s-ff66f365-2490-4144-8519-3d65b1ad923b .shogun-image-content {
  
    align-items: center;
  
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
  box-sizing: border-box;
}


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



  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image,
  #s-ff66f365-2490-4144-8519-3d65b1ad923b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b {
    width: 100%;
    height: auto;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
    
    
  }


.s-ff66f365-2490-4144-8519-3d65b1ad923b .shogun-image-content {
  
    align-items: center;
  
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
  box-sizing: border-box;
}


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



  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image,
  #s-ff66f365-2490-4144-8519-3d65b1ad923b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b {
    width: 100%;
    height: auto;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
    
    
  }


.s-ff66f365-2490-4144-8519-3d65b1ad923b .shogun-image-content {
  
    align-items: center;
  
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
  box-sizing: border-box;
}


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



  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image,
  #s-ff66f365-2490-4144-8519-3d65b1ad923b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b {
    width: 100%;
    height: auto;
  }

  #s-ff66f365-2490-4144-8519-3d65b1ad923b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
    
    
  }


.s-ff66f365-2490-4144-8519-3d65b1ad923b .shogun-image-content {
  
    align-items: center;
  
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f365-2490-4144-8519-3d65b1ad923b.shogun-image {
  box-sizing: border-box;
}


}
#s-5e2783cf-efa1-4e6e-922b-f35917c277df .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



@media (min-width: 0px) {
[id="s-4794cf93-7a2d-4703-a302-e9b3f2eb2c59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4794cf93-7a2d-4703-a302-e9b3f2eb2c59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4794cf93-7a2d-4703-a302-e9b3f2eb2c59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4794cf93-7a2d-4703-a302-e9b3f2eb2c59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 {
  text-align: left;
}



.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea4139a-e475-49f2-81fb-2c00aa87bed3 img.shogun-image {
  width: 100%;
}



}
#s-0776ed9a-05bf-4ac8-8fa6-be19de98a3ab {
  text-align: center;
}

#s-0776ed9a-05bf-4ac8-8fa6-be19de98a3ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0776ed9a-05bf-4ac8-8fa6-be19de98a3ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0776ed9a-05bf-4ac8-8fa6-be19de98a3ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4087c36b-4ff0-4516-8bce-076c2c00e8fa-root {
    text-align: center;
  }


#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4087c36b-4ff0-4516-8bce-076c2c00e8fa-root {
    text-align: center;
  }


#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4087c36b-4ff0-4516-8bce-076c2c00e8fa-root {
    text-align: center;
  }


#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4087c36b-4ff0-4516-8bce-076c2c00e8fa-root {
    text-align: center;
  }


#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4087c36b-4ff0-4516-8bce-076c2c00e8fa-root {
    text-align: center;
  }


#s-4087c36b-4ff0-4516-8bce-076c2c00e8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 {
  text-align: left;
}



.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfad5d60-cb3b-47ee-b129-b7574cc57577 img.shogun-image {
  width: 100%;
}



}
#s-38fe3d70-ae2c-4721-9477-c11bbbcab9bd {
  text-align: center;
}

#s-38fe3d70-ae2c-4721-9477-c11bbbcab9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-38fe3d70-ae2c-4721-9477-c11bbbcab9bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-38fe3d70-ae2c-4721-9477-c11bbbcab9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35ecce29-5d94-4e25-854e-5627074602e5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-35ecce29-5d94-4e25-854e-5627074602e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35ecce29-5d94-4e25-854e-5627074602e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35ecce29-5d94-4e25-854e-5627074602e5-root {
    text-align: center;
  }


#s-35ecce29-5d94-4e25-854e-5627074602e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35ecce29-5d94-4e25-854e-5627074602e5-root {
    text-align: center;
  }


#s-35ecce29-5d94-4e25-854e-5627074602e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35ecce29-5d94-4e25-854e-5627074602e5-root {
    text-align: center;
  }


#s-35ecce29-5d94-4e25-854e-5627074602e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35ecce29-5d94-4e25-854e-5627074602e5-root {
    text-align: center;
  }


#s-35ecce29-5d94-4e25-854e-5627074602e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35ecce29-5d94-4e25-854e-5627074602e5-root {
    text-align: center;
  }


#s-35ecce29-5d94-4e25-854e-5627074602e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b {
  text-align: left;
}



.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61f0f5f9-7339-406a-968a-4c2ddbf5fb6b img.shogun-image {
  width: 100%;
}



}
#s-481bf45f-adc8-4383-863f-419effc0a99a {
  text-align: center;
}

#s-481bf45f-adc8-4383-863f-419effc0a99a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-481bf45f-adc8-4383-863f-419effc0a99a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-481bf45f-adc8-4383-863f-419effc0a99a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdb09784-9026-4f3e-b83d-ab89cee8b42b-root {
    text-align: center;
  }


#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdb09784-9026-4f3e-b83d-ab89cee8b42b-root {
    text-align: center;
  }


#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdb09784-9026-4f3e-b83d-ab89cee8b42b-root {
    text-align: center;
  }


#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdb09784-9026-4f3e-b83d-ab89cee8b42b-root {
    text-align: center;
  }


#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdb09784-9026-4f3e-b83d-ab89cee8b42b-root {
    text-align: center;
  }


#s-bdb09784-9026-4f3e-b83d-ab89cee8b42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3c2a605-c966-4bcf-8abe-5e004f4c80a6 {
  min-height: 50px;
}








#s-e3c2a605-c966-4bcf-8abe-5e004f4c80a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3c2a605-c966-4bcf-8abe-5e004f4c80a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f93c23-8283-4a5b-8cf5-8df56c226171 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5f93c23-8283-4a5b-8cf5-8df56c226171 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image,
  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
    width: 100%;
    height: auto;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
    
    
  }


.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shogun-image-content {
  
    align-items: center;
  
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image,
  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
    width: 100%;
    height: auto;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
    
    
  }


.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shogun-image-content {
  
    align-items: center;
  
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image,
  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
    width: 100%;
    height: auto;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
    
    
  }


.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shogun-image-content {
  
    align-items: center;
  
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image,
  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
    width: 100%;
    height: auto;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
    
    
  }


.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shogun-image-content {
  
    align-items: center;
  
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image,
  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc {
    width: 100%;
    height: auto;
  }

  #s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
    
    
  }


.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc .shogun-image-content {
  
    align-items: center;
  
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2778400f-ce1e-44b6-a4a1-dca6f3a3fddc.shogun-image {
  box-sizing: border-box;
}


}
#s-3c57d57e-fbca-41bd-b0d9-45836a888a63 {
  min-height: 50px;
}








#s-3c57d57e-fbca-41bd-b0d9-45836a888a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57d57e-fbca-41bd-b0d9-45836a888a63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aa681ae-f4ee-4519-9b76-72cf36104a45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aa681ae-f4ee-4519-9b76-72cf36104a45 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image,
  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
    width: 100%;
    height: auto;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
    
    
  }


.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image,
  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
    width: 100%;
    height: auto;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
    
    
  }


.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image,
  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
    width: 100%;
    height: auto;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
    
    
  }


.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image,
  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
    width: 100%;
    height: auto;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
    
    
  }


.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image,
  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 {
    width: 100%;
    height: auto;
  }

  #s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
    
    
  }


.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf3ac40-9781-4973-a775-c8b3bd1eeb88.shogun-image {
  box-sizing: border-box;
}


}
#s-da96a68e-3970-4f26-9c6e-8c7fae12033d {
  min-height: 50px;
}








#s-da96a68e-3970-4f26-9c6e-8c7fae12033d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da96a68e-3970-4f26-9c6e-8c7fae12033d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af9e6f50-9008-49bf-937d-d1cdf886e254 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9e6f50-9008-49bf-937d-d1cdf886e254 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image,
  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
    width: 100%;
    height: auto;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
    
    
  }


.s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shogun-image-content {
  
    align-items: center;
  
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image,
  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
    width: 100%;
    height: auto;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
    
    
  }


.s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shogun-image-content {
  
    align-items: center;
  
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
  box-sizing: border-box;
}


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



  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image,
  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
    width: 100%;
    height: auto;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
    
    
  }


.s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shogun-image-content {
  
    align-items: center;
  
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
  box-sizing: border-box;
}


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



  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image,
  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
    width: 100%;
    height: auto;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
    
    
  }


.s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shogun-image-content {
  
    align-items: center;
  
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
  box-sizing: border-box;
}


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



  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image,
  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f {
    width: 100%;
    height: auto;
  }

  #s-128acf18-dc66-4e26-a0bf-8f4704097e2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
    
    
  }


.s-128acf18-dc66-4e26-a0bf-8f4704097e2f .shogun-image-content {
  
    align-items: center;
  
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128acf18-dc66-4e26-a0bf-8f4704097e2f.shogun-image {
  box-sizing: border-box;
}


}
#s-17749aef-d75b-4cc1-9309-6a5b3bc6fbfd .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



@media (min-width: 0px) {
[id="s-65e7fb75-b486-4cb9-a1e1-4b8e5ab0b953"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65e7fb75-b486-4cb9-a1e1-4b8e5ab0b953"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65e7fb75-b486-4cb9-a1e1-4b8e5ab0b953"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65e7fb75-b486-4cb9-a1e1-4b8e5ab0b953"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 {
  text-align: left;
}



.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e24546a1-381e-49e1-bfaa-7696681e8cd5 img.shogun-image {
  width: 100%;
}



}
#s-29ab169f-b514-43f9-8a57-08bb925a1ea9 {
  text-align: center;
}

#s-29ab169f-b514-43f9-8a57-08bb925a1ea9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29ab169f-b514-43f9-8a57-08bb925a1ea9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-29ab169f-b514-43f9-8a57-08bb925a1ea9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-daeef17d-1f69-4e73-a618-74dfdc09d35f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-daeef17d-1f69-4e73-a618-74dfdc09d35f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-daeef17d-1f69-4e73-a618-74dfdc09d35f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-daeef17d-1f69-4e73-a618-74dfdc09d35f-root {
    text-align: center;
  }


#s-daeef17d-1f69-4e73-a618-74dfdc09d35f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-daeef17d-1f69-4e73-a618-74dfdc09d35f-root {
    text-align: center;
  }


#s-daeef17d-1f69-4e73-a618-74dfdc09d35f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-daeef17d-1f69-4e73-a618-74dfdc09d35f-root {
    text-align: center;
  }


#s-daeef17d-1f69-4e73-a618-74dfdc09d35f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-daeef17d-1f69-4e73-a618-74dfdc09d35f-root {
    text-align: center;
  }


#s-daeef17d-1f69-4e73-a618-74dfdc09d35f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-daeef17d-1f69-4e73-a618-74dfdc09d35f-root {
    text-align: center;
  }


#s-daeef17d-1f69-4e73-a618-74dfdc09d35f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-aac90213-852c-4931-97b8-076332a49d56 {
  text-align: left;
}



.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac90213-852c-4931-97b8-076332a49d56 img.shogun-image {
  width: 100%;
}



}
#s-83604845-785b-4553-9287-41bb16848273 {
  text-align: center;
}

#s-83604845-785b-4553-9287-41bb16848273 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83604845-785b-4553-9287-41bb16848273 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-83604845-785b-4553-9287-41bb16848273 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12a35383-f410-400b-8af4-2ce84a309920 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-12a35383-f410-400b-8af4-2ce84a309920:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12a35383-f410-400b-8af4-2ce84a309920:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12a35383-f410-400b-8af4-2ce84a309920-root {
    text-align: center;
  }


#s-12a35383-f410-400b-8af4-2ce84a309920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12a35383-f410-400b-8af4-2ce84a309920-root {
    text-align: center;
  }


#s-12a35383-f410-400b-8af4-2ce84a309920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12a35383-f410-400b-8af4-2ce84a309920-root {
    text-align: center;
  }


#s-12a35383-f410-400b-8af4-2ce84a309920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12a35383-f410-400b-8af4-2ce84a309920-root {
    text-align: center;
  }


#s-12a35383-f410-400b-8af4-2ce84a309920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12a35383-f410-400b-8af4-2ce84a309920-root {
    text-align: center;
  }


#s-12a35383-f410-400b-8af4-2ce84a309920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd {
  text-align: left;
}



.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0640db7e-84dd-403a-b2d9-91d1ccc933dd img.shogun-image {
  width: 100%;
}



}
#s-8c601b12-b2f7-4a34-8099-1ab839d68e9d {
  text-align: center;
}

#s-8c601b12-b2f7-4a34-8099-1ab839d68e9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c601b12-b2f7-4a34-8099-1ab839d68e9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8c601b12-b2f7-4a34-8099-1ab839d68e9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8-root {
    text-align: center;
  }


#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8-root {
    text-align: center;
  }


#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8-root {
    text-align: center;
  }


#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8-root {
    text-align: center;
  }


#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8-root {
    text-align: center;
  }


#s-36fa5328-47b7-40ca-8f0b-c94e0932e6f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4f9ab81c-7ca2-414d-9e3e-cd222fe2afc0 {
  min-height: 50px;
}








#s-4f9ab81c-7ca2-414d-9e3e-cd222fe2afc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f9ab81c-7ca2-414d-9e3e-cd222fe2afc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-033313d9-b544-4bb1-be1f-cbdabc555583 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-033313d9-b544-4bb1-be1f-cbdabc555583 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-b8469983-6802-425d-be1a-f069ca98391a {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image,
  #s-b8469983-6802-425d-be1a-f069ca98391a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a {
    width: 100%;
    height: auto;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
    
    
  }


.s-b8469983-6802-425d-be1a-f069ca98391a .shogun-image-content {
  
    align-items: center;
  
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image,
  #s-b8469983-6802-425d-be1a-f069ca98391a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a {
    width: 100%;
    height: auto;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
    
    
  }


.s-b8469983-6802-425d-be1a-f069ca98391a .shogun-image-content {
  
    align-items: center;
  
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
  box-sizing: border-box;
}


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



  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image,
  #s-b8469983-6802-425d-be1a-f069ca98391a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a {
    width: 100%;
    height: auto;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
    
    
  }


.s-b8469983-6802-425d-be1a-f069ca98391a .shogun-image-content {
  
    align-items: center;
  
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
  box-sizing: border-box;
}


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



  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image,
  #s-b8469983-6802-425d-be1a-f069ca98391a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a {
    width: 100%;
    height: auto;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
    
    
  }


.s-b8469983-6802-425d-be1a-f069ca98391a .shogun-image-content {
  
    align-items: center;
  
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
  box-sizing: border-box;
}


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



  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image,
  #s-b8469983-6802-425d-be1a-f069ca98391a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a {
    width: 100%;
    height: auto;
  }

  #s-b8469983-6802-425d-be1a-f069ca98391a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
    
    
  }


.s-b8469983-6802-425d-be1a-f069ca98391a .shogun-image-content {
  
    align-items: center;
  
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8469983-6802-425d-be1a-f069ca98391a.shogun-image {
  box-sizing: border-box;
}


}
#s-8370a29d-91d7-47cb-a61b-8f931b5b59aa {
  min-height: 50px;
}








#s-8370a29d-91d7-47cb-a61b-8f931b5b59aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8370a29d-91d7-47cb-a61b-8f931b5b59aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a4737e0-a03a-4090-855d-ae220210bd3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a4737e0-a03a-4090-855d-ae220210bd3d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-a23ef202-502a-4087-942a-1cd79065c55e {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image,
  #s-a23ef202-502a-4087-942a-1cd79065c55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e {
    width: 100%;
    height: auto;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
    
    
  }


.s-a23ef202-502a-4087-942a-1cd79065c55e .shogun-image-content {
  
    align-items: center;
  
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image,
  #s-a23ef202-502a-4087-942a-1cd79065c55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e {
    width: 100%;
    height: auto;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
    
    
  }


.s-a23ef202-502a-4087-942a-1cd79065c55e .shogun-image-content {
  
    align-items: center;
  
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
  box-sizing: border-box;
}


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



  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image,
  #s-a23ef202-502a-4087-942a-1cd79065c55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e {
    width: 100%;
    height: auto;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
    
    
  }


.s-a23ef202-502a-4087-942a-1cd79065c55e .shogun-image-content {
  
    align-items: center;
  
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
  box-sizing: border-box;
}


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



  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image,
  #s-a23ef202-502a-4087-942a-1cd79065c55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e {
    width: 100%;
    height: auto;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
    
    
  }


.s-a23ef202-502a-4087-942a-1cd79065c55e .shogun-image-content {
  
    align-items: center;
  
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
  box-sizing: border-box;
}


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



  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image,
  #s-a23ef202-502a-4087-942a-1cd79065c55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e {
    width: 100%;
    height: auto;
  }

  #s-a23ef202-502a-4087-942a-1cd79065c55e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
    
    
  }


.s-a23ef202-502a-4087-942a-1cd79065c55e .shogun-image-content {
  
    align-items: center;
  
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a23ef202-502a-4087-942a-1cd79065c55e.shogun-image {
  box-sizing: border-box;
}


}
#s-13286df4-9ef9-4c3c-9ad3-a361330a2c5b {
  min-height: 50px;
}








#s-13286df4-9ef9-4c3c-9ad3-a361330a2c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13286df4-9ef9-4c3c-9ad3-a361330a2c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f30c515-acb4-45af-8a52-4c5868bb354d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f30c515-acb4-45af-8a52-4c5868bb354d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
  max-width: 2240px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image,
  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
    width: 100%;
    height: auto;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
    
    
  }


.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shogun-image-content {
  
    align-items: center;
  
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image,
  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
    width: 100%;
    height: auto;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
    
    
  }


.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shogun-image-content {
  
    align-items: center;
  
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
  box-sizing: border-box;
}


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



  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image,
  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
    width: 100%;
    height: auto;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
    
    
  }


.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shogun-image-content {
  
    align-items: center;
  
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
  box-sizing: border-box;
}


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



  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image,
  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
    width: 100%;
    height: auto;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
    
    
  }


.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shogun-image-content {
  
    align-items: center;
  
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
  box-sizing: border-box;
}


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



  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image,
  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd {
    width: 100%;
    height: auto;
  }

  #s-58fcbe4a-4242-466e-8e9f-355f59ae6afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
    
    
  }


.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd .shogun-image-content {
  
    align-items: center;
  
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fcbe4a-4242-466e-8e9f-355f59ae6afd.shogun-image {
  box-sizing: border-box;
}


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

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

#s-5f948a6a-106c-4280-b743-c9e31bbf3f67 hr {
  border-top: 2px solid #ddd;
}

#s-a3004916-e471-4d57-9a4e-312d72d91d3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3004916-e471-4d57-9a4e-312d72d91d3b .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
