.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -60px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed {
  display: none;
}
#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed, #wrap-s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed, #wrap-content-s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed { display: none !important; }}@media (max-width: 767px){#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed {
  display: none;
}
#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed, #wrap-s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed, #wrap-content-s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed { display: none !important; }}
#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed {
  background-image: url(https://i.shgcdn.com/066f1e58-45e0-4702-9e40-16a1cb792832/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98fcdf64-77ec-4a9e-9eb0-c00a210b86ed.shg-box.shg-c {
  justify-content: center;
}

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

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-863430db-a59d-40a1-bdfd-69a599dc558f {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 500px;
}

#s-863430db-a59d-40a1-bdfd-69a599dc558f .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-863430db-a59d-40a1-bdfd-69a599dc558f .shg-sld-nav-button.shg-sld-left,
#s-863430db-a59d-40a1-bdfd-69a599dc558f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-28691ca9-a074-48db-8f49-d2be53451133 {
  margin-right: 0%;
padding-top: 40px;
padding-bottom: 60px;
padding-right: 0%;
min-height: 350px;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-28691ca9-a074-48db-8f49-d2be53451133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28691ca9-a074-48db-8f49-d2be53451133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28691ca9-a074-48db-8f49-d2be53451133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28691ca9-a074-48db-8f49-d2be53451133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-1b46055d-6b9a-41ae-ac2a-3cffd6782449 {
  margin-top: 40px;
margin-left: 20%;
min-height: 0px;
max-width: 400px;
text-align: center;
}

#s-1b46055d-6b9a-41ae-ac2a-3cffd6782449 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-1b46055d-6b9a-41ae-ac2a-3cffd6782449 img.shogun-image {
    

    
    
    
  }


#s-1b46055d-6b9a-41ae-ac2a-3cffd6782449 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

#s-5b613b32-f07c-4c6d-b25a-95720e89f17a {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 30%;
text-align: left;
}

#s-5b613b32-f07c-4c6d-b25a-95720e89f17a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-c03052df-1373-42c4-bc29-57fccdc5d2b6 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyNDcxNTUtOWFlMi00MmFkLWE4NTgtYmEzZGNlNWVkMjhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNjI0NzE1NS05YWUyLTQyYWQtYTg1OC1iYTNkY2U1ZWQyOGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9-root {
    text-align: left;
  }


#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9-root {
    text-align: left;
  }


#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9-root {
    text-align: left;
  }


#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9-root {
    text-align: left;
  }


#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9-root {
    text-align: left;
  }


#s-55fe50fb-91ac-4c31-8f43-acb6f4a743e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-3b384eca-cc34-4b72-b661-d16e295158f0 {
  margin-right: 0%;
padding-top: 40px;
padding-bottom: 60px;
padding-right: 0%;
min-height: 350px;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-3b384eca-cc34-4b72-b661-d16e295158f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b384eca-cc34-4b72-b661-d16e295158f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b384eca-cc34-4b72-b661-d16e295158f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b384eca-cc34-4b72-b661-d16e295158f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c705c5f2-dd9a-4b87-85f6-7b275447a987 {
  margin-top: 50px;
margin-left: 30%;
min-height: 0px;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-c705c5f2-dd9a-4b87-85f6-7b275447a987 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 375px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c705c5f2-dd9a-4b87-85f6-7b275447a987 {
  margin-top: 0px;
max-width: 300px;
}
}
#s-c705c5f2-dd9a-4b87-85f6-7b275447a987 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c705c5f2-dd9a-4b87-85f6-7b275447a987 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ffd728bf-67c2-4e61-9d45-4a5230cdf16b {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 30%;
text-align: left;
}

#s-ffd728bf-67c2-4e61-9d45-4a5230cdf16b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-5b13fc42-1dbf-45f8-9296-8c0cf9985028 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

#s-604807ae-0b8b-4906-802a-12c44e31b018 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWE1N2MxMzMtZGY3ZC00MjQxLWI3YTYtMjM1ZjBkMjkyNGY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YTU3YzEzMy1kZjdkLTQyNDEtYjdhNi0yMzVmMGQyOTI0ZjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-604807ae-0b8b-4906-802a-12c44e31b018:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-604807ae-0b8b-4906-802a-12c44e31b018:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-604807ae-0b8b-4906-802a-12c44e31b018-root {
    text-align: left;
  }


#s-604807ae-0b8b-4906-802a-12c44e31b018.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-604807ae-0b8b-4906-802a-12c44e31b018-root {
    text-align: left;
  }


#s-604807ae-0b8b-4906-802a-12c44e31b018.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-604807ae-0b8b-4906-802a-12c44e31b018-root {
    text-align: left;
  }


#s-604807ae-0b8b-4906-802a-12c44e31b018.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-604807ae-0b8b-4906-802a-12c44e31b018-root {
    text-align: left;
  }


#s-604807ae-0b8b-4906-802a-12c44e31b018.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-604807ae-0b8b-4906-802a-12c44e31b018-root {
    text-align: left;
  }


#s-604807ae-0b8b-4906-802a-12c44e31b018.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-a4d0f75d-1f51-435a-9de2-128ae253898f {
  margin-right: 0%;
padding-top: 40px;
padding-bottom: 60px;
padding-right: 0%;
min-height: 350px;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-a4d0f75d-1f51-435a-9de2-128ae253898f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4d0f75d-1f51-435a-9de2-128ae253898f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4d0f75d-1f51-435a-9de2-128ae253898f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4d0f75d-1f51-435a-9de2-128ae253898f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-badfebca-072c-4d27-afa3-124475460a41 {
  margin-top: 20px;
margin-left: 10%;
max-width: 600px;
aspect-ratio: 1100/550;
text-align: right;
}

#s-badfebca-072c-4d27-afa3-124475460a41 {
  overflow: hidden;
  
  
      max-width: 600px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}





  #s-badfebca-072c-4d27-afa3-124475460a41 img.shogun-image,
  #s-badfebca-072c-4d27-afa3-124475460a41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-badfebca-072c-4d27-afa3-124475460a41 {
    width: 100%;
    height: auto;
  }



  #s-badfebca-072c-4d27-afa3-124475460a41 img.shogun-image {
    

    
    
    
  }


#s-badfebca-072c-4d27-afa3-124475460a41 .shogun-image-content {
  
    justify-content: center;
  
}

#s-507f150e-858c-4828-9fab-2492d0de32b3 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 30%;
text-align: left;
}

#s-507f150e-858c-4828-9fab-2492d0de32b3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-2d207fee-c54b-487b-bbd8-d073e30ad2d7 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

#s-19071115-d538-4a8a-ac11-27ad85861e91 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTZlOTQ1ZTItYTE4Yi00OTExLTg4ZTgtNWI1NDI0NzgyYjZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNmU5NDVlMi1hMThiLTQ5MTEtODhlOC01YjU0MjQ3ODJiNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-19071115-d538-4a8a-ac11-27ad85861e91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19071115-d538-4a8a-ac11-27ad85861e91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19071115-d538-4a8a-ac11-27ad85861e91-root {
    text-align: left;
  }


#s-19071115-d538-4a8a-ac11-27ad85861e91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19071115-d538-4a8a-ac11-27ad85861e91-root {
    text-align: left;
  }


#s-19071115-d538-4a8a-ac11-27ad85861e91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19071115-d538-4a8a-ac11-27ad85861e91-root {
    text-align: left;
  }


#s-19071115-d538-4a8a-ac11-27ad85861e91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19071115-d538-4a8a-ac11-27ad85861e91-root {
    text-align: left;
  }


#s-19071115-d538-4a8a-ac11-27ad85861e91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19071115-d538-4a8a-ac11-27ad85861e91-root {
    text-align: left;
  }


#s-19071115-d538-4a8a-ac11-27ad85861e91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-dcd52989-0e21-4b48-8f43-4c0ac49075e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd52989-0e21-4b48-8f43-4c0ac49075e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd52989-0e21-4b48-8f43-4c0ac49075e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd52989-0e21-4b48-8f43-4c0ac49075e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24be43dc-1ce1-4776-8327-31f38ade8e28 {
  margin-left: 30%;
max-width: 500px;
text-align: right;
}

#s-24be43dc-1ce1-4776-8327-31f38ade8e28 {
  overflow: hidden;
  
  
      max-width: 500px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-24be43dc-1ce1-4776-8327-31f38ade8e28 img.shogun-image {
    

    
    
    
  }


#s-24be43dc-1ce1-4776-8327-31f38ade8e28 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8656b08e-bb1d-4d91-8fcd-3ef91883b311 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-8656b08e-bb1d-4d91-8fcd-3ef91883b311 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-ce9f3f83-10e6-4ec7-8faf-14c23cc8a1bc {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWEyZmJjODEtNGUyZS00MzhiLThjNGUtODkzNTlhZjgyNDBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYTJmYmM4MS00ZTJlLTQzOGItOGM0ZS04OTM1OWFmODI0MGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99-root {
    text-align: left;
  }


#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99-root {
    text-align: left;
  }


#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99-root {
    text-align: left;
  }


#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99-root {
    text-align: left;
  }


#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99-root {
    text-align: left;
  }


#s-bb233ba8-6d63-48d0-818c-7dd00e5e3d99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-36ef55a7-072a-4827-9ea4-da9ed37831a2 {
  margin-right: 0%;
padding-top: 40px;
padding-bottom: 60px;
padding-right: 0%;
min-height: 350px;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-36ef55a7-072a-4827-9ea4-da9ed37831a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ef55a7-072a-4827-9ea4-da9ed37831a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36ef55a7-072a-4827-9ea4-da9ed37831a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ef55a7-072a-4827-9ea4-da9ed37831a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3e8fa8cc-896d-49d9-849c-8fb284fa9d22 {
  margin-top: 50px;
margin-left: 48%;
max-width: 500px;
text-align: right;
}

#s-3e8fa8cc-896d-49d9-849c-8fb284fa9d22 {
  overflow: hidden;
  
  
      max-width: 500px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-3e8fa8cc-896d-49d9-849c-8fb284fa9d22 img.shogun-image {
    

    
    
    
  }


#s-3e8fa8cc-896d-49d9-849c-8fb284fa9d22 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d63f3e97-b7f1-4708-8234-ce94c0209641 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 30%;
text-align: left;
}

#s-d63f3e97-b7f1-4708-8234-ce94c0209641 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-328a7359-004c-4043-adec-7d5e611fede4 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

#s-f7042cda-ce9a-4d59-a82b-d94182a62456 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWEyNzdjODYtNTZlZi00YzU2LTgwYTYtMWJiZGU3MDZlNDcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYTI3N2M4Ni01NmVmLTRjNTYtODBhNi0xYmJkZTcwNmU0NzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-f7042cda-ce9a-4d59-a82b-d94182a62456:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7042cda-ce9a-4d59-a82b-d94182a62456:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7042cda-ce9a-4d59-a82b-d94182a62456-root {
    text-align: left;
  }


#s-f7042cda-ce9a-4d59-a82b-d94182a62456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7042cda-ce9a-4d59-a82b-d94182a62456-root {
    text-align: left;
  }


#s-f7042cda-ce9a-4d59-a82b-d94182a62456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7042cda-ce9a-4d59-a82b-d94182a62456-root {
    text-align: left;
  }


#s-f7042cda-ce9a-4d59-a82b-d94182a62456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7042cda-ce9a-4d59-a82b-d94182a62456-root {
    text-align: left;
  }


#s-f7042cda-ce9a-4d59-a82b-d94182a62456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7042cda-ce9a-4d59-a82b-d94182a62456-root {
    text-align: left;
  }


#s-f7042cda-ce9a-4d59-a82b-d94182a62456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-0c5990ff-4562-4b9c-bfd5-954653ffb5aa {
  margin-right: 0%;
padding-top: 20px;
padding-bottom: 40px;
padding-right: 0%;
min-height: 350px;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-0c5990ff-4562-4b9c-bfd5-954653ffb5aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c5990ff-4562-4b9c-bfd5-954653ffb5aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c5990ff-4562-4b9c-bfd5-954653ffb5aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c5990ff-4562-4b9c-bfd5-954653ffb5aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad559f7d-5f3c-4a9f-b3d1-05b45b00a43b {
  margin-top: 50px;
margin-left: 60%;
max-width: 300px;
text-align: center;
}

#s-ad559f7d-5f3c-4a9f-b3d1-05b45b00a43b {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-ad559f7d-5f3c-4a9f-b3d1-05b45b00a43b img.shogun-image {
    

    
    
    
  }


#s-ad559f7d-5f3c-4a9f-b3d1-05b45b00a43b .shogun-image-content {
  
    justify-content: center;
  
}

#s-863649df-63f2-4702-8e05-c37d0b48611e {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-863649df-63f2-4702-8e05-c37d0b48611e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-4445bc37-e880-4dd5-851c-e2067c9296a8 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 30%;
}

#s-729f3374-fe0d-43dc-8b68-6c64473e9a16 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwYmRjMjQtMGMyZS00NzY2LTljNTMtZmM3ZWIwM2Y1ZDIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTBiZGMyNC0wYzJlLTQ3NjYtOWM1My1mYzdlYjAzZjVkMjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-729f3374-fe0d-43dc-8b68-6c64473e9a16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-729f3374-fe0d-43dc-8b68-6c64473e9a16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-729f3374-fe0d-43dc-8b68-6c64473e9a16-root {
    text-align: left;
  }


#s-729f3374-fe0d-43dc-8b68-6c64473e9a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-729f3374-fe0d-43dc-8b68-6c64473e9a16-root {
    text-align: left;
  }


#s-729f3374-fe0d-43dc-8b68-6c64473e9a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-729f3374-fe0d-43dc-8b68-6c64473e9a16-root {
    text-align: left;
  }


#s-729f3374-fe0d-43dc-8b68-6c64473e9a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-729f3374-fe0d-43dc-8b68-6c64473e9a16-root {
    text-align: left;
  }


#s-729f3374-fe0d-43dc-8b68-6c64473e9a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-729f3374-fe0d-43dc-8b68-6c64473e9a16-root {
    text-align: left;
  }


#s-729f3374-fe0d-43dc-8b68-6c64473e9a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-1cf37976-3af0-4310-aacb-fcea3afa7453 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -50px;
margin-bottom: -50px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 510px;
background-position: center center;
}
@media (min-width: 1200px){#s-1cf37976-3af0-4310-aacb-fcea3afa7453 {
  display: none;
}
#s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-content-s-1cf37976-3af0-4310-aacb-fcea3afa7453 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cf37976-3af0-4310-aacb-fcea3afa7453 {
  display: none;
}
#s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-content-s-1cf37976-3af0-4310-aacb-fcea3afa7453 { display: none !important; }}@media (max-width: 767px){#s-1cf37976-3af0-4310-aacb-fcea3afa7453 {
  display: none;
}
#s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-s-1cf37976-3af0-4310-aacb-fcea3afa7453, #wrap-content-s-1cf37976-3af0-4310-aacb-fcea3afa7453 { display: none !important; }}
#s-1cf37976-3af0-4310-aacb-fcea3afa7453 {
  background-image: url(https://i.shgcdn.com/066f1e58-45e0-4702-9e40-16a1cb792832/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1cf37976-3af0-4310-aacb-fcea3afa7453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cf37976-3af0-4310-aacb-fcea3afa7453.shg-box.shg-c {
  justify-content: center;
}

#s-639af25f-fb4b-474d-b8a3-180e3479d929 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 510px;
}
@media (min-width: 1200px){#s-639af25f-fb4b-474d-b8a3-180e3479d929 {
  display: none;
}
#s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-content-s-639af25f-fb4b-474d-b8a3-180e3479d929 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-639af25f-fb4b-474d-b8a3-180e3479d929 {
  display: none;
}
#s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-content-s-639af25f-fb4b-474d-b8a3-180e3479d929 { display: none !important; }}@media (max-width: 767px){#s-639af25f-fb4b-474d-b8a3-180e3479d929 {
  display: none;
}
#s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-s-639af25f-fb4b-474d-b8a3-180e3479d929, #wrap-content-s-639af25f-fb4b-474d-b8a3-180e3479d929 { display: none !important; }}
#s-639af25f-fb4b-474d-b8a3-180e3479d929 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-639af25f-fb4b-474d-b8a3-180e3479d929 .shg-sld-nav-button.shg-sld-left,
#s-639af25f-fb4b-474d-b8a3-180e3479d929 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-8a9c66d9-bc8c-447f-9234-994a2a07d46a {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-8a9c66d9-bc8c-447f-9234-994a2a07d46a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-b600261d-ce13-4cd7-84be-5f845ad67f3f {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-b600261d-ce13-4cd7-84be-5f845ad67f3f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-d30d3c5a-3c57-4835-8e41-54dc826a3bd3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-d30d3c5a-3c57-4835-8e41-54dc826a3bd3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-4f6ab155-eafa-48c1-9805-b4b3e46f0be3 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-4f6ab155-eafa-48c1-9805-b4b3e46f0be3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-54b828a1-d503-4a25-be4a-abd058199717 {
  margin-top: 0px;
margin-left: 25%;
margin-right: 25%;
max-width: 400px;
aspect-ratio: 2000/1081;
}

#s-54b828a1-d503-4a25-be4a-abd058199717 {
  overflow: hidden;
  
  
      max-width: 400px;
      
      
      
  
}





  #s-54b828a1-d503-4a25-be4a-abd058199717 img.shogun-image,
  #s-54b828a1-d503-4a25-be4a-abd058199717 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54b828a1-d503-4a25-be4a-abd058199717 {
    width: 100%;
    height: auto;
  }



  #s-54b828a1-d503-4a25-be4a-abd058199717 img.shogun-image {
    

    
    
    
  }


#s-54b828a1-d503-4a25-be4a-abd058199717 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc37e4ab-40b2-4986-b971-df2ae5ea5a53 {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
max-width: 500px;
}

#s-cc37e4ab-40b2-4986-b971-df2ae5ea5a53 {
  overflow: hidden;
  
  
      max-width: 500px;
      
      
      
  
}








#s-cc37e4ab-40b2-4986-b971-df2ae5ea5a53 .shogun-image-content {
  
    justify-content: center;
  
}

#s-16dc1b76-580d-4131-88db-161a9199e36b {
  margin-top: -30px;
margin-left: 18%;
max-width: 350px;
text-align: center;
}

#s-16dc1b76-580d-4131-88db-161a9199e36b {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-16dc1b76-580d-4131-88db-161a9199e36b img.shogun-image {
    

    
    
    
  }


#s-16dc1b76-580d-4131-88db-161a9199e36b .shogun-image-content {
  
    justify-content: center;
  
}

#s-76b6a50f-9579-4eca-8d00-95c5ee829f5d {
  margin-top: 0px;
margin-left: 32%;
max-width: 250px;
text-align: center;
}

#s-76b6a50f-9579-4eca-8d00-95c5ee829f5d {
  overflow: hidden;
  
  
      max-width: 250px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-76b6a50f-9579-4eca-8d00-95c5ee829f5d img.shogun-image {
    

    
    
    
  }


#s-76b6a50f-9579-4eca-8d00-95c5ee829f5d .shogun-image-content {
  
    justify-content: center;
  
}

#s-88f5a156-ed51-4859-aec5-369dbeacf1b6 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2Y3ZDFkY2MtNWIxZC00ZWU5LWE5YTAtZWE3NDc4NjYyZDU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZjdkMWRjYy01YjFkLTRlZTktYTlhMC1lYTc0Nzg2NjJkNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-88f5a156-ed51-4859-aec5-369dbeacf1b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88f5a156-ed51-4859-aec5-369dbeacf1b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88f5a156-ed51-4859-aec5-369dbeacf1b6-root {
    text-align: center;
  }


#s-88f5a156-ed51-4859-aec5-369dbeacf1b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88f5a156-ed51-4859-aec5-369dbeacf1b6-root {
    text-align: center;
  }


#s-88f5a156-ed51-4859-aec5-369dbeacf1b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88f5a156-ed51-4859-aec5-369dbeacf1b6-root {
    text-align: center;
  }


#s-88f5a156-ed51-4859-aec5-369dbeacf1b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88f5a156-ed51-4859-aec5-369dbeacf1b6-root {
    text-align: center;
  }


#s-88f5a156-ed51-4859-aec5-369dbeacf1b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88f5a156-ed51-4859-aec5-369dbeacf1b6-root {
    text-align: center;
  }


#s-88f5a156-ed51-4859-aec5-369dbeacf1b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-00a08f10-b104-42b2-b534-cf7f30d157f4 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc0YTk4ODUtZWNmYS00MDM2LWE4YzQtNmE5MGE1MjliYTc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzRhOTg4NS1lY2ZhLTQwMzYtYThjNC02YTkwYTUyOWJhNzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-00a08f10-b104-42b2-b534-cf7f30d157f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00a08f10-b104-42b2-b534-cf7f30d157f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-00a08f10-b104-42b2-b534-cf7f30d157f4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmYyMTYxZTUtM2RlMC00ZTE3LWExZGQtNDVkZjhmMDU5MjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZjIxNjFlNS0zZGUwLTRlMTctYTFkZC00NWRmOGYwNTkyMGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
}
}

  #s-00a08f10-b104-42b2-b534-cf7f30d157f4-root {
    text-align: center;
  }


#s-00a08f10-b104-42b2-b534-cf7f30d157f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00a08f10-b104-42b2-b534-cf7f30d157f4-root {
    text-align: center;
  }


#s-00a08f10-b104-42b2-b534-cf7f30d157f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00a08f10-b104-42b2-b534-cf7f30d157f4-root {
    text-align: center;
  }


#s-00a08f10-b104-42b2-b534-cf7f30d157f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00a08f10-b104-42b2-b534-cf7f30d157f4-root {
    text-align: center;
  }


#s-00a08f10-b104-42b2-b534-cf7f30d157f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00a08f10-b104-42b2-b534-cf7f30d157f4-root {
    text-align: center;
  }


#s-00a08f10-b104-42b2-b534-cf7f30d157f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-ee35c75f-d8fe-493f-8422-f82f8deb506a {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFkYzQzNjktNmNmMC00MGMzLThkMjAtNWE4ZDI5YjNjODY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWRjNDM2OS02Y2YwLTQwYzMtOGQyMC01YThkMjliM2M4NjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-ee35c75f-d8fe-493f-8422-f82f8deb506a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee35c75f-d8fe-493f-8422-f82f8deb506a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee35c75f-d8fe-493f-8422-f82f8deb506a-root {
    text-align: center;
  }


#s-ee35c75f-d8fe-493f-8422-f82f8deb506a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee35c75f-d8fe-493f-8422-f82f8deb506a-root {
    text-align: center;
  }


#s-ee35c75f-d8fe-493f-8422-f82f8deb506a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee35c75f-d8fe-493f-8422-f82f8deb506a-root {
    text-align: center;
  }


#s-ee35c75f-d8fe-493f-8422-f82f8deb506a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee35c75f-d8fe-493f-8422-f82f8deb506a-root {
    text-align: center;
  }


#s-ee35c75f-d8fe-493f-8422-f82f8deb506a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee35c75f-d8fe-493f-8422-f82f8deb506a-root {
    text-align: center;
  }


#s-ee35c75f-d8fe-493f-8422-f82f8deb506a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-bb575732-9d10-418d-8914-8ba4b70cb340 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzE4MDQ5N2MtNzc0OS00M2ViLWJhZTEtNTQzMjcxOWIxZDMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MTgwNDk3Yy03NzQ5LTQzZWItYmFlMS01NDMyNzE5YjFkMzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-bb575732-9d10-418d-8914-8ba4b70cb340:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb575732-9d10-418d-8914-8ba4b70cb340:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb575732-9d10-418d-8914-8ba4b70cb340-root {
    text-align: center;
  }


#s-bb575732-9d10-418d-8914-8ba4b70cb340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb575732-9d10-418d-8914-8ba4b70cb340-root {
    text-align: center;
  }


#s-bb575732-9d10-418d-8914-8ba4b70cb340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb575732-9d10-418d-8914-8ba4b70cb340-root {
    text-align: center;
  }


#s-bb575732-9d10-418d-8914-8ba4b70cb340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb575732-9d10-418d-8914-8ba4b70cb340-root {
    text-align: center;
  }


#s-bb575732-9d10-418d-8914-8ba4b70cb340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb575732-9d10-418d-8914-8ba4b70cb340-root {
    text-align: center;
  }


#s-bb575732-9d10-418d-8914-8ba4b70cb340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-f6c77a04-3578-457b-873e-693d83f8182d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -50px;
margin-bottom: -50px;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6c77a04-3578-457b-873e-693d83f8182d {
  display: none;
}
#s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-content-s-f6c77a04-3578-457b-873e-693d83f8182d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6c77a04-3578-457b-873e-693d83f8182d {
  display: none;
}
#s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-content-s-f6c77a04-3578-457b-873e-693d83f8182d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6c77a04-3578-457b-873e-693d83f8182d {
  display: none;
}
#s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-s-f6c77a04-3578-457b-873e-693d83f8182d, #wrap-content-s-f6c77a04-3578-457b-873e-693d83f8182d { display: none !important; }}
#s-f6c77a04-3578-457b-873e-693d83f8182d {
  background-image: url(https://i.shgcdn.com/066f1e58-45e0-4702-9e40-16a1cb792832/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f6c77a04-3578-457b-873e-693d83f8182d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6c77a04-3578-457b-873e-693d83f8182d.shg-box.shg-c {
  justify-content: center;
}

#s-7d15d9a8-0d06-4f42-af6a-f00087b91881 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 0px;
}
@media (max-width: 767px){#s-7d15d9a8-0d06-4f42-af6a-f00087b91881 {
  margin-top: -5%;
margin-bottom: 10%;
}
}
#s-7d15d9a8-0d06-4f42-af6a-f00087b91881 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-7d15d9a8-0d06-4f42-af6a-f00087b91881 .shg-sld-nav-button.shg-sld-left,
#s-7d15d9a8-0d06-4f42-af6a-f00087b91881 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-50e5d287-2208-4909-9015-9d0864143e88 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-50e5d287-2208-4909-9015-9d0864143e88 {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-50e5d287-2208-4909-9015-9d0864143e88 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-49d1a2b7-5b32-4e74-87fd-06e8beab3284 {
  margin-left: auto;
margin-right: auto;
}








#s-49d1a2b7-5b32-4e74-87fd-06e8beab3284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49d1a2b7-5b32-4e74-87fd-06e8beab3284.shg-box.shg-c {
  justify-content: center;
}

#s-8c6ebc29-6cb7-4134-9e86-28a26d71754f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-8c6ebc29-6cb7-4134-9e86-28a26d71754f {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-8c6ebc29-6cb7-4134-9e86-28a26d71754f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1333a4d3-a12b-4994-bb73-cc275aad1d41 {
  margin-top: 0px;
min-height: 150px;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-1333a4d3-a12b-4994-bb73-cc275aad1d41 {
  max-width: 350px;
}
}
#s-1333a4d3-a12b-4994-bb73-cc275aad1d41 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1333a4d3-a12b-4994-bb73-cc275aad1d41 .shogun-image-content {
  
    justify-content: center;
  
}

#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjhjMmJiY2UtNmFlMS00ZDg5LThlYTktNmZhNzZiZTNjMDUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OGMyYmJjZS02YWUxLTRkODktOGVhOS02ZmE3NmJlM2MwNTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWMyMWMyMDEtMmUzYy00OTExLTk4NDktMTQyN2Q3Y2JhNjI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YzIxYzIwMS0yZTNjLTQ5MTEtOTg0OS0xNDI3ZDdjYmE2MjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
}
}

  #s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1-root {
    text-align: center;
  }


#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1-root {
    text-align: center;
  }


#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1-root {
    text-align: center;
  }


#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1-root {
    text-align: center;
  }


#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1-root {
    text-align: center;
  }


#s-68dc3b89-4ad5-4e9a-8df3-af889551a3e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-a9c850b9-b6e1-4106-a6fb-c4e41f0ca95d {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}








#s-a9c850b9-b6e1-4106-a6fb-c4e41f0ca95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9c850b9-b6e1-4106-a6fb-c4e41f0ca95d.shg-box.shg-c {
  justify-content: center;
}

#s-17d00866-c61e-4af9-a3e9-6c8d7bc8a16a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-17d00866-c61e-4af9-a3e9-6c8d7bc8a16a {
  margin-top: 40px;
}
}
#s-17d00866-c61e-4af9-a3e9-6c8d7bc8a16a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-80dfed8a-7472-4fed-95d1-d9f12381a2be {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
min-height: 150px;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-80dfed8a-7472-4fed-95d1-d9f12381a2be {
  margin-left: 15%;
margin-right: 15%;
max-width: 225px;
}
}
#s-80dfed8a-7472-4fed-95d1-d9f12381a2be {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-80dfed8a-7472-4fed-95d1-d9f12381a2be img.shogun-image {
    

    
    
    
  }


#s-80dfed8a-7472-4fed-95d1-d9f12381a2be .shogun-image-content {
  
    justify-content: center;
  
}

#s-4f8c671d-3332-472a-af15-ac63d467d4f3 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGRjMmMxYjEtOWY5ZS00MjMzLTllOTctZTY5NmRlMTRiNDlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZGMyYzFiMS05ZjllLTQyMzMtOWU5Ny1lNjk2ZGUxNGI0OWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-4f8c671d-3332-472a-af15-ac63d467d4f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f8c671d-3332-472a-af15-ac63d467d4f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f8c671d-3332-472a-af15-ac63d467d4f3-root {
    text-align: center;
  }


#s-4f8c671d-3332-472a-af15-ac63d467d4f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f8c671d-3332-472a-af15-ac63d467d4f3-root {
    text-align: center;
  }


#s-4f8c671d-3332-472a-af15-ac63d467d4f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f8c671d-3332-472a-af15-ac63d467d4f3-root {
    text-align: center;
  }


#s-4f8c671d-3332-472a-af15-ac63d467d4f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f8c671d-3332-472a-af15-ac63d467d4f3-root {
    text-align: center;
  }


#s-4f8c671d-3332-472a-af15-ac63d467d4f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f8c671d-3332-472a-af15-ac63d467d4f3-root {
    text-align: center;
  }


#s-4f8c671d-3332-472a-af15-ac63d467d4f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-e4361a8e-eca6-4bbb-bb0c-753e52c9267c {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}








#s-e4361a8e-eca6-4bbb-bb0c-753e52c9267c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4361a8e-eca6-4bbb-bb0c-753e52c9267c.shg-box.shg-c {
  justify-content: center;
}

#s-77bf1643-5279-4e4b-944b-80ccdf5f44f9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-77bf1643-5279-4e4b-944b-80ccdf5f44f9 {
  margin-top: 40px;
}
}
#s-77bf1643-5279-4e4b-944b-80ccdf5f44f9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e22e3200-5cf2-436a-963c-feeb5c196da6 {
  margin-top: 10px;
margin-left: 5%;
min-height: 150px;
max-width: 300px;
text-align: right;
}
@media (max-width: 767px){#s-e22e3200-5cf2-436a-963c-feeb5c196da6 {
  padding-top: 40px;
padding-bottom: 40px;
}
}
#s-e22e3200-5cf2-436a-963c-feeb5c196da6 {
  overflow: hidden;
  
  
      max-width: 300px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-e22e3200-5cf2-436a-963c-feeb5c196da6 img.shogun-image {
    

    
    
    
  }


#s-e22e3200-5cf2-436a-963c-feeb5c196da6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI3NzM1YzEtZjE4ZS00OTExLTgxYjEtYzQ5ZmZiODBkMzRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjc3MzVjMS1mMThlLTQ5MTEtODFiMS1jNDlmZmI4MGQzNGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7cc2e63-596f-4b9b-a97c-1504ee000e93-root {
    text-align: center;
  }


#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7cc2e63-596f-4b9b-a97c-1504ee000e93-root {
    text-align: center;
  }


#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7cc2e63-596f-4b9b-a97c-1504ee000e93-root {
    text-align: center;
  }


#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7cc2e63-596f-4b9b-a97c-1504ee000e93-root {
    text-align: center;
  }


#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7cc2e63-596f-4b9b-a97c-1504ee000e93-root {
    text-align: center;
  }


#s-a7cc2e63-596f-4b9b-a97c-1504ee000e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-2756c750-1fc5-4c62-8716-83bd18046a24 {
  margin-right: 0%;
padding-top: 0px;
padding-bottom: 30px;
padding-right: 0%;
background-color: rgba(40, 135, 255, 0);
}

@media (min-width: 0px) {
[id="s-2756c750-1fc5-4c62-8716-83bd18046a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2756c750-1fc5-4c62-8716-83bd18046a24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2756c750-1fc5-4c62-8716-83bd18046a24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2756c750-1fc5-4c62-8716-83bd18046a24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ba5a2d6-aa0a-4732-bed4-ba6c0be9c700 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-9ba5a2d6-aa0a-4732-bed4-ba6c0be9c700 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-2263581e-0b81-4555-a468-0cd881707937 {
  margin-top: 10px;
margin-left: 5%;
max-width: 1100px;
aspect-ratio: 1100/550;
text-align: right;
}

#s-2263581e-0b81-4555-a468-0cd881707937 {
  overflow: hidden;
  
  
      max-width: 1100px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}





  #s-2263581e-0b81-4555-a468-0cd881707937 img.shogun-image,
  #s-2263581e-0b81-4555-a468-0cd881707937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2263581e-0b81-4555-a468-0cd881707937 {
    width: 100%;
    height: auto;
  }



  #s-2263581e-0b81-4555-a468-0cd881707937 img.shogun-image {
    

    
    
    
  }


#s-2263581e-0b81-4555-a468-0cd881707937 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f9a0504-f854-44b0-a276-6a347fc3bac3 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTNjOTExYjQtOTYyYi00MDYwLTkzMWYtOTc1NWE0YWFmMDY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxM2M5MTFiNC05NjJiLTQwNjAtOTMxZi05NzU1YTRhYWYwNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-5f9a0504-f854-44b0-a276-6a347fc3bac3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f9a0504-f854-44b0-a276-6a347fc3bac3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f9a0504-f854-44b0-a276-6a347fc3bac3-root {
    text-align: center;
  }


#s-5f9a0504-f854-44b0-a276-6a347fc3bac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f9a0504-f854-44b0-a276-6a347fc3bac3-root {
    text-align: center;
  }


#s-5f9a0504-f854-44b0-a276-6a347fc3bac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f9a0504-f854-44b0-a276-6a347fc3bac3-root {
    text-align: center;
  }


#s-5f9a0504-f854-44b0-a276-6a347fc3bac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f9a0504-f854-44b0-a276-6a347fc3bac3-root {
    text-align: center;
  }


#s-5f9a0504-f854-44b0-a276-6a347fc3bac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f9a0504-f854-44b0-a276-6a347fc3bac3-root {
    text-align: center;
  }


#s-5f9a0504-f854-44b0-a276-6a347fc3bac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-27f46427-42cb-4dac-bc6e-830062869275 {
  margin-top: 0px;
min-height: 150px;
max-width: 360px;
aspect-ratio: 2000/1081;
text-align: center;
}

#s-27f46427-42cb-4dac-bc6e-830062869275 {
  overflow: hidden;
  
  
      max-width: 360px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-27f46427-42cb-4dac-bc6e-830062869275 img.shogun-image {
    

    
    
    
  }


#s-27f46427-42cb-4dac-bc6e-830062869275 .shogun-image-content {
  
    justify-content: center;
  
}

#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7 {
  box-shadow:0px 0px 9px 1px rgba(0, 159, 255, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVlMTliOTUtNWViMy00NzE3LWJhYWQtY2Q0YzYwNjkwM2IyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkZWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjM2NDdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWUxOWI5NS01ZWIzLTQ3MTctYmFhZC1jZDRjNjA2OTAzYjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 252, 252, 0.28);
border-style: solid;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00deff"}, {"id"=>2, "pos"=>1, "color"=>"#23647f"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
background-position: custom undefined;
}
#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7-root {
    text-align: center;
  }


#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7-root {
    text-align: center;
  }


#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7-root {
    text-align: center;
  }


#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7-root {
    text-align: center;
  }


#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7-root {
    text-align: center;
  }


#s-492f3f6a-d66d-44ea-b92e-ddcfdb1498e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Almarai;
  display:  inline-block ;
}
}
#s-cccf9ccc-40cd-46c0-be45-a1dd29f83fd3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 13px;
min-height: 50px;
background-color: rgba(25, 25, 25, 1);
}








#s-cccf9ccc-40cd-46c0-be45-a1dd29f83fd3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-cccf9ccc-40cd-46c0-be45-a1dd29f83fd3.shg-box.shg-c {
  justify-content: center;
}

#s-6920e18f-72cf-4531-adaa-60e398aec0e9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6920e18f-72cf-4531-adaa-60e398aec0e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-63171661-267c-4b86-94d3-24f1642bc1ed .shogun-icon-wrapper {
  text-align: center;
}


#s-63171661-267c-4b86-94d3-24f1642bc1ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 255, 255, 1);
}

#s-eb4b7047-a84d-4688-9aee-775abd5515a4 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}
@media (max-width: 767px){#s-eb4b7047-a84d-4688-9aee-775abd5515a4 {
  margin-left: 5%;
}
}
@media (min-width: 0px) {
[id="s-eb4b7047-a84d-4688-9aee-775abd5515a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb4b7047-a84d-4688-9aee-775abd5515a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-eb4b7047-a84d-4688-9aee-775abd5515a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb4b7047-a84d-4688-9aee-775abd5515a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e6d735d2-76e2-4e95-9411-1c968da49776 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e6d735d2-76e2-4e95-9411-1c968da49776 {
  display: none;
}
#s-e6d735d2-76e2-4e95-9411-1c968da49776, #wrap-s-e6d735d2-76e2-4e95-9411-1c968da49776, #wrap-content-s-e6d735d2-76e2-4e95-9411-1c968da49776 { display: none !important; }}
#s-e6d735d2-76e2-4e95-9411-1c968da49776 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.7em;
  
  text-align: left;
}



#s-39bdbf76-d421-4f16-93f0-ba3e67fdd872 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-39bdbf76-d421-4f16-93f0-ba3e67fdd872 .shogun-icon-wrapper {
  text-align: center;
}


#s-39bdbf76-d421-4f16-93f0-ba3e67fdd872 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-beeca2a0-3d97-4691-9999-49b5d137c229 {
  background-repeat: no-repeat;
min-height: 50px;
}
@media (max-width: 767px){#s-beeca2a0-3d97-4691-9999-49b5d137c229 {
  
}
}
#s-beeca2a0-3d97-4691-9999-49b5d137c229 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWMwOTcyNTktOTM4Yy00YWNiLTlhOWEtOGYxZjlhZjRiMTFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQxNDE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjEzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiMxYjFiMWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMTM2MzYzNjM2MzYzNjM2NCIgc3R5bGU9InN0b3AtY29sb3I6IzFiMWIxZTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45IiBzdHlsZT0ic3RvcC1jb2xvcjojMWExYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTkxOTFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YzA5NzI1OS05MzhjLTRhY2ItOWE5YS04ZjFmOWFmNGIxMWQpIi8+PC9zdmc+);
}








#s-beeca2a0-3d97-4691-9999-49b5d137c229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beeca2a0-3d97-4691-9999-49b5d137c229.shg-box.shg-c {
  justify-content: center;
}

#s-8f3e3b77-0dcd-492c-a6c9-5a52c5d4ff24 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
text-align: center;
}

#s-8f3e3b77-0dcd-492c-a6c9-5a52c5d4ff24 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-47a1f2d0-d41c-4d5c-b6cd-7842c4b206ac {
  margin-top: -6px;
margin-bottom: -6px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
}

#s-b1b558b0-b490-492e-9c13-406f174b7b09 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-b1b558b0-b490-492e-9c13-406f174b7b09 .shogun-icon-wrapper {
  text-align: center;
}


#s-b1b558b0-b490-492e-9c13-406f174b7b09 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-045e9cda-23e8-4542-91a0-247a28551903 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-045e9cda-23e8-4542-91a0-247a28551903 {
  display: none;
}
#s-045e9cda-23e8-4542-91a0-247a28551903, #wrap-s-045e9cda-23e8-4542-91a0-247a28551903, #wrap-content-s-045e9cda-23e8-4542-91a0-247a28551903 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-045e9cda-23e8-4542-91a0-247a28551903 {
  display: none;
}
#s-045e9cda-23e8-4542-91a0-247a28551903, #wrap-s-045e9cda-23e8-4542-91a0-247a28551903, #wrap-content-s-045e9cda-23e8-4542-91a0-247a28551903 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-045e9cda-23e8-4542-91a0-247a28551903 {
  
}
}
#s-045e9cda-23e8-4542-91a0-247a28551903 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-prev,
#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-next {
  
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-prev svg,
#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-045e9cda-23e8-4542-91a0-247a28551903 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  margin-top: -11px;
margin-bottom: -11px;
text-align: center;
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  max-width:  100%;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom,
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  max-width:  100%;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom,
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  max-width:  100%;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom,
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  max-width:  100%;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom,
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 {
  max-width:  100%;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom,
.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f9e3061-f3fc-48a7-a898-a5a2710b3247 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-94912e75-d116-44e3-9f9d-8bb6370ee681 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94912e75-d116-44e3-9f9d-8bb6370ee681 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a1e13a2-efdc-4393-a339-565698f52903 {
  text-align: center;
}

#s-2a1e13a2-efdc-4393-a339-565698f52903 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-2a1e13a2-efdc-4393-a339-565698f52903 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2a1e13a2-efdc-4393-a339-565698f52903 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  margin-top: -11px;
margin-bottom: -11px;
text-align: center;
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  max-width:  100%;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom,
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  max-width:  100%;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom,
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  max-width:  100%;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom,
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  max-width:  100%;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom,
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c {
  max-width:  100%;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom,
.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb033bab-1d62-4fbe-aab9-c9764b1db87c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4eff5977-1574-4ade-b34e-b76aa98ec950 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eff5977-1574-4ade-b34e-b76aa98ec950 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-afb41ac9-8e00-44b7-9989-0dd3e0b1d789 {
  text-align: center;
}

#s-afb41ac9-8e00-44b7-9989-0dd3e0b1d789 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-afb41ac9-8e00-44b7-9989-0dd3e0b1d789 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-afb41ac9-8e00-44b7-9989-0dd3e0b1d789 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  text-align: center;
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  max-width:  100%;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom,
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  max-width:  100%;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom,
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  max-width:  100%;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom,
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  max-width:  100%;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom,
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac {
  max-width:  100%;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom,
.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa55eabe-7443-4050-8476-5b2a5ee552ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eed8f313-c781-4c3c-baa3-718dd23a1a55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed8f313-c781-4c3c-baa3-718dd23a1a55 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-87614512-155c-4cc9-aeea-bf4782268785 {
  text-align: center;
}

#s-87614512-155c-4cc9-aeea-bf4782268785 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-87614512-155c-4cc9-aeea-bf4782268785 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-87614512-155c-4cc9-aeea-bf4782268785 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4b8b788-8461-4616-8ed7-912782186443 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 {
  max-width:  100%;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom,
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 {
  max-width:  100%;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom,
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 {
  max-width:  100%;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom,
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 {
  max-width:  100%;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom,
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 {
  max-width:  100%;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom,
.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4b8b788-8461-4616-8ed7-912782186443 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a9ce05a-f16c-4be8-8bc1-3727333ea772 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9ce05a-f16c-4be8-8bc1-3727333ea772 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-2c48873c-a941-4538-9603-09fe68f1ca14 {
  text-align: center;
}

#s-2c48873c-a941-4538-9603-09fe68f1ca14 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-2c48873c-a941-4538-9603-09fe68f1ca14 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2c48873c-a941-4538-9603-09fe68f1ca14 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  text-align: center;
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  max-width:  100%;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom,
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  max-width:  100%;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom,
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  max-width:  100%;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom,
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  max-width:  100%;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom,
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e {
  max-width:  100%;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom,
.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8cd307d-0a57-4fee-a908-ba3aa5aa949e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-60ac289e-018c-4441-8c1e-c11405a8450e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60ac289e-018c-4441-8c1e-c11405a8450e .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-76ef158b-03a7-4e78-9049-328a4d53e25e {
  text-align: center;
}

#s-76ef158b-03a7-4e78-9049-328a4d53e25e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-76ef158b-03a7-4e78-9049-328a4d53e25e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-76ef158b-03a7-4e78-9049-328a4d53e25e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4b1bb9f-3f6c-443b-a3ed-10c2607e9021 {
  margin-left: auto;
margin-right: auto;
}

#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  max-width:  100%;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom,
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  max-width:  100%;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom,
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  max-width:  100%;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom,
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  max-width:  100%;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom,
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 {
  max-width:  100%;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom,
.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2e907-7afe-4d79-ac58-099fb8973303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-daea43d0-5b5b-4a14-b80b-f03c5355a40a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daea43d0-5b5b-4a14-b80b-f03c5355a40a .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-2117db8e-1122-4559-9da4-fcf7d06ab828 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2117db8e-1122-4559-9da4-fcf7d06ab828 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2117db8e-1122-4559-9da4-fcf7d06ab828 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2117db8e-1122-4559-9da4-fcf7d06ab828 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05c45a03-a0f0-4181-bd79-bb7d7371b344 {
  margin-left: auto;
margin-right: auto;
}

#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  max-width:  100%;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom,
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  max-width:  100%;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom,
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  max-width:  100%;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom,
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  max-width:  100%;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom,
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 {
  max-width:  100%;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom,
.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a901d52-5fab-4924-82ed-500bd85621b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ac3da49-4d4a-4381-a234-5def87e520e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ac3da49-4d4a-4381-a234-5def87e520e4 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-6f539c48-29f3-49e8-ae85-03935a3258eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6f539c48-29f3-49e8-ae85-03935a3258eb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6f539c48-29f3-49e8-ae85-03935a3258eb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6f539c48-29f3-49e8-ae85-03935a3258eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-867aa9ae-20e2-4a78-866b-0c26dc5286f3 {
  margin-left: auto;
margin-right: auto;
}

#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  max-width:  100%;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom,
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  max-width:  100%;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom,
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  max-width:  100%;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom,
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  max-width:  100%;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom,
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d {
  max-width:  100%;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom,
.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9430d921-f0e2-43bd-9465-4f71d01dcf9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f8cce03-1a51-4dd8-aecb-ac426c652c6b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f8cce03-1a51-4dd8-aecb-ac426c652c6b .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-47253453-8f16-41c3-8a53-626f7bdaa168 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47253453-8f16-41c3-8a53-626f7bdaa168 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-47253453-8f16-41c3-8a53-626f7bdaa168 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-47253453-8f16-41c3-8a53-626f7bdaa168 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 {
  display: none;
}
#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0, #wrap-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0, #wrap-content-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 { display: none !important; }}@media (max-width: 767px){#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 {
  display: none;
}
#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0, #wrap-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0, #wrap-content-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 { display: none !important; }}
#s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-prev,
#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-next {
  
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-prev svg,
#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6ecc4ebb-a851-4632-b6a9-c7a44ba744e0 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  text-align: center;
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  max-width:  100%;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom,
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  max-width:  100%;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom,
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  max-width:  100%;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom,
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  max-width:  100%;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom,
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d {
  max-width:  100%;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom,
.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd797d06-9e8c-4e37-b91d-de7170f76a9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01ab4dc8-19eb-455c-b6ba-bb9d0636b836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01ab4dc8-19eb-455c-b6ba-bb9d0636b836 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c9301409-71ae-4819-965b-44e7483c2e65 {
  text-align: center;
}

#s-c9301409-71ae-4819-965b-44e7483c2e65 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-c9301409-71ae-4819-965b-44e7483c2e65 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-c9301409-71ae-4819-965b-44e7483c2e65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  text-align: center;
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  max-width:  100%;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom,
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  max-width:  100%;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom,
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  max-width:  100%;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom,
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  max-width:  100%;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom,
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 {
  max-width:  100%;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom,
.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59dc9fd5-4ae8-472c-bc66-390a392188e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c3ca759f-8d01-4005-a68e-9e2352e113d9 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3ca759f-8d01-4005-a68e-9e2352e113d9 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-8aa2f423-74a2-4435-83af-82d586657a47 {
  text-align: center;
}

#s-8aa2f423-74a2-4435-83af-82d586657a47 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-8aa2f423-74a2-4435-83af-82d586657a47 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-8aa2f423-74a2-4435-83af-82d586657a47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c77225ca-220d-480b-817e-64924233f289 {
  text-align: center;
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 {
  max-width:  100%;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom,
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 {
  max-width:  100%;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom,
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 {
  max-width:  100%;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom,
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 {
  max-width:  100%;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom,
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 {
  max-width:  100%;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom,
.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77225ca-220d-480b-817e-64924233f289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-57996b81-25e8-4ab8-90ee-e4eb782147c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57996b81-25e8-4ab8-90ee-e4eb782147c5 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-eb1e929b-919f-410c-bad4-ac5c8d03b102 {
  text-align: center;
}

#s-eb1e929b-919f-410c-bad4-ac5c8d03b102 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-eb1e929b-919f-410c-bad4-ac5c8d03b102 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-eb1e929b-919f-410c-bad4-ac5c8d03b102 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  text-align: center;
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  max-width:  100%;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom,
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  max-width:  100%;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom,
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  max-width:  100%;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom,
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  max-width:  100%;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom,
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e {
  max-width:  100%;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom,
.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-168fc33f-7f79-441d-b2ee-12ab444e1f3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2149eecd-94bd-42f7-a0ce-bde99361b29f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2149eecd-94bd-42f7-a0ce-bde99361b29f .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-7aa98d46-557a-4a2d-9d64-56c2466b327c {
  text-align: center;
}

#s-7aa98d46-557a-4a2d-9d64-56c2466b327c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-7aa98d46-557a-4a2d-9d64-56c2466b327c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-7aa98d46-557a-4a2d-9d64-56c2466b327c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22ff283c-0392-4ae5-be91-552034faf945 {
  text-align: center;
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 {
  max-width:  100%;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom,
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 {
  max-width:  100%;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom,
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 {
  max-width:  100%;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom,
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 {
  max-width:  100%;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom,
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 {
  max-width:  100%;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom,
.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ff283c-0392-4ae5-be91-552034faf945 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc72a35c-32b9-4e9e-9eb2-e42e95023bc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc72a35c-32b9-4e9e-9eb2-e42e95023bc4 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-dcaaff7e-d3d0-4ae8-8e77-2758da37a30b {
  text-align: center;
}

#s-dcaaff7e-d3d0-4ae8-8e77-2758da37a30b .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-dcaaff7e-d3d0-4ae8-8e77-2758da37a30b .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-dcaaff7e-d3d0-4ae8-8e77-2758da37a30b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b78d3d8-10b9-4d1a-aae5-e153f9ed289e {
  margin-left: auto;
margin-right: auto;
}

#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  max-width:  100%;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom,
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  max-width:  100%;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom,
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  max-width:  100%;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom,
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  max-width:  100%;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom,
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 {
  max-width:  100%;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom,
.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef2f8a4f-c123-4bb2-9222-c5bdfd2eb3b3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc5dbe76-6cf2-4402-8490-f72b05b52946 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc5dbe76-6cf2-4402-8490-f72b05b52946 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-6e824853-aeca-465c-98cc-e04d79dc6133 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6e824853-aeca-465c-98cc-e04d79dc6133 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6e824853-aeca-465c-98cc-e04d79dc6133 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6e824853-aeca-465c-98cc-e04d79dc6133 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5a21f68-eb81-4e9b-bd1a-6f70c4588893 {
  margin-left: auto;
margin-right: auto;
}

#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  max-width:  100%;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom,
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  max-width:  100%;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom,
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  max-width:  100%;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom,
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  max-width:  100%;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom,
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 {
  max-width:  100%;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom,
.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721d0c50-b622-4a59-96bf-b04d9210d6e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-48ec94fc-c865-44c6-ac1b-d2f2364307d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48ec94fc-c865-44c6-ac1b-d2f2364307d6 .shg-product-title-component h3 span {
  color: rgba(255, 245, 245, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-dcfcfad7-efbf-4a35-8aaf-aedc63534481 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dcfcfad7-efbf-4a35-8aaf-aedc63534481 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-dcfcfad7-efbf-4a35-8aaf-aedc63534481 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dcfcfad7-efbf-4a35-8aaf-aedc63534481 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2854127-59bb-44a1-810e-d9f84f31bb55 {
  margin-left: auto;
margin-right: auto;
}

#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  max-width:  100%;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom,
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  max-width:  100%;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom,
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  max-width:  100%;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom,
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  max-width:  100%;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom,
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 {
  max-width:  100%;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom,
.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d34fbf1c-8041-44de-bd77-4c276ee543d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-20a4dac4-58d5-4044-a139-8a0206f84c67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20a4dac4-58d5-4044-a139-8a0206f84c67 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-00679877-0f85-4dd4-b6bb-11468cd143dd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-00679877-0f85-4dd4-b6bb-11468cd143dd .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-00679877-0f85-4dd4-b6bb-11468cd143dd .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-00679877-0f85-4dd4-b6bb-11468cd143dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-353758b9-b5f6-4245-8a01-8179f3ae5f45 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-353758b9-b5f6-4245-8a01-8179f3ae5f45 .shogun-heading-component h2 {
  color: rgba(255, 237, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-965ab442-26ca-4e7f-8b08-19f1bdbef622 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-965ab442-26ca-4e7f-8b08-19f1bdbef622 .shogun-icon-wrapper {
  text-align: center;
}


#s-965ab442-26ca-4e7f-8b08-19f1bdbef622 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-0a849748-674b-4a37-8d17-1ae900bfe32e {
  padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a849748-674b-4a37-8d17-1ae900bfe32e {
  display: none;
}
#s-0a849748-674b-4a37-8d17-1ae900bfe32e, #wrap-s-0a849748-674b-4a37-8d17-1ae900bfe32e, #wrap-content-s-0a849748-674b-4a37-8d17-1ae900bfe32e { display: none !important; }}@media (max-width: 767px){#s-0a849748-674b-4a37-8d17-1ae900bfe32e {
  display: none;
}
#s-0a849748-674b-4a37-8d17-1ae900bfe32e, #wrap-s-0a849748-674b-4a37-8d17-1ae900bfe32e, #wrap-content-s-0a849748-674b-4a37-8d17-1ae900bfe32e { display: none !important; }}
#s-0a849748-674b-4a37-8d17-1ae900bfe32e .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-prev,
#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-next {
  
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-prev svg,
#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0a849748-674b-4a37-8d17-1ae900bfe32e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  text-align: center;
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  max-width:  100%;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom,
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  max-width:  100%;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom,
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  max-width:  100%;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom,
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  max-width:  100%;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom,
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 {
  max-width:  100%;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom,
.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13b86677-8679-4696-a26c-79c5a2bcc946 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-19d1b102-270f-441e-89f2-e70ce1351cdb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19d1b102-270f-441e-89f2-e70ce1351cdb .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-3e3d6056-6e6c-435b-a5dd-9e1f2e3d66e4 {
  text-align: center;
}

#s-3e3d6056-6e6c-435b-a5dd-9e1f2e3d66e4 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-3e3d6056-6e6c-435b-a5dd-9e1f2e3d66e4 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-3e3d6056-6e6c-435b-a5dd-9e1f2e3d66e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f239d90c-b174-4a01-812f-daefa2481990 {
  text-align: center;
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 {
  max-width:  100%;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom,
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 {
  max-width:  100%;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom,
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 {
  max-width:  100%;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom,
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 {
  max-width:  100%;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom,
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 {
  max-width:  100%;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom,
.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f239d90c-b174-4a01-812f-daefa2481990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3936b70f-9999-4507-bec3-fa1111167e23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3936b70f-9999-4507-bec3-fa1111167e23 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-fa9cde20-3c0a-4d2a-8343-9521874502bd {
  text-align: center;
}

#s-fa9cde20-3c0a-4d2a-8343-9521874502bd .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-fa9cde20-3c0a-4d2a-8343-9521874502bd .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-fa9cde20-3c0a-4d2a-8343-9521874502bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  text-align: center;
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  max-width:  100%;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom,
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  max-width:  100%;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom,
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  max-width:  100%;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom,
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  max-width:  100%;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom,
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df {
  max-width:  100%;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom,
.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c382413-22b2-4d26-a205-fbacfb50d7df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-269fef02-17f6-4e27-9d74-2dfb39b7ca33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-269fef02-17f6-4e27-9d74-2dfb39b7ca33 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c8aed334-ad6d-4331-bfe6-0aeeec57ea9b {
  text-align: center;
}

#s-c8aed334-ad6d-4331-bfe6-0aeeec57ea9b .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-c8aed334-ad6d-4331-bfe6-0aeeec57ea9b .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-c8aed334-ad6d-4331-bfe6-0aeeec57ea9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  text-align: center;
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  max-width:  100%;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom,
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  max-width:  100%;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom,
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  max-width:  100%;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom,
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  max-width:  100%;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom,
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 {
  max-width:  100%;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom,
.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f201105-f3bc-4ba1-9c6a-ccac11589324 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c0f9cc2-cfa9-4554-a35b-fd1262d01d5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c0f9cc2-cfa9-4554-a35b-fd1262d01d5b .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-3474c5ed-dcd6-4429-a922-5d8d5f1b1e6e {
  text-align: center;
}

#s-3474c5ed-dcd6-4429-a922-5d8d5f1b1e6e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-3474c5ed-dcd6-4429-a922-5d8d5f1b1e6e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-3474c5ed-dcd6-4429-a922-5d8d5f1b1e6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  text-align: center;
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  max-width:  100%;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom,
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  max-width:  100%;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom,
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  max-width:  100%;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom,
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  max-width:  100%;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom,
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 {
  max-width:  100%;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom,
.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3933a8d-f2be-407b-b64e-9a8b87ca3714 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-94c16882-f971-4211-b5b5-a8591b760f8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94c16882-f971-4211-b5b5-a8591b760f8a .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-539ccfe5-4c8a-4624-a44d-29ba407b88fc {
  text-align: center;
}

#s-539ccfe5-4c8a-4624-a44d-29ba407b88fc .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-539ccfe5-4c8a-4624-a44d-29ba407b88fc .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-539ccfe5-4c8a-4624-a44d-29ba407b88fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  text-align: center;
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  max-width:  100%;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom,
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  max-width:  100%;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom,
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  max-width:  100%;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom,
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  max-width:  100%;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom,
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c {
  max-width:  100%;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom,
.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27551604-0526-4fc6-aea1-69a6cb07649c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b20f152-480e-4ab2-b8c1-7c51d4d4da98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b20f152-480e-4ab2-b8c1-7c51d4d4da98 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-ac66aa45-32dd-429f-adfe-e56ca6af93c0 {
  text-align: center;
}

#s-ac66aa45-32dd-429f-adfe-e56ca6af93c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-ac66aa45-32dd-429f-adfe-e56ca6af93c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-ac66aa45-32dd-429f-adfe-e56ca6af93c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  text-align: center;
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  max-width:  100%;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom,
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  max-width:  100%;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom,
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  max-width:  100%;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom,
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  max-width:  100%;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom,
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c {
  max-width:  100%;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom,
.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e370ceb-2148-44ca-b7be-04283b8b189c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-405e955d-faad-4dfd-845f-018864fcf8f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-405e955d-faad-4dfd-845f-018864fcf8f4 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-95aae5c0-d227-4b97-8e0c-e8f929039ec9 {
  text-align: center;
}

#s-95aae5c0-d227-4b97-8e0c-e8f929039ec9 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-95aae5c0-d227-4b97-8e0c-e8f929039ec9 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-95aae5c0-d227-4b97-8e0c-e8f929039ec9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  text-align: center;
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  max-width:  100%;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom,
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  max-width:  100%;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom,
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  max-width:  100%;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom,
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  max-width:  100%;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom,
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a {
  max-width:  100%;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom,
.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f0776b-8a78-4ebe-8899-f529a3a60c0a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be32fd3b-792b-42b1-bc0b-1781fc7da8e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be32fd3b-792b-42b1-bc0b-1781fc7da8e7 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-5450e580-e804-44ac-9960-5638d7b49951 {
  text-align: center;
}

#s-5450e580-e804-44ac-9960-5638d7b49951 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-5450e580-e804-44ac-9960-5638d7b49951 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-5450e580-e804-44ac-9960-5638d7b49951 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 {
  padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 {
  display: none;
}
#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0, #wrap-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0, #wrap-content-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 {
  display: none;
}
#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0, #wrap-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0, #wrap-content-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 {
  
}
}
#s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-prev,
#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-next {
  
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-prev svg,
#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-82615f4a-fad5-4fdb-b0cc-62433ee878a0 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  text-align: center;
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  max-width:  100%;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom,
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  max-width:  100%;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom,
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  max-width:  100%;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom,
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  max-width:  100%;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom,
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 {
  max-width:  100%;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom,
.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a34403-37e9-44da-98d8-a660bd4e8275 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e121006e-00a7-42e0-b0cd-c33a088c79b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e121006e-00a7-42e0-b0cd-c33a088c79b7 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-f75907e3-32c0-4412-b721-404ace4592b1 {
  text-align: center;
}

#s-f75907e3-32c0-4412-b721-404ace4592b1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-f75907e3-32c0-4412-b721-404ace4592b1 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-f75907e3-32c0-4412-b721-404ace4592b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5babbe60-880d-463b-8dad-28c4134f735a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a {
  max-width:  100%;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom,
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a {
  max-width:  100%;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom,
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a {
  max-width:  100%;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom,
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a {
  max-width:  100%;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom,
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a {
  max-width:  100%;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom,
.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5babbe60-880d-463b-8dad-28c4134f735a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-241165b9-6160-4f9e-9a39-2e07a85eba8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-241165b9-6160-4f9e-9a39-2e07a85eba8e .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-afd87470-015a-4a28-9c5c-18865ea33d20 {
  text-align: center;
}

#s-afd87470-015a-4a28-9c5c-18865ea33d20 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-afd87470-015a-4a28-9c5c-18865ea33d20 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-afd87470-015a-4a28-9c5c-18865ea33d20 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  margin-top: -11px;
margin-bottom: -11px;
text-align: center;
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  max-width:  100%;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom,
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  max-width:  100%;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom,
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  max-width:  100%;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom,
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  max-width:  100%;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom,
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d {
  max-width:  100%;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom,
.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be59809-5246-4eca-8b2a-3e66ab53a64d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a908f162-1a65-4e61-885d-a41d2785b544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a908f162-1a65-4e61-885d-a41d2785b544 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-6b36ffef-99ec-4e39-902c-ed7943df643b {
  text-align: center;
}

#s-6b36ffef-99ec-4e39-902c-ed7943df643b .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-6b36ffef-99ec-4e39-902c-ed7943df643b .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-6b36ffef-99ec-4e39-902c-ed7943df643b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  text-align: center;
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  max-width:  100%;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom,
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  max-width:  100%;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom,
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  max-width:  100%;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom,
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  max-width:  100%;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom,
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e {
  max-width:  100%;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom,
.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17594233-b3a6-48dc-90d8-d8cd08d5620e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3bd9a4af-3513-4ee9-b56d-c494de7182d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bd9a4af-3513-4ee9-b56d-c494de7182d4 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-b947ab92-a967-46db-a12c-f30a5946b0a9 {
  text-align: center;
}

#s-b947ab92-a967-46db-a12c-f30a5946b0a9 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-b947ab92-a967-46db-a12c-f30a5946b0a9 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-b947ab92-a967-46db-a12c-f30a5946b0a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  max-width:  100%;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom,
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  max-width:  100%;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom,
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  max-width:  100%;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom,
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  max-width:  100%;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom,
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 {
  max-width:  100%;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom,
.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f093b312-12c2-4316-a0fd-4f880a25fce3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-61aba760-56e9-4434-8f3c-067a26a871ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61aba760-56e9-4434-8f3c-067a26a871ab .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-5623e394-aaac-4728-afb1-869360d72005 {
  text-align: center;
}

#s-5623e394-aaac-4728-afb1-869360d72005 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-5623e394-aaac-4728-afb1-869360d72005 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-5623e394-aaac-4728-afb1-869360d72005 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  text-align: center;
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  max-width:  100%;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom,
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  max-width:  100%;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom,
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  max-width:  100%;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom,
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  max-width:  100%;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom,
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d {
  max-width:  100%;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom,
.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3e1e66-4964-4d7c-9f65-f2bed904a19d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ce7795f1-5e88-41c3-a377-7120b12eeb3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce7795f1-5e88-41c3-a377-7120b12eeb3a .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-88ab4642-28b9-4670-822a-45f074131ece {
  text-align: center;
}

#s-88ab4642-28b9-4670-822a-45f074131ece .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-88ab4642-28b9-4670-822a-45f074131ece .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-88ab4642-28b9-4670-822a-45f074131ece .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  max-width:  100%;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom,
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  max-width:  100%;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom,
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  max-width:  100%;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom,
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  max-width:  100%;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom,
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 {
  max-width:  100%;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom,
.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65755dd2-705a-46a8-b5d1-bc8729feb5a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df5b860b-17d4-42a2-95fc-617bad93caee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df5b860b-17d4-42a2-95fc-617bad93caee .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c7bf15e1-ca2d-43a2-a9e7-9e162aaa05f8 {
  text-align: center;
}

#s-c7bf15e1-ca2d-43a2-a9e7-9e162aaa05f8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-c7bf15e1-ca2d-43a2-a9e7-9e162aaa05f8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-c7bf15e1-ca2d-43a2-a9e7-9e162aaa05f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea84096c-198f-4597-b828-44874a5e459f {
  text-align: center;
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f {
  max-width:  100%;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom,
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f {
  max-width:  100%;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom,
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f {
  max-width:  100%;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom,
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f {
  max-width:  100%;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom,
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f {
  max-width:  100%;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom,
.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea84096c-198f-4597-b828-44874a5e459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f02f5cf-2f0b-4b92-8ff5-cba160b48059 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f02f5cf-2f0b-4b92-8ff5-cba160b48059 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-b37e6c2a-078e-4699-b80e-3dad9e57704f {
  text-align: center;
}

#s-b37e6c2a-078e-4699-b80e-3dad9e57704f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-b37e6c2a-078e-4699-b80e-3dad9e57704f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-b37e6c2a-078e-4699-b80e-3dad9e57704f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  max-width:  100%;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom,
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  max-width:  100%;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom,
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  max-width:  100%;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom,
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  max-width:  100%;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom,
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 {
  max-width:  100%;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom,
.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-459d06d2-cf5c-4b04-bdfa-92f2b557f564 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eba19352-22be-463c-b341-c1f1eafa8739 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eba19352-22be-463c-b341-c1f1eafa8739 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-2e73d3cd-b9bf-479e-96c8-117292c409a3 {
  text-align: center;
}

#s-2e73d3cd-b9bf-479e-96c8-117292c409a3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2e73d3cd-b9bf-479e-96c8-117292c409a3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2e73d3cd-b9bf-479e-96c8-117292c409a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3179839c-404a-44ad-863c-4b82c5dc4183 {
  margin-left: auto;
margin-right: auto;
}

#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  max-width:  100%;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom,
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  max-width:  100%;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom,
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  max-width:  100%;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom,
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  max-width:  100%;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom,
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 {
  max-width:  100%;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom,
.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07cf445-a69d-4011-828a-a53c677376e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-500667df-fe89-4990-896b-092292a494f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-500667df-fe89-4990-896b-092292a494f0 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-7418ee49-00a0-48ae-90af-9b6b1367e7f7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7418ee49-00a0-48ae-90af-9b6b1367e7f7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7418ee49-00a0-48ae-90af-9b6b1367e7f7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7418ee49-00a0-48ae-90af-9b6b1367e7f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6741b3ab-ebab-42b2-b910-0b45a9a5b90f {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6741b3ab-ebab-42b2-b910-0b45a9a5b90f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-95c12c35-7471-4bc1-b04a-963fb459dbfd {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-95c12c35-7471-4bc1-b04a-963fb459dbfd .shogun-icon-wrapper {
  text-align: center;
}


#s-95c12c35-7471-4bc1-b04a-963fb459dbfd .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-8611351e-12c5-4058-9216-8ee09c7c3c53 {
  padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8611351e-12c5-4058-9216-8ee09c7c3c53 {
  display: none;
}
#s-8611351e-12c5-4058-9216-8ee09c7c3c53, #wrap-s-8611351e-12c5-4058-9216-8ee09c7c3c53, #wrap-content-s-8611351e-12c5-4058-9216-8ee09c7c3c53 { display: none !important; }}@media (max-width: 767px){#s-8611351e-12c5-4058-9216-8ee09c7c3c53 {
  display: none;
}
#s-8611351e-12c5-4058-9216-8ee09c7c3c53, #wrap-s-8611351e-12c5-4058-9216-8ee09c7c3c53, #wrap-content-s-8611351e-12c5-4058-9216-8ee09c7c3c53 { display: none !important; }}
#s-8611351e-12c5-4058-9216-8ee09c7c3c53 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-prev,
#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-next {
  
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-prev svg,
#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-8611351e-12c5-4058-9216-8ee09c7c3c53 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  text-align: center;
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  max-width:  100%;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom,
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  max-width:  100%;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom,
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  max-width:  100%;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom,
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  max-width:  100%;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom,
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 {
  max-width:  100%;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom,
.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1a99481-765b-4609-9239-8a918788e2b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ebc99cbb-4759-4084-846a-a203c548c87c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebc99cbb-4759-4084-846a-a203c548c87c .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-ce39be33-8bfa-49e8-a5c4-2cb415a4c363 {
  text-align: center;
}

#s-ce39be33-8bfa-49e8-a5c4-2cb415a4c363 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-ce39be33-8bfa-49e8-a5c4-2cb415a4c363 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-ce39be33-8bfa-49e8-a5c4-2cb415a4c363 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  text-align: center;
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  max-width:  100%;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom,
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  max-width:  100%;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom,
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  max-width:  100%;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom,
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  max-width:  100%;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom,
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 {
  max-width:  100%;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom,
.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b664057-f84f-4297-ac63-79bc30c7e336 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0a4c67c9-a640-4fb0-b7b9-107544ecc00d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4c67c9-a640-4fb0-b7b9-107544ecc00d .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-62c4733e-2fab-40b4-9a8c-ae251064408c {
  text-align: center;
}

#s-62c4733e-2fab-40b4-9a8c-ae251064408c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-62c4733e-2fab-40b4-9a8c-ae251064408c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-62c4733e-2fab-40b4-9a8c-ae251064408c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  text-align: center;
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  max-width:  100%;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom,
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  max-width:  100%;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom,
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  max-width:  100%;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom,
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  max-width:  100%;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom,
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e {
  max-width:  100%;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom,
.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceab0b7f-58f8-40e2-ba7c-ed10baf9505e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a09e2f69-e1ef-4322-867a-a531a35c1ec4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a09e2f69-e1ef-4322-867a-a531a35c1ec4 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-dc9bc697-4daa-4bd8-b195-c90170ec6473 {
  text-align: center;
}

#s-dc9bc697-4daa-4bd8-b195-c90170ec6473 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-dc9bc697-4daa-4bd8-b195-c90170ec6473 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-dc9bc697-4daa-4bd8-b195-c90170ec6473 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54d218ce-f8b4-420b-b367-e40ab86b434f {
  margin-left: auto;
margin-right: auto;
}

#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  max-width:  100%;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom,
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  max-width:  100%;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom,
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  max-width:  100%;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom,
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  max-width:  100%;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom,
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f {
  max-width:  100%;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom,
.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a53fb40-75dc-44d0-80cd-0761b8ffbd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-faa661d0-3281-4c2f-9646-408209a17824 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faa661d0-3281-4c2f-9646-408209a17824 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-7ada2ea1-89de-4e75-9a06-f0f9bebf4f88 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7ada2ea1-89de-4e75-9a06-f0f9bebf4f88 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7ada2ea1-89de-4e75-9a06-f0f9bebf4f88 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7ada2ea1-89de-4e75-9a06-f0f9bebf4f88 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f80874ec-466b-46c1-aafd-3ff89e150507 {
  margin-left: auto;
margin-right: auto;
}

#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  max-width:  100%;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom,
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  max-width:  100%;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom,
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  max-width:  100%;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom,
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  max-width:  100%;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom,
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f {
  max-width:  100%;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom,
.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ede519a-8007-4d63-849f-3f45af4b380f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0dd8fa1f-2092-49bb-8633-b31f3d38c6f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dd8fa1f-2092-49bb-8633-b31f3d38c6f3 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-29668d16-1007-4c38-8f61-8ded8b2fb832 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-29668d16-1007-4c38-8f61-8ded8b2fb832 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-29668d16-1007-4c38-8f61-8ded8b2fb832 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-29668d16-1007-4c38-8f61-8ded8b2fb832 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  text-align: center;
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  max-width:  100%;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom,
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  max-width:  100%;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom,
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  max-width:  100%;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom,
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  max-width:  100%;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom,
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb {
  max-width:  100%;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom,
.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-deca6ca0-62ac-418b-9c26-3e8a3d8490eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-95e49446-50ae-4bfa-822c-47f5cc25301a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95e49446-50ae-4bfa-822c-47f5cc25301a .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-7bc82941-8881-40ce-b2d3-c33aa812cc07 {
  text-align: center;
}

#s-7bc82941-8881-40ce-b2d3-c33aa812cc07 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-7bc82941-8881-40ce-b2d3-c33aa812cc07 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-7bc82941-8881-40ce-b2d3-c33aa812cc07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-83d2cc36-bb9d-4370-8cb3-e5a758f4c6da {
  margin-left: auto;
margin-right: auto;
}

#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  max-width:  100%;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom,
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  max-width:  100%;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom,
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  max-width:  100%;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom,
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  max-width:  100%;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom,
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c {
  max-width:  100%;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom,
.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c4d8fd-d461-48f6-9e62-d591af48274c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-05698c0d-85ac-4871-8d13-1f1dd30359a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05698c0d-85ac-4871-8d13-1f1dd30359a0 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-755cf3c9-bcbd-460c-b22b-e23bcb512d11 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-755cf3c9-bcbd-460c-b22b-e23bcb512d11 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-755cf3c9-bcbd-460c-b22b-e23bcb512d11 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-755cf3c9-bcbd-460c-b22b-e23bcb512d11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  text-align: center;
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  max-width:  100%;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom,
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  max-width:  100%;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom,
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  max-width:  100%;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom,
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  max-width:  100%;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom,
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 {
  max-width:  100%;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom,
.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9f4d946-680a-4d94-8ccc-79265714a235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-318bd464-f0a4-4f01-8dc4-784c27bf16e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-318bd464-f0a4-4f01-8dc4-784c27bf16e9 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-e45d681b-653d-4834-9ffb-d362ab69d3fd {
  text-align: center;
}

#s-e45d681b-653d-4834-9ffb-d362ab69d3fd .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-e45d681b-653d-4834-9ffb-d362ab69d3fd .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-e45d681b-653d-4834-9ffb-d362ab69d3fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20798187-6051-4ebb-a0c8-d667d9d1f50b {
  padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-20798187-6051-4ebb-a0c8-d667d9d1f50b {
  display: none;
}
#s-20798187-6051-4ebb-a0c8-d667d9d1f50b, #wrap-s-20798187-6051-4ebb-a0c8-d667d9d1f50b, #wrap-content-s-20798187-6051-4ebb-a0c8-d667d9d1f50b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20798187-6051-4ebb-a0c8-d667d9d1f50b {
  display: none;
}
#s-20798187-6051-4ebb-a0c8-d667d9d1f50b, #wrap-s-20798187-6051-4ebb-a0c8-d667d9d1f50b, #wrap-content-s-20798187-6051-4ebb-a0c8-d667d9d1f50b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20798187-6051-4ebb-a0c8-d667d9d1f50b {
  
}
}
#s-20798187-6051-4ebb-a0c8-d667d9d1f50b .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-prev,
#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-next {
  
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-prev svg,
#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-20798187-6051-4ebb-a0c8-d667d9d1f50b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  text-align: center;
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  max-width:  100%;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom,
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  max-width:  100%;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom,
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  max-width:  100%;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom,
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  max-width:  100%;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom,
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 {
  max-width:  100%;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom,
.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8536960-2c55-4c52-90a3-56f15c9c2152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a196e2c-6127-49f1-baa7-d954d562d6c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a196e2c-6127-49f1-baa7-d954d562d6c7 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-83259477-1166-4fba-b57c-8a56a20a73b9 {
  text-align: center;
}

#s-83259477-1166-4fba-b57c-8a56a20a73b9 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-83259477-1166-4fba-b57c-8a56a20a73b9 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-83259477-1166-4fba-b57c-8a56a20a73b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  text-align: center;
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  max-width:  100%;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom,
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  max-width:  100%;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom,
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  max-width:  100%;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom,
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  max-width:  100%;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom,
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 {
  max-width:  100%;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom,
.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cd7c1e5-9109-410d-83d7-b8582ccc1fa9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4e2bb14b-02cf-4636-a53f-66c5e0ec0433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e2bb14b-02cf-4636-a53f-66c5e0ec0433 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-75ede2e9-f3b8-41b7-8b95-57cd49b99670 {
  text-align: center;
}

#s-75ede2e9-f3b8-41b7-8b95-57cd49b99670 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-75ede2e9-f3b8-41b7-8b95-57cd49b99670 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-75ede2e9-f3b8-41b7-8b95-57cd49b99670 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  max-width:  100%;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom,
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  max-width:  100%;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom,
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  max-width:  100%;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom,
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  max-width:  100%;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom,
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc {
  max-width:  100%;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom,
.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ae5c006-c848-4e94-a520-de4493c4cdbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-613f5fd9-22d7-4688-b9b5-dc6cc93dfc87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-613f5fd9-22d7-4688-b9b5-dc6cc93dfc87 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-5ec26520-a9b2-4d23-816b-cd6e2d06711e {
  text-align: center;
}

#s-5ec26520-a9b2-4d23-816b-cd6e2d06711e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-5ec26520-a9b2-4d23-816b-cd6e2d06711e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-5ec26520-a9b2-4d23-816b-cd6e2d06711e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-101cb8f1-2bbe-445a-8774-8691da76334a {
  margin-left: auto;
margin-right: auto;
}

#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  max-width:  100%;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom,
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  max-width:  100%;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom,
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  max-width:  100%;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom,
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  max-width:  100%;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom,
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 {
  max-width:  100%;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom,
.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3b3fcc2-bbf3-4c46-bcba-4b2822b304a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06356656-95f7-46e4-821c-9c69ca89bc3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06356656-95f7-46e4-821c-9c69ca89bc3c .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c3506f24-04a0-4d2b-b6db-e0a562b377b8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c3506f24-04a0-4d2b-b6db-e0a562b377b8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c3506f24-04a0-4d2b-b6db-e0a562b377b8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c3506f24-04a0-4d2b-b6db-e0a562b377b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9b98db9-0a04-4cd1-b601-29a2e11d2b85 {
  margin-left: auto;
margin-right: auto;
}

#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  max-width:  100%;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom,
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  max-width:  100%;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom,
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  max-width:  100%;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom,
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  max-width:  100%;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom,
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 {
  max-width:  100%;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom,
.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97bfd75e-1e63-42cd-83f1-994e316fddb0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e54f8dcb-061d-4dcd-8604-8f94d85eb40b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e54f8dcb-061d-4dcd-8604-8f94d85eb40b .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-055087dc-d2ad-4e88-a0ee-a2c1c452031e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-055087dc-d2ad-4e88-a0ee-a2c1c452031e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-055087dc-d2ad-4e88-a0ee-a2c1c452031e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-055087dc-d2ad-4e88-a0ee-a2c1c452031e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  max-width:  100%;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom,
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  max-width:  100%;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom,
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  max-width:  100%;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom,
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  max-width:  100%;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom,
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 {
  max-width:  100%;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom,
.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede50b97-a0b5-46ff-8161-8b3882e9c283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b37e5b55-c827-4cb7-8ac6-81501d639dd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b37e5b55-c827-4cb7-8ac6-81501d639dd5 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-4817edb8-9011-4332-9277-c8a8c163dc12 {
  text-align: center;
}

#s-4817edb8-9011-4332-9277-c8a8c163dc12 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-4817edb8-9011-4332-9277-c8a8c163dc12 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-4817edb8-9011-4332-9277-c8a8c163dc12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-33688863-19af-45b5-8d2b-f769d87f2758 {
  margin-left: auto;
margin-right: auto;
}

#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  max-width:  100%;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom,
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  max-width:  100%;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom,
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  max-width:  100%;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom,
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  max-width:  100%;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom,
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d {
  max-width:  100%;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom,
.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde3346a-09c1-44a3-8a87-3b5fcdba1a3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-41eaf435-65d3-4ae9-a76e-ad53877fb7a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41eaf435-65d3-4ae9-a76e-ad53877fb7a0 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-e4400d6d-84e5-4d98-9f45-49a561b87e2b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e4400d6d-84e5-4d98-9f45-49a561b87e2b .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-e4400d6d-84e5-4d98-9f45-49a561b87e2b .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-e4400d6d-84e5-4d98-9f45-49a561b87e2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  text-align: center;
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  max-width:  100%;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom,
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  max-width:  100%;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom,
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  max-width:  100%;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom,
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  max-width:  100%;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom,
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 {
  max-width:  100%;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom,
.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3a6ed4-bc21-4499-a93e-8e46867ef3e9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9027983a-d297-4a1d-a83b-d92d63edc13a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9027983a-d297-4a1d-a83b-d92d63edc13a .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-210defef-a9ef-4501-8ed5-4eb74fe91215 {
  text-align: center;
}

#s-210defef-a9ef-4501-8ed5-4eb74fe91215 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-210defef-a9ef-4501-8ed5-4eb74fe91215 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-210defef-a9ef-4501-8ed5-4eb74fe91215 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8afb8c37-38b2-46f1-a333-91742a47732a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8afb8c37-38b2-46f1-a333-91742a47732a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8afb8c37-38b2-46f1-a333-91742a47732a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-44a4757a-ab97-42eb-bcf2-661a14cf3511 {
  display: none;
}
#s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-content-s-44a4757a-ab97-42eb-bcf2-661a14cf3511 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44a4757a-ab97-42eb-bcf2-661a14cf3511 {
  display: none;
}
#s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-content-s-44a4757a-ab97-42eb-bcf2-661a14cf3511 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44a4757a-ab97-42eb-bcf2-661a14cf3511 {
  display: none;
}
#s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-content-s-44a4757a-ab97-42eb-bcf2-661a14cf3511 { display: none !important; }}@media (max-width: 767px){#s-44a4757a-ab97-42eb-bcf2-661a14cf3511 {
  display: none;
}
#s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-s-44a4757a-ab97-42eb-bcf2-661a14cf3511, #wrap-content-s-44a4757a-ab97-42eb-bcf2-661a14cf3511 { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-ce41c952-57f9-43d6-9327-f161f66093c1 {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}

#s-ce41c952-57f9-43d6-9327-f161f66093c1 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-9c1bbf01-29d2-4fd8-817c-b8c96a158655 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9c1bbf01-29d2-4fd8-817c-b8c96a158655 {
  
}
}
#s-9c1bbf01-29d2-4fd8-817c-b8c96a158655 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-9c1bbf01-29d2-4fd8-817c-b8c96a158655 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-be2f5d64-5f68-463e-94a2-4c21e7f624c9 {
  margin-top: 10px;
margin-left: 16%;
margin-right: 16%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be2f5d64-5f68-463e-94a2-4c21e7f624c9 {
  margin-top: 2px;
margin-left: 2%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-be2f5d64-5f68-463e-94a2-4c21e7f624c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-be2f5d64-5f68-463e-94a2-4c21e7f624c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-be2f5d64-5f68-463e-94a2-4c21e7f624c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-be2f5d64-5f68-463e-94a2-4c21e7f624c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

#s-d7f7294e-1f15-4315-91c6-3d2c46bcdbed {
  text-align: center;
}

#s-d7f7294e-1f15-4315-91c6-3d2c46bcdbed {
  overflow: hidden;
  
  
}







  #s-d7f7294e-1f15-4315-91c6-3d2c46bcdbed img.shogun-image {
    

    
    
    
  }


#s-d7f7294e-1f15-4315-91c6-3d2c46bcdbed .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee428e1d-a7d9-4635-9c3a-3e342b71f9ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b1fb1bf-561b-44c5-b65c-a2affdab6e2d {
  text-align: center;
}

#s-0b1fb1bf-561b-44c5-b65c-a2affdab6e2d {
  overflow: hidden;
  
  
}







  #s-0b1fb1bf-561b-44c5-b65c-a2affdab6e2d img.shogun-image {
    

    
    
    
  }


#s-0b1fb1bf-561b-44c5-b65c-a2affdab6e2d .shogun-image-content {
  
    justify-content: center;
  
}

#s-00e9bc7d-e455-4c43-a0b8-32f368eafc1e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-895b79dc-39d5-4b51-bc90-73c872f587c5 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-895b79dc-39d5-4b51-bc90-73c872f587c5 {
  overflow: hidden;
  
  
}







  #s-895b79dc-39d5-4b51-bc90-73c872f587c5 img.shogun-image {
    

    
    
    
  }


#s-895b79dc-39d5-4b51-bc90-73c872f587c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e19bc6dd-b2db-4ca5-b07b-93ecf0b48b64 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a58ae7de-4c69-43a0-b8cb-fb13be1f1cfc {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-a58ae7de-4c69-43a0-b8cb-fb13be1f1cfc {
  overflow: hidden;
  
  
}







  #s-a58ae7de-4c69-43a0-b8cb-fb13be1f1cfc img.shogun-image {
    

    
    
    
  }


#s-a58ae7de-4c69-43a0-b8cb-fb13be1f1cfc .shogun-image-content {
  
    justify-content: center;
  
}

#s-5e0cd605-a6a7-482c-9a72-91ea42479c5b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-603eec28-6355-4a67-97f8-7d8f38ade10f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-603eec28-6355-4a67-97f8-7d8f38ade10f {
  overflow: hidden;
  
  
}







  #s-603eec28-6355-4a67-97f8-7d8f38ade10f img.shogun-image {
    

    
    
    
  }


#s-603eec28-6355-4a67-97f8-7d8f38ade10f .shogun-image-content {
  
    justify-content: center;
  
}

#s-d94dab34-9f56-4355-a6d7-1a5547b71d20 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-91063159-6f4b-4511-b54c-269dcdbe171e {
  text-align: center;
}
@media (min-width: 1200px){#s-91063159-6f4b-4511-b54c-269dcdbe171e {
  display: none;
}
#s-91063159-6f4b-4511-b54c-269dcdbe171e, #wrap-s-91063159-6f4b-4511-b54c-269dcdbe171e, #wrap-content-s-91063159-6f4b-4511-b54c-269dcdbe171e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91063159-6f4b-4511-b54c-269dcdbe171e {
  display: none;
}
#s-91063159-6f4b-4511-b54c-269dcdbe171e, #wrap-s-91063159-6f4b-4511-b54c-269dcdbe171e, #wrap-content-s-91063159-6f4b-4511-b54c-269dcdbe171e { display: none !important; }}
#s-91063159-6f4b-4511-b54c-269dcdbe171e {
  overflow: hidden;
  
  
}







  #s-91063159-6f4b-4511-b54c-269dcdbe171e img.shogun-image {
    

    
    
    
  }


#s-91063159-6f4b-4511-b54c-269dcdbe171e .shogun-image-content {
  
    justify-content: center;
  
}

#s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827 {
  display: none;
}
#s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827, #wrap-s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827, #wrap-content-s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827 {
  display: none;
}
#s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827, #wrap-s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827, #wrap-content-s-118c9cb2-5ce7-49f2-a48d-2aa1a59f9827 { display: none !important; }}
#s-1a1033bb-8c1e-43e6-8e55-c9058eb64749 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a1033bb-8c1e-43e6-8e55-c9058eb64749 {
  display: none;
}
#s-1a1033bb-8c1e-43e6-8e55-c9058eb64749, #wrap-s-1a1033bb-8c1e-43e6-8e55-c9058eb64749, #wrap-content-s-1a1033bb-8c1e-43e6-8e55-c9058eb64749 { display: none !important; }}@media (max-width: 767px){#s-1a1033bb-8c1e-43e6-8e55-c9058eb64749 {
  display: none;
}
#s-1a1033bb-8c1e-43e6-8e55-c9058eb64749, #wrap-s-1a1033bb-8c1e-43e6-8e55-c9058eb64749, #wrap-content-s-1a1033bb-8c1e-43e6-8e55-c9058eb64749 { display: none !important; }}
#s-77c6c83f-0eee-43ab-a848-962d1d9b23ea {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-77c6c83f-0eee-43ab-a848-962d1d9b23ea {
  display: none;
}
#s-77c6c83f-0eee-43ab-a848-962d1d9b23ea, #wrap-s-77c6c83f-0eee-43ab-a848-962d1d9b23ea, #wrap-content-s-77c6c83f-0eee-43ab-a848-962d1d9b23ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77c6c83f-0eee-43ab-a848-962d1d9b23ea {
  display: none;
}
#s-77c6c83f-0eee-43ab-a848-962d1d9b23ea, #wrap-s-77c6c83f-0eee-43ab-a848-962d1d9b23ea, #wrap-content-s-77c6c83f-0eee-43ab-a848-962d1d9b23ea { display: none !important; }}
#s-dde7875a-9b91-4782-8700-fb73b3427f4b {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}

#s-dde7875a-9b91-4782-8700-fb73b3427f4b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-1654473c-bca4-48ea-be56-dbd28a774710 {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1654473c-bca4-48ea-be56-dbd28a774710 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-1654473c-bca4-48ea-be56-dbd28a774710 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7e956126-5225-4589-b681-a205f1e6e7a8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e956126-5225-4589-b681-a205f1e6e7a8 {
  display: none;
}
#s-7e956126-5225-4589-b681-a205f1e6e7a8, #wrap-s-7e956126-5225-4589-b681-a205f1e6e7a8, #wrap-content-s-7e956126-5225-4589-b681-a205f1e6e7a8 { display: none !important; }}@media (max-width: 767px){#s-7e956126-5225-4589-b681-a205f1e6e7a8 {
  display: none;
}
#s-7e956126-5225-4589-b681-a205f1e6e7a8, #wrap-s-7e956126-5225-4589-b681-a205f1e6e7a8, #wrap-content-s-7e956126-5225-4589-b681-a205f1e6e7a8 { display: none !important; }}
#s-7e956126-5225-4589-b681-a205f1e6e7a8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7e956126-5225-4589-b681-a205f1e6e7a8 .shg-sld-nav-button.shg-sld-left,
#s-7e956126-5225-4589-b681-a205f1e6e7a8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e8de3c92-d6b5-45ee-b820-915ccfb20043 {
  text-align: center;
}

#s-e8de3c92-d6b5-45ee-b820-915ccfb20043 {
  overflow: hidden;
  
  
}







  #s-e8de3c92-d6b5-45ee-b820-915ccfb20043 img.shogun-image {
    

    
    
    
  }


#s-e8de3c92-d6b5-45ee-b820-915ccfb20043 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4a9add97-b75a-4c0b-b2e6-8c50c694adff {
  text-align: center;
}

#s-4a9add97-b75a-4c0b-b2e6-8c50c694adff {
  overflow: hidden;
  
  
}







  #s-4a9add97-b75a-4c0b-b2e6-8c50c694adff img.shogun-image {
    

    
    
    
  }


#s-4a9add97-b75a-4c0b-b2e6-8c50c694adff .shogun-image-content {
  
    justify-content: center;
  
}

#s-c8eb386f-021e-4b0e-b62c-192a7ce795a7 {
  min-height: 50px;
}








#s-c8eb386f-021e-4b0e-b62c-192a7ce795a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8eb386f-021e-4b0e-b62c-192a7ce795a7.shg-box.shg-c {
  justify-content: center;
}

#s-226c98b3-936e-433f-b48b-d69016c3f110 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-226c98b3-936e-433f-b48b-d69016c3f110 {
  display: none;
}
#s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-content-s-226c98b3-936e-433f-b48b-d69016c3f110 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-226c98b3-936e-433f-b48b-d69016c3f110 {
  display: none;
}
#s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-content-s-226c98b3-936e-433f-b48b-d69016c3f110 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-226c98b3-936e-433f-b48b-d69016c3f110 {
  display: none;
}
#s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-s-226c98b3-936e-433f-b48b-d69016c3f110, #wrap-content-s-226c98b3-936e-433f-b48b-d69016c3f110 { display: none !important; }}







#s-226c98b3-936e-433f-b48b-d69016c3f110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-226c98b3-936e-433f-b48b-d69016c3f110.shg-box.shg-c {
  justify-content: center;
}

#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 {
  display: none;
}
#s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-content-s-faf0d21e-af49-4f99-8cda-f50bc79beb16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 {
  display: none;
}
#s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-content-s-faf0d21e-af49-4f99-8cda-f50bc79beb16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 {
  display: none;
}
#s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-s-faf0d21e-af49-4f99-8cda-f50bc79beb16, #wrap-content-s-faf0d21e-af49-4f99-8cda-f50bc79beb16 { display: none !important; }}
#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 .shg-sld-nav-button.shg-sld-left,
#s-faf0d21e-af49-4f99-8cda-f50bc79beb16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3a24f097-9581-4a74-a075-ac9c2094e743 {
  text-align: center;
}

#s-3a24f097-9581-4a74-a075-ac9c2094e743 {
  overflow: hidden;
  
  
}







  #s-3a24f097-9581-4a74-a075-ac9c2094e743 img.shogun-image {
    

    
    
    
  }


#s-3a24f097-9581-4a74-a075-ac9c2094e743 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e9b27c95-0b2b-4948-8895-cf9dad9ada2a {
  text-align: center;
}

#s-e9b27c95-0b2b-4948-8895-cf9dad9ada2a {
  overflow: hidden;
  
  
}







  #s-e9b27c95-0b2b-4948-8895-cf9dad9ada2a img.shogun-image {
    

    
    
    
  }


#s-e9b27c95-0b2b-4948-8895-cf9dad9ada2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-0cf8e7a3-d74c-4bad-b3b3-13ef8194d3ec {
  text-align: center;
}

#s-0cf8e7a3-d74c-4bad-b3b3-13ef8194d3ec {
  overflow: hidden;
  
  
}







  #s-0cf8e7a3-d74c-4bad-b3b3-13ef8194d3ec img.shogun-image {
    

    
    
    
  }


#s-0cf8e7a3-d74c-4bad-b3b3-13ef8194d3ec .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5645829-db6c-47a1-b351-6c1290014c71 {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}

#s-c5645829-db6c-47a1-b351-6c1290014c71 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-4b11b24c-a483-41f9-80f2-6ecfac4ca756 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b11b24c-a483-41f9-80f2-6ecfac4ca756 {
  
}
}@media (max-width: 767px){#s-4b11b24c-a483-41f9-80f2-6ecfac4ca756 {
  display: none;
}
#s-4b11b24c-a483-41f9-80f2-6ecfac4ca756, #wrap-s-4b11b24c-a483-41f9-80f2-6ecfac4ca756, #wrap-content-s-4b11b24c-a483-41f9-80f2-6ecfac4ca756 { display: none !important; }}
#s-4b11b24c-a483-41f9-80f2-6ecfac4ca756 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-528588d0-915c-447a-9933-350e7b9e1349 {
  margin-left: 13%;
margin-right: 13%;
}
@media (max-width: 767px){#s-528588d0-915c-447a-9933-350e7b9e1349 {
  display: none;
}
#s-528588d0-915c-447a-9933-350e7b9e1349, #wrap-s-528588d0-915c-447a-9933-350e7b9e1349, #wrap-content-s-528588d0-915c-447a-9933-350e7b9e1349 { display: none !important; }}
@media (min-width: 0px) {
[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-528588d0-915c-447a-9933-350e7b9e1349"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4a52d71e-9661-4262-93d1-5da947e81f5a {
  margin-left: 3%;
margin-right: 3%;
max-width: 250px;
text-align: right;
}
@media (max-width: 767px){#s-4a52d71e-9661-4262-93d1-5da947e81f5a {
  display: none;
}
#s-4a52d71e-9661-4262-93d1-5da947e81f5a, #wrap-s-4a52d71e-9661-4262-93d1-5da947e81f5a, #wrap-content-s-4a52d71e-9661-4262-93d1-5da947e81f5a { display: none !important; }}
#s-4a52d71e-9661-4262-93d1-5da947e81f5a {
  overflow: hidden;
  
  
      max-width: 250px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-4a52d71e-9661-4262-93d1-5da947e81f5a img.shogun-image {
    

    
    
    
  }


#s-4a52d71e-9661-4262-93d1-5da947e81f5a .shogun-image-content {
  
    justify-content: center;
  
}

#s-f9c1dfc2-b121-4268-91e2-f152e1237def {
  margin-top: 15px;
margin-left: -2%;
margin-right: 14%;
}

#s-7ab5282e-7f96-417f-ba34-05de758043b1 {
  margin-top: -5px;
margin-left: 25%;
margin-bottom: -5px;
margin-right: 25%;
}
@media (max-width: 767px){#s-7ab5282e-7f96-417f-ba34-05de758043b1 {
  display: none;
}
#s-7ab5282e-7f96-417f-ba34-05de758043b1, #wrap-s-7ab5282e-7f96-417f-ba34-05de758043b1, #wrap-content-s-7ab5282e-7f96-417f-ba34-05de758043b1 { display: none !important; }}
#s-7ab5282e-7f96-417f-ba34-05de758043b1 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}