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

.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-c87c9db7-711e-485d-b83d-a45765dfa287 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-c87c9db7-711e-485d-b83d-a45765dfa287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c87c9db7-711e-485d-b83d-a45765dfa287.shg-box.shg-c {
  justify-content: center;
}

#s-e93c8831-e457-4e25-a702-1fdbc4dba1bc {
  margin-left: 0%;
margin-right: 0%;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-e4e241ac-785f-4158-8181-91f6b8ccfa65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4e241ac-785f-4158-8181-91f6b8ccfa65 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

.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-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  max-width:  100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  max-width:  100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  max-width:  100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  max-width:  100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 {
  max-width:  100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 .shg-image-zoom,
.shg-c#s-243ee745-e069-47b1-af95-7ccf8a97bc36 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bb69c7c-09f2-43cb-8362-8f96663bb779 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-e9cbda04-6079-4273-8498-ac1980770cb9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-e9cbda04-6079-4273-8498-ac1980770cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9cbda04-6079-4273-8498-ac1980770cb9.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-e6a0a83a-6503-4edb-b859-d85f044d8954 {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-e6a0a83a-6503-4edb-b859-d85f044d8954 {
  display: none;
}
#s-e6a0a83a-6503-4edb-b859-d85f044d8954, #wrap-s-e6a0a83a-6503-4edb-b859-d85f044d8954 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6a0a83a-6503-4edb-b859-d85f044d8954 {
  display: none;
}
#s-e6a0a83a-6503-4edb-b859-d85f044d8954, #wrap-s-e6a0a83a-6503-4edb-b859-d85f044d8954 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6a0a83a-6503-4edb-b859-d85f044d8954 {
  display: none;
}
#s-e6a0a83a-6503-4edb-b859-d85f044d8954, #wrap-s-e6a0a83a-6503-4edb-b859-d85f044d8954 { display: none !important; }}
#s-e6a0a83a-6503-4edb-b859-d85f044d8954 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-4191b113-de45-4d9b-83ba-792344a7fc3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4191b113-de45-4d9b-83ba-792344a7fc3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4191b113-de45-4d9b-83ba-792344a7fc3e.shg-box.shg-c {
  justify-content: center;
}

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

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

[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-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6 {
  display: none;
}
#s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6, #wrap-s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6 { display: none !important; }}@media (max-width: 767px){#s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6 {
  display: none;
}
#s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6, #wrap-s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0f6d90d-e3db-4dbc-bee2-a45e3d8482a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6859da2b-5991-4a51-8e3e-7568e16fb517 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6859da2b-5991-4a51-8e3e-7568e16fb517 .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-13ea32f9-2e38-499e-8a6f-1138941f5e83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13ea32f9-2e38-499e-8a6f-1138941f5e83 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-433126ad-2b08-4364-8dc2-cb0fcadf25f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-433126ad-2b08-4364-8dc2-cb0fcadf25f0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-50993be9-1209-456e-b6b3-e073c0212c32 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-50993be9-1209-456e-b6b3-e073c0212c32 {
  display: none;
}
#s-50993be9-1209-456e-b6b3-e073c0212c32, #wrap-s-50993be9-1209-456e-b6b3-e073c0212c32 { display: none !important; }}@media (max-width: 767px){#s-50993be9-1209-456e-b6b3-e073c0212c32 {
  display: none;
}
#s-50993be9-1209-456e-b6b3-e073c0212c32, #wrap-s-50993be9-1209-456e-b6b3-e073c0212c32 { display: none !important; }}
@media (min-width: 0px) {
[id="s-50993be9-1209-456e-b6b3-e073c0212c32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50993be9-1209-456e-b6b3-e073c0212c32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50993be9-1209-456e-b6b3-e073c0212c32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50993be9-1209-456e-b6b3-e073c0212c32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ce99ca3b-540f-4b1b-94d9-18bb2fc2a583 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9626afc2-24c3-4429-b78c-9e013a6313c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-57c98ccf-ea2f-4307-8fcb-90e6fb8498f7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e61407c7-86d6-48e3-8018-eacc1bf613c6 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-e61407c7-86d6-48e3-8018-eacc1bf613c6 {
  display: none;
}
#s-e61407c7-86d6-48e3-8018-eacc1bf613c6, #wrap-s-e61407c7-86d6-48e3-8018-eacc1bf613c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e61407c7-86d6-48e3-8018-eacc1bf613c6 {
  display: none;
}
#s-e61407c7-86d6-48e3-8018-eacc1bf613c6, #wrap-s-e61407c7-86d6-48e3-8018-eacc1bf613c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e61407c7-86d6-48e3-8018-eacc1bf613c6 {
  
}
}@media (max-width: 767px){#s-e61407c7-86d6-48e3-8018-eacc1bf613c6 {
  
}
}
@media (min-width: 0px) {
[id="s-e61407c7-86d6-48e3-8018-eacc1bf613c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e61407c7-86d6-48e3-8018-eacc1bf613c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e61407c7-86d6-48e3-8018-eacc1bf613c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e61407c7-86d6-48e3-8018-eacc1bf613c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35e8d0fd-a0c0-4bb1-9d01-edf1f7906857 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35e8d0fd-a0c0-4bb1-9d01-edf1f7906857 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-55e55e13-0346-41d0-ba5e-ecb482075ae4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4ba42c18-b94d-44bf-bbad-0d889488c1a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ba42c18-b94d-44bf-bbad-0d889488c1a4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-eb7605c6-6fcc-4366-a8c0-44d0c0fc72db {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7d1cd2e7-8e97-4448-b904-565647670995 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d1cd2e7-8e97-4448-b904-565647670995 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-782beb9a-be8a-43a3-a112-29690b094a12 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-73735c6d-a996-44fc-a95a-afcb53fc42b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73735c6d-a996-44fc-a95a-afcb53fc42b6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-47a0a51d-459a-4596-9701-36b413f660b3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3e268ad3-7079-4f0f-8795-038ab6e440a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e268ad3-7079-4f0f-8795-038ab6e440a4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1f4eccb2-a0ee-4ace-95d0-6f755aeaa9e9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-1001095a-3099-41bc-a3dd-64f8b89661df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1001095a-3099-41bc-a3dd-64f8b89661df .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d556986b-2264-4a62-a1d6-bc115f34dd63 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-db5f1c29-4eef-4f1a-b326-fe5fdf22ebd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db5f1c29-4eef-4f1a-b326-fe5fdf22ebd8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7f5fdc45-990a-4fa6-a818-cdaded27956f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-86eb56bd-e932-41db-b099-44b5b205c66b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86eb56bd-e932-41db-b099-44b5b205c66b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c7f03828-752f-48a3-bee4-b54707643ba2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7cdced65-392e-4303-b33c-c40a1a91b95d {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cdced65-392e-4303-b33c-c40a1a91b95d {
  display: none;
}
#s-7cdced65-392e-4303-b33c-c40a1a91b95d, #wrap-s-7cdced65-392e-4303-b33c-c40a1a91b95d { display: none !important; }}@media (max-width: 767px){#s-7cdced65-392e-4303-b33c-c40a1a91b95d {
  display: none;
}
#s-7cdced65-392e-4303-b33c-c40a1a91b95d, #wrap-s-7cdced65-392e-4303-b33c-c40a1a91b95d { display: none !important; }}
@media (min-width: 0px) {
[id="s-7cdced65-392e-4303-b33c-c40a1a91b95d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cdced65-392e-4303-b33c-c40a1a91b95d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7cdced65-392e-4303-b33c-c40a1a91b95d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cdced65-392e-4303-b33c-c40a1a91b95d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-41245539-e2ac-4e45-a885-517e732d8f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41245539-e2ac-4e45-a885-517e732d8f3e .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-daea3e04-a9a4-45b1-864c-f261f409ca32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daea3e04-a9a4-45b1-864c-f261f409ca32 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fe128720-a7e2-4bf2-af52-e72f370b5b93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe128720-a7e2-4bf2-af52-e72f370b5b93 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e0621cbc-b1b7-414b-9c07-47616807b06b {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0621cbc-b1b7-414b-9c07-47616807b06b {
  display: none;
}
#s-e0621cbc-b1b7-414b-9c07-47616807b06b, #wrap-s-e0621cbc-b1b7-414b-9c07-47616807b06b { display: none !important; }}@media (max-width: 767px){#s-e0621cbc-b1b7-414b-9c07-47616807b06b {
  display: none;
}
#s-e0621cbc-b1b7-414b-9c07-47616807b06b, #wrap-s-e0621cbc-b1b7-414b-9c07-47616807b06b { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0621cbc-b1b7-414b-9c07-47616807b06b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0621cbc-b1b7-414b-9c07-47616807b06b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0621cbc-b1b7-414b-9c07-47616807b06b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0621cbc-b1b7-414b-9c07-47616807b06b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e4ad1cb7-0854-4041-aa3e-136b9d7cb3a9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-cf77113a-2cf5-4e5a-b882-96d48217137a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-21cef684-8a4a-48d7-bb1d-850cac9e057c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-df456011-24ac-45d8-aebe-639e700a1dff {
  display: none;
}
#s-df456011-24ac-45d8-aebe-639e700a1dff, #wrap-s-df456011-24ac-45d8-aebe-639e700a1dff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df456011-24ac-45d8-aebe-639e700a1dff {
  display: none;
}
#s-df456011-24ac-45d8-aebe-639e700a1dff, #wrap-s-df456011-24ac-45d8-aebe-639e700a1dff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df456011-24ac-45d8-aebe-639e700a1dff {
  display: none;
}
#s-df456011-24ac-45d8-aebe-639e700a1dff, #wrap-s-df456011-24ac-45d8-aebe-639e700a1dff { display: none !important; }}@media (max-width: 767px){#s-df456011-24ac-45d8-aebe-639e700a1dff {
  display: none;
}
#s-df456011-24ac-45d8-aebe-639e700a1dff, #wrap-s-df456011-24ac-45d8-aebe-639e700a1dff { display: none !important; }}
.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-e24df672-c174-49be-a6a7-202d68b2f9e5 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzU2NWM5Y2QtODg3MS00ZjA2LTgxNDAtNTdhZmRhZGIyM2UyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNTY1YzljZC04ODcxLTRmMDYtODE0MC01N2FmZGFkYjIzZTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-e24df672-c174-49be-a6a7-202d68b2f9e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e24df672-c174-49be-a6a7-202d68b2f9e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e24df672-c174-49be-a6a7-202d68b2f9e5-root {
    text-align: center;
  }


#s-e24df672-c174-49be-a6a7-202d68b2f9e5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e24df672-c174-49be-a6a7-202d68b2f9e5-root {
    text-align: center;
  }


#s-e24df672-c174-49be-a6a7-202d68b2f9e5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e24df672-c174-49be-a6a7-202d68b2f9e5-root {
    text-align: center;
  }


#s-e24df672-c174-49be-a6a7-202d68b2f9e5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e24df672-c174-49be-a6a7-202d68b2f9e5-root {
    text-align: center;
  }


#s-e24df672-c174-49be-a6a7-202d68b2f9e5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e24df672-c174-49be-a6a7-202d68b2f9e5-root {
    text-align: center;
  }


#s-e24df672-c174-49be-a6a7-202d68b2f9e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-be861fb0-abe7-4a3c-a994-06f0648e6060 {
  margin-left: auto;
margin-right: auto;
}

#s-be861fb0-abe7-4a3c-a994-06f0648e6060 hr {
  border-top: 2px solid #ddd;
}

#s-bb23b7a9-d0b7-4ecc-a2b5-127fb39ae6e1 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-bb23b7a9-d0b7-4ecc-a2b5-127fb39ae6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb23b7a9-d0b7-4ecc-a2b5-127fb39ae6e1.shg-box.shg-c {
  justify-content: center;
}

#s-02704a58-7b84-43a3-9320-d861511529ba {
  margin-left: 0%;
margin-right: 0%;
}

#s-8f300842-8e34-4635-aec4-e5ef646b9286 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f300842-8e34-4635-aec4-e5ef646b9286 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
  height: inherit;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/550;
text-align: center;
}



.shg-image-margin-container-s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4a366c-78d9-4995-89b9-08434008f87f {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
      position: relative;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3a4a366c-78d9-4995-89b9-08434008f87f {
  
  
  
  
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4a366c-78d9-4995-89b9-08434008f87f {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
      position: relative;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-3a4a366c-78d9-4995-89b9-08434008f87f {
  
  
  
  
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4a366c-78d9-4995-89b9-08434008f87f {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
      position: relative;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-3a4a366c-78d9-4995-89b9-08434008f87f {
  
  
  
  
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4a366c-78d9-4995-89b9-08434008f87f {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
      position: relative;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-3a4a366c-78d9-4995-89b9-08434008f87f {
  
  
  
  
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a4a366c-78d9-4995-89b9-08434008f87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-3a4a366c-78d9-4995-89b9-08434008f87f .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4a366c-78d9-4995-89b9-08434008f87f {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container {
      position: relative;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4a366c-78d9-4995-89b9-08434008f87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-74a4d2a3-3ba8-49eb-982c-1283ee0f128a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-c73b8fc9-873f-4a08-8364-1b101f2bd1b4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-c73b8fc9-873f-4a08-8364-1b101f2bd1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c73b8fc9-873f-4a08-8364-1b101f2bd1b4.shg-box.shg-c {
  justify-content: center;
}

#s-faddbf4b-ef45-4f2f-a85f-607939fc47de {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-faddbf4b-ef45-4f2f-a85f-607939fc47de {
  
}
}@media (max-width: 767px){#s-faddbf4b-ef45-4f2f-a85f-607939fc47de {
  
}
}
@media (min-width: 0px) {
[id="s-faddbf4b-ef45-4f2f-a85f-607939fc47de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faddbf4b-ef45-4f2f-a85f-607939fc47de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-faddbf4b-ef45-4f2f-a85f-607939fc47de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-faddbf4b-ef45-4f2f-a85f-607939fc47de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8619f8cc-8cb7-4170-bbaa-c12f6426f40b {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-6f529474-a168-4b73-bdb1-eede55d7b905 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8e1d1e39-36b5-4344-94ea-46ed21b4f121 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-9dbdd82b-05b9-4e94-b484-1d20bff25cb0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4958827a-c82a-4cf5-8018-fce0cabc918e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f146d7b5-b568-4ffa-90d0-bf26de67dec5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230 {
  
}
}@media (max-width: 767px){#s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230 {
  
}
}
@media (min-width: 0px) {
[id="s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7951f8ee-a32c-4769-ab2f-ef3b67cf6230"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a8dbaa0a-f4f9-4189-ab9b-11f57a75dad2 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-36d73fc5-cb81-44f8-8eae-9c0ae60bf563 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9b1c6301-8a4e-4c68-9f8a-91776f55fd24 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0960dda4-3d9a-4cf3-ab9e-f342d866a4bd {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7e79848a-1a43-4ce6-8d33-98fd360bb44d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0db6fdf9-f453-4996-a8f4-0abfb2a28732 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-661a0222-39e9-4438-8a2a-c7391091d848 {
  display: none;
}
#s-661a0222-39e9-4438-8a2a-c7391091d848, #wrap-s-661a0222-39e9-4438-8a2a-c7391091d848 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-661a0222-39e9-4438-8a2a-c7391091d848 {
  display: none;
}
#s-661a0222-39e9-4438-8a2a-c7391091d848, #wrap-s-661a0222-39e9-4438-8a2a-c7391091d848 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-661a0222-39e9-4438-8a2a-c7391091d848 {
  display: none;
}
#s-661a0222-39e9-4438-8a2a-c7391091d848, #wrap-s-661a0222-39e9-4438-8a2a-c7391091d848 { display: none !important; }}@media (max-width: 767px){#s-661a0222-39e9-4438-8a2a-c7391091d848 {
  display: none;
}
#s-661a0222-39e9-4438-8a2a-c7391091d848, #wrap-s-661a0222-39e9-4438-8a2a-c7391091d848 { display: none !important; }}
#s-27004451-8d91-40b3-8fd7-8291b65627d0 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDA3NGVkY2QtNzcwYy00YzI1LWJiMzctMmVhZTZhOTliMWRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDc0ZWRjZC03NzBjLTRjMjUtYmIzNy0yZWFlNmE5OWIxZGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-27004451-8d91-40b3-8fd7-8291b65627d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27004451-8d91-40b3-8fd7-8291b65627d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27004451-8d91-40b3-8fd7-8291b65627d0-root {
    text-align: center;
  }


#s-27004451-8d91-40b3-8fd7-8291b65627d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27004451-8d91-40b3-8fd7-8291b65627d0-root {
    text-align: center;
  }


#s-27004451-8d91-40b3-8fd7-8291b65627d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27004451-8d91-40b3-8fd7-8291b65627d0-root {
    text-align: center;
  }


#s-27004451-8d91-40b3-8fd7-8291b65627d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27004451-8d91-40b3-8fd7-8291b65627d0-root {
    text-align: center;
  }


#s-27004451-8d91-40b3-8fd7-8291b65627d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27004451-8d91-40b3-8fd7-8291b65627d0-root {
    text-align: center;
  }


#s-27004451-8d91-40b3-8fd7-8291b65627d0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-33ec388d-3e88-4df1-8a12-259d562bb161 {
  margin-left: auto;
margin-right: auto;
}

#s-33ec388d-3e88-4df1-8a12-259d562bb161 hr {
  border-top: 2px solid #ddd;
}

#s-f0840796-9dcb-4af3-a51e-0a367b07c28e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f0840796-9dcb-4af3-a51e-0a367b07c28e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0840796-9dcb-4af3-a51e-0a367b07c28e.shg-box.shg-c {
  justify-content: center;
}

#s-ae513c14-a3fd-434c-a1ab-455b09ce1a91 {
  margin-left: 0%;
margin-right: 0%;
}

#s-839db1a0-46ce-4417-adcf-eefeab052ffe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-839db1a0-46ce-4417-adcf-eefeab052ffe .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-content {
  
    align-items: center;
  
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
      position: relative;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  
  
  
  
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-content {
  
    align-items: center;
  
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
      position: relative;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  
  
  
  
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-content {
  
    align-items: center;
  
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
      position: relative;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  
  
  
  
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-content {
  
    align-items: center;
  
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
      position: relative;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  
  
  
  
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 .shogun-image-content {
  
    align-items: center;
  
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container {
      position: relative;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f68d-33fe-42ef-be73-8b28c7ad4579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-98e18be6-338f-4353-a542-9a8f94794d8c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-fc01f38e-cfc3-4516-b19e-8156bf1c3596 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-fc01f38e-cfc3-4516-b19e-8156bf1c3596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc01f38e-cfc3-4516-b19e-8156bf1c3596.shg-box.shg-c {
  justify-content: center;
}

#s-58c3916c-410f-4ec8-bbd7-741a7ec0252a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58c3916c-410f-4ec8-bbd7-741a7ec0252a {
  
}
}@media (max-width: 767px){#s-58c3916c-410f-4ec8-bbd7-741a7ec0252a {
  
}
}
@media (min-width: 0px) {
[id="s-58c3916c-410f-4ec8-bbd7-741a7ec0252a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58c3916c-410f-4ec8-bbd7-741a7ec0252a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58c3916c-410f-4ec8-bbd7-741a7ec0252a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58c3916c-410f-4ec8-bbd7-741a7ec0252a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0940ab3f-d006-4bdb-8630-d0ebcdae3dd2 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-888ea6e1-af84-4411-b3f1-4e21f7397859 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-d92455aa-2047-4522-a165-26a0466294be {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-782e1fcc-5c12-4dfc-b170-e58f0e7d1327 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-131cd78a-2474-46ad-957b-77cc967f4473 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-36643560-f644-45cd-bc18-3ab1f6c74aff {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8ae3d068-3e41-4657-a274-d50cd289c446 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ae3d068-3e41-4657-a274-d50cd289c446 {
  
}
}@media (max-width: 767px){#s-8ae3d068-3e41-4657-a274-d50cd289c446 {
  
}
}
@media (min-width: 0px) {
[id="s-8ae3d068-3e41-4657-a274-d50cd289c446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ae3d068-3e41-4657-a274-d50cd289c446"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae3d068-3e41-4657-a274-d50cd289c446"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae3d068-3e41-4657-a274-d50cd289c446"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-eec53b40-a5fa-42c4-9365-7dc50c4f52ed {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-72234a9f-a702-41de-a083-2c79376b2a3c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-d4bf929d-167e-453a-85dc-2aa851376094 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f1ed8b08-ce52-465d-b125-7c6cf1d349b0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f48ee49a-276f-4c1a-b0ff-70e79f56027f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-a70a0cd5-7b0d-49f7-a117-0efdf5c8a367 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-43b98b67-085b-473c-bb13-413bd6ad0b44 {
  display: none;
}
#s-43b98b67-085b-473c-bb13-413bd6ad0b44, #wrap-s-43b98b67-085b-473c-bb13-413bd6ad0b44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43b98b67-085b-473c-bb13-413bd6ad0b44 {
  display: none;
}
#s-43b98b67-085b-473c-bb13-413bd6ad0b44, #wrap-s-43b98b67-085b-473c-bb13-413bd6ad0b44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43b98b67-085b-473c-bb13-413bd6ad0b44 {
  display: none;
}
#s-43b98b67-085b-473c-bb13-413bd6ad0b44, #wrap-s-43b98b67-085b-473c-bb13-413bd6ad0b44 { display: none !important; }}@media (max-width: 767px){#s-43b98b67-085b-473c-bb13-413bd6ad0b44 {
  display: none;
}
#s-43b98b67-085b-473c-bb13-413bd6ad0b44, #wrap-s-43b98b67-085b-473c-bb13-413bd6ad0b44 { display: none !important; }}
#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhiZDIwOWQtMDRiMy00NGQyLWI4NTctMjFlYjQxM2FmYTkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGJkMjA5ZC0wNGIzLTQ0ZDItYjg1Ny0yMWViNDEzYWZhOTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d-root {
    text-align: center;
  }


#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d-root {
    text-align: center;
  }


#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d-root {
    text-align: center;
  }


#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d-root {
    text-align: center;
  }


#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d-root {
    text-align: center;
  }


#s-f72bc770-c5a4-4d1b-abd1-7f0bcf710b6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-88e48788-3df5-4a39-8f0f-0c2d950cb3b8 {
  margin-left: auto;
margin-right: auto;
}

#s-88e48788-3df5-4a39-8f0f-0c2d950cb3b8 hr {
  border-top: 2px solid #ddd;
}

#s-4a4c0218-2042-47cf-bbfa-a59122f34b16 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4a4c0218-2042-47cf-bbfa-a59122f34b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a4c0218-2042-47cf-bbfa-a59122f34b16.shg-box.shg-c {
  justify-content: center;
}

#s-4ef2a6af-8d23-475a-864d-2c54be908cef {
  margin-left: 0%;
margin-right: 0%;
}

#s-9639bac9-9ac8-4c51-aaa0-5738a457a1d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9639bac9-9ac8-4c51-aaa0-5738a457a1d5 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  max-width:  100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  max-width:  100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  max-width:  100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  max-width:  100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 {
  max-width:  100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 .shg-image-zoom,
.shg-c#s-effb5c7c-3fa0-48f3-979e-b518229872e3 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b4c58964-d597-4fe4-a8bd-711673055b2a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-8fb6961f-eef7-4210-86fc-48f29f0e687e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8fb6961f-eef7-4210-86fc-48f29f0e687e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fb6961f-eef7-4210-86fc-48f29f0e687e.shg-box.shg-c {
  justify-content: center;
}

#s-693c8466-af57-453d-819b-d5b4b318f68c {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-693c8466-af57-453d-819b-d5b4b318f68c {
  
}
}@media (max-width: 767px){#s-693c8466-af57-453d-819b-d5b4b318f68c {
  
}
}
@media (min-width: 0px) {
[id="s-693c8466-af57-453d-819b-d5b4b318f68c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-693c8466-af57-453d-819b-d5b4b318f68c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-693c8466-af57-453d-819b-d5b4b318f68c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-693c8466-af57-453d-819b-d5b4b318f68c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cbc7966b-d1c0-449d-b973-5f65ed5f43a9 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-3a381f46-55ef-4e28-afe7-b3466d6af38d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f67801f3-1802-42e3-a19b-43a481d7c164 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-9d15fef8-7a0d-4031-805e-24f4037cb3db {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-527fd1fa-6996-44ca-b1ef-64123414b790 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-5321044d-5d8b-4a61-afd2-26f8451296c6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502 {
  
}
}@media (max-width: 767px){#s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502 {
  
}
}
@media (min-width: 0px) {
[id="s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9040266-a5cf-4b4c-bf36-6dd0e5b2b502"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cdc80129-82ff-401d-b578-efc17201ff6b {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-74c09d70-4a83-4087-82ac-3fe49470f964 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-db2cc4b7-8a13-4911-ba26-c7b2b7aa1fbc {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-14be5134-0257-4c3f-8189-9d31cb62e7d7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-90651b39-8ff5-4b5e-90f3-89b437b5e256 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f6337740-cba0-4b3f-a63a-e351c17139b1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-12940c52-1fa4-4174-b8f4-45fbe4568e79 {
  display: none;
}
#s-12940c52-1fa4-4174-b8f4-45fbe4568e79, #wrap-s-12940c52-1fa4-4174-b8f4-45fbe4568e79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12940c52-1fa4-4174-b8f4-45fbe4568e79 {
  display: none;
}
#s-12940c52-1fa4-4174-b8f4-45fbe4568e79, #wrap-s-12940c52-1fa4-4174-b8f4-45fbe4568e79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12940c52-1fa4-4174-b8f4-45fbe4568e79 {
  display: none;
}
#s-12940c52-1fa4-4174-b8f4-45fbe4568e79, #wrap-s-12940c52-1fa4-4174-b8f4-45fbe4568e79 { display: none !important; }}@media (max-width: 767px){#s-12940c52-1fa4-4174-b8f4-45fbe4568e79 {
  display: none;
}
#s-12940c52-1fa4-4174-b8f4-45fbe4568e79, #wrap-s-12940c52-1fa4-4174-b8f4-45fbe4568e79 { display: none !important; }}
#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2YyYWJkMmItODcwZi00ODllLTk3MzMtZWJiNjM3MGFhZTBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZjJhYmQyYi04NzBmLTQ4OWUtOTczMy1lYmI2MzcwYWFlMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4-root {
    text-align: center;
  }


#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4-root {
    text-align: center;
  }


#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4-root {
    text-align: center;
  }


#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4-root {
    text-align: center;
  }


#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4-root {
    text-align: center;
  }


#s-a284f750-f8d1-47d0-8c7b-f5f772c33fd4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-4169a584-4364-4e67-b95a-0e958dbccbb7 {
  margin-left: auto;
margin-right: auto;
}

#s-4169a584-4364-4e67-b95a-0e958dbccbb7 hr {
  border-top: 2px solid #ddd;
}

#s-ddfda6c1-f3c2-460f-8e3d-2d15d1d87292 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-ddfda6c1-f3c2-460f-8e3d-2d15d1d87292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddfda6c1-f3c2-460f-8e3d-2d15d1d87292.shg-box.shg-c {
  justify-content: center;
}

#s-76d1bbb8-8799-4e0a-be70-a5a20b36d30c {
  margin-left: 0%;
margin-right: 0%;
}

#s-38a86e85-de87-45e3-999b-8385c5978b15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38a86e85-de87-45e3-999b-8385c5978b15 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  max-width:  100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  max-width:  100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  max-width:  100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  max-width:  100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa {
  max-width:  100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa .shg-image-zoom,
.shg-c#s-17ef65c1-e577-4a93-8773-cb94c05697aa img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f8c424fe-89b1-4586-bc92-46ade226b541 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-7894d6b8-a2b0-4cd1-ad3e-ef0534cfd624 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-7894d6b8-a2b0-4cd1-ad3e-ef0534cfd624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7894d6b8-a2b0-4cd1-ad3e-ef0534cfd624.shg-box.shg-c {
  justify-content: center;
}

#s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb {
  
}
}@media (max-width: 767px){#s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb {
  
}
}
@media (min-width: 0px) {
[id="s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d3c217a-eb7f-4c36-a2c0-885a745c6abb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8dff387d-b647-4057-b491-3012e7c3e45e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-45ad4582-3f14-40c3-a2da-885766678d6b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-379b23f3-7d20-42ae-b74a-1d8f192e44db {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-ed942549-3223-4535-be71-c37a63c0096a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b1c8c739-d5ce-41a2-aa49-a222bcdc823f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-61c270c2-804d-4e43-b7a3-696ebbe39d3d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9e1ea15b-2f86-4860-98a3-92f44c971109 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e1ea15b-2f86-4860-98a3-92f44c971109 {
  
}
}@media (max-width: 767px){#s-9e1ea15b-2f86-4860-98a3-92f44c971109 {
  
}
}
@media (min-width: 0px) {
[id="s-9e1ea15b-2f86-4860-98a3-92f44c971109"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1ea15b-2f86-4860-98a3-92f44c971109"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1ea15b-2f86-4860-98a3-92f44c971109"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1ea15b-2f86-4860-98a3-92f44c971109"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-244951ca-c662-46fa-b3b1-0fff96359f40 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d48a8d25-729a-4ac9-8e1a-893c23ffc8f5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-bc0d50b1-0462-4e02-b38b-0d313ae391a1 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-a8225363-5a22-43f4-9392-32371c28a8d3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-600bc4a7-417b-420f-afc6-dd180e488216 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-fcfb1023-96d5-41ca-8b94-e3cdd597e7e3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 {
  display: none;
}
#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0, #wrap-s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 {
  display: none;
}
#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0, #wrap-s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 {
  display: none;
}
#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0, #wrap-s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 { display: none !important; }}@media (max-width: 767px){#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 {
  display: none;
}
#s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0, #wrap-s-bb6a9769-b42c-42aa-8e11-75cb7fc222a0 { display: none !important; }}
#s-cedc8508-2e42-49ef-95db-1e919b99dc08 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDk4M2VhYWMtOTNiNS00NDIwLTkzYmUtODVjNzI3MWFhMGFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOTgzZWFhYy05M2I1LTQ0MjAtOTNiZS04NWM3MjcxYWEwYWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-cedc8508-2e42-49ef-95db-1e919b99dc08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cedc8508-2e42-49ef-95db-1e919b99dc08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cedc8508-2e42-49ef-95db-1e919b99dc08-root {
    text-align: center;
  }


#s-cedc8508-2e42-49ef-95db-1e919b99dc08.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cedc8508-2e42-49ef-95db-1e919b99dc08-root {
    text-align: center;
  }


#s-cedc8508-2e42-49ef-95db-1e919b99dc08.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cedc8508-2e42-49ef-95db-1e919b99dc08-root {
    text-align: center;
  }


#s-cedc8508-2e42-49ef-95db-1e919b99dc08.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cedc8508-2e42-49ef-95db-1e919b99dc08-root {
    text-align: center;
  }


#s-cedc8508-2e42-49ef-95db-1e919b99dc08.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cedc8508-2e42-49ef-95db-1e919b99dc08-root {
    text-align: center;
  }


#s-cedc8508-2e42-49ef-95db-1e919b99dc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-4fe950a8-5797-47b3-9fcc-6fd8fe0933ec {
  margin-left: auto;
margin-right: auto;
}

#s-4fe950a8-5797-47b3-9fcc-6fd8fe0933ec hr {
  border-top: 2px solid #ddd;
}

#s-44e214c1-fb3f-4526-ae28-b61dc8ac1c45 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-44e214c1-fb3f-4526-ae28-b61dc8ac1c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44e214c1-fb3f-4526-ae28-b61dc8ac1c45.shg-box.shg-c {
  justify-content: center;
}

#s-16d398c9-bb51-48ef-b44a-5580d7e2e420 {
  margin-top: 10px;
margin-bottom: 10px;
}

/*
  $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-15f106e8-0792-44c7-8e8a-2886418b114b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-15f106e8-0792-44c7-8e8a-2886418b114b {
  display: none;
}
#s-15f106e8-0792-44c7-8e8a-2886418b114b, #wrap-s-15f106e8-0792-44c7-8e8a-2886418b114b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15f106e8-0792-44c7-8e8a-2886418b114b {
  display: none;
}
#s-15f106e8-0792-44c7-8e8a-2886418b114b, #wrap-s-15f106e8-0792-44c7-8e8a-2886418b114b { display: none !important; }}
#s-15f106e8-0792-44c7-8e8a-2886418b114b .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b {
  --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-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-prev,
#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-next {
  
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-prev svg,
#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-15f106e8-0792-44c7-8e8a-2886418b114b .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-15f106e8-0792-44c7-8e8a-2886418b114b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  margin-top: 20px;
text-align: left;
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  max-width:  100%;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom,
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  max-width:  100%;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom,
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  max-width:  100%;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom,
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  max-width:  100%;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom,
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 {
  max-width:  100%;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom,
.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9013071-bef0-453c-8996-29be6d0fd858 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ebdd1e8-f166-41c6-8cf0-e53e3e32d69a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ebdd1e8-f166-41c6-8cf0-e53e3e32d69a .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-68031c1e-2b28-4f61-a2d6-4a578effe98e {
  text-align: center;
}

#s-68031c1e-2b28-4f61-a2d6-4a578effe98e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-68031c1e-2b28-4f61-a2d6-4a578effe98e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-68031c1e-2b28-4f61-a2d6-4a578effe98e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e22cb25e-2f54-4a4f-ade1-f59384ad64c4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  margin-top: 20px;
text-align: left;
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  max-width:  100%;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom,
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  max-width:  100%;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom,
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  max-width:  100%;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom,
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  max-width:  100%;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom,
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 {
  max-width:  100%;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom,
.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26efe390-42d7-4083-a37a-632aa1910c17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed5a837a-32ab-4aff-9ade-f0577acd0b87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed5a837a-32ab-4aff-9ade-f0577acd0b87 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-c8a629f5-21bd-4b4d-af63-8d0fff32de02 {
  text-align: center;
}

#s-c8a629f5-21bd-4b4d-af63-8d0fff32de02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c8a629f5-21bd-4b4d-af63-8d0fff32de02 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c8a629f5-21bd-4b4d-af63-8d0fff32de02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce646556-1278-439c-b3ed-dc65255cb72e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ce646556-1278-439c-b3ed-dc65255cb72e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce646556-1278-439c-b3ed-dc65255cb72e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce646556-1278-439c-b3ed-dc65255cb72e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce646556-1278-439c-b3ed-dc65255cb72e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce646556-1278-439c-b3ed-dc65255cb72e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce646556-1278-439c-b3ed-dc65255cb72e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ce646556-1278-439c-b3ed-dc65255cb72e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  text-align: left;
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  max-width:  100%;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom,
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  max-width:  100%;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom,
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  max-width:  100%;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom,
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  max-width:  100%;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom,
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 {
  max-width:  100%;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom,
.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447bb88b-697c-41dd-a631-9fed96595b81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9b8f336-8f7a-4fb3-8f7f-493388f1cba0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9b8f336-8f7a-4fb3-8f7f-493388f1cba0 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-b4a2053d-4cc0-4868-95c6-fdb475ea87bf {
  text-align: center;
}

#s-b4a2053d-4cc0-4868-95c6-fdb475ea87bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b4a2053d-4cc0-4868-95c6-fdb475ea87bf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b4a2053d-4cc0-4868-95c6-fdb475ea87bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b85e2eb-3241-4b46-924c-7752cfd6003d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9b85e2eb-3241-4b46-924c-7752cfd6003d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b85e2eb-3241-4b46-924c-7752cfd6003d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b85e2eb-3241-4b46-924c-7752cfd6003d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b85e2eb-3241-4b46-924c-7752cfd6003d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b85e2eb-3241-4b46-924c-7752cfd6003d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b85e2eb-3241-4b46-924c-7752cfd6003d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9b85e2eb-3241-4b46-924c-7752cfd6003d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  margin-top: -20px;
text-align: left;
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  max-width:  100%;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom,
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  max-width:  100%;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom,
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  max-width:  100%;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom,
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  max-width:  100%;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom,
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 {
  max-width:  100%;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom,
.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d8dbf8-c993-4c80-924a-e60463b8f108 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78258a04-cbbe-4171-83d5-9dba96a6e4d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78258a04-cbbe-4171-83d5-9dba96a6e4d9 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-e1e584f1-f5ae-4a55-9a79-6a2cbad8aa66 {
  text-align: center;
}

#s-e1e584f1-f5ae-4a55-9a79-6a2cbad8aa66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e1e584f1-f5ae-4a55-9a79-6a2cbad8aa66 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e1e584f1-f5ae-4a55-9a79-6a2cbad8aa66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-735dc47c-65b5-4a85-bc9a-2255eeab592c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-735dc47c-65b5-4a85-bc9a-2255eeab592c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-735dc47c-65b5-4a85-bc9a-2255eeab592c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-735dc47c-65b5-4a85-bc9a-2255eeab592c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-735dc47c-65b5-4a85-bc9a-2255eeab592c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-735dc47c-65b5-4a85-bc9a-2255eeab592c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-735dc47c-65b5-4a85-bc9a-2255eeab592c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-735dc47c-65b5-4a85-bc9a-2255eeab592c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  text-align: left;
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  max-width:  100%;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom,
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  max-width:  100%;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom,
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  max-width:  100%;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom,
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  max-width:  100%;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom,
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc {
  max-width:  100%;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom,
.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20f478c7-f17a-46c6-bf3f-9c43750a43fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d0c46509-548a-4eb9-8dc6-3e88187e4056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c46509-548a-4eb9-8dc6-3e88187e4056 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-905af295-6947-4269-8a88-63af112f1f3f {
  text-align: center;
}

#s-905af295-6947-4269-8a88-63af112f1f3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-905af295-6947-4269-8a88-63af112f1f3f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-905af295-6947-4269-8a88-63af112f1f3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e9202fe4-3fc2-4071-b082-4ba98eba0d6f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  margin-top: -20px;
text-align: left;
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  max-width:  100%;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom,
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  max-width:  100%;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom,
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  max-width:  100%;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom,
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  max-width:  100%;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom,
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f {
  max-width:  100%;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom,
.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-202e2b28-cfe8-47dc-a5e1-dc715d38fd3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c4753c8-05c3-4cbb-84c0-269a05deb19e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c4753c8-05c3-4cbb-84c0-269a05deb19e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-d3f0ecd4-c862-47a3-8d09-9d7cb826de1e {
  text-align: center;
}

#s-d3f0ecd4-c862-47a3-8d09-9d7cb826de1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d3f0ecd4-c862-47a3-8d09-9d7cb826de1e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d3f0ecd4-c862-47a3-8d09-9d7cb826de1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-274e28dd-25aa-4952-8946-df9edb55d6ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-274e28dd-25aa-4952-8946-df9edb55d6ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-274e28dd-25aa-4952-8946-df9edb55d6ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-274e28dd-25aa-4952-8946-df9edb55d6ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-274e28dd-25aa-4952-8946-df9edb55d6ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-274e28dd-25aa-4952-8946-df9edb55d6ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-274e28dd-25aa-4952-8946-df9edb55d6ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-274e28dd-25aa-4952-8946-df9edb55d6ae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  text-align: left;
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  max-width:  100%;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom,
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  max-width:  100%;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom,
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  max-width:  100%;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom,
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  max-width:  100%;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom,
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 {
  max-width:  100%;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom,
.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aa351-c608-4952-9b3b-b44a7f1df2a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-750f4385-9ecb-4edd-bb7f-6182d2344048 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-750f4385-9ecb-4edd-bb7f-6182d2344048 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-ae970fc6-6404-4978-8600-6665df1c3fa2 {
  text-align: center;
}

#s-ae970fc6-6404-4978-8600-6665df1c3fa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ae970fc6-6404-4978-8600-6665df1c3fa2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ae970fc6-6404-4978-8600-6665df1c3fa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9cbd4358-be84-4ef2-9b54-2bcef9916781 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9cbd4358-be84-4ef2-9b54-2bcef9916781:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cbd4358-be84-4ef2-9b54-2bcef9916781:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cbd4358-be84-4ef2-9b54-2bcef9916781 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9cbd4358-be84-4ef2-9b54-2bcef9916781.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cbd4358-be84-4ef2-9b54-2bcef9916781.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9cbd4358-be84-4ef2-9b54-2bcef9916781.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9cbd4358-be84-4ef2-9b54-2bcef9916781.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-280f8df1-e198-4375-940d-7e80ef09106f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f {
  max-width:  100%;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom,
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f {
  max-width:  100%;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom,
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f {
  max-width:  100%;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom,
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f {
  max-width:  100%;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom,
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f {
  max-width:  100%;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom,
.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-280f8df1-e198-4375-940d-7e80ef09106f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af5b36c7-15ca-42b3-a00f-7bff1dc54573 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af5b36c7-15ca-42b3-a00f-7bff1dc54573 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-28087095-2198-4312-8c16-53b3a36c7a0f {
  text-align: center;
}

#s-28087095-2198-4312-8c16-53b3a36c7a0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-28087095-2198-4312-8c16-53b3a36c7a0f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-28087095-2198-4312-8c16-53b3a36c7a0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6a9e6f0c-2083-4ec8-a2ce-6b8e223ce50b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  display: none;
}
#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f, #wrap-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f { display: none !important; }}@media (max-width: 767px){#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  display: none;
}
#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f, #wrap-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f { display: none !important; }}
#s-fc3319c8-f879-4bec-8629-bd0d3ccac05f .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f {
  --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-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-prev,
#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-next {
  
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-prev svg,
#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-fc3319c8-f879-4bec-8629-bd0d3ccac05f .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-fc3319c8-f879-4bec-8629-bd0d3ccac05f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 {
  text-align: left;
}



.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae8ffc8-82b2-434e-ba69-97109ed6bea2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1559c3e5-6807-4264-8a60-bbb09124b6d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1559c3e5-6807-4264-8a60-bbb09124b6d8 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-c778f76e-cde8-4a68-a88a-4b524a0ec549 {
  text-align: center;
}

#s-c778f76e-cde8-4a68-a88a-4b524a0ec549 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c778f76e-cde8-4a68-a88a-4b524a0ec549 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c778f76e-cde8-4a68-a88a-4b524a0ec549 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94734b96-9be6-4748-a672-d49f5de4a743 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-94734b96-9be6-4748-a672-d49f5de4a743:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94734b96-9be6-4748-a672-d49f5de4a743:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94734b96-9be6-4748-a672-d49f5de4a743 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94734b96-9be6-4748-a672-d49f5de4a743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94734b96-9be6-4748-a672-d49f5de4a743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-94734b96-9be6-4748-a672-d49f5de4a743.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-94734b96-9be6-4748-a672-d49f5de4a743.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1a63aecc-a625-46c6-94ed-a06016a38193 {
  text-align: left;
}



.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a63aecc-a625-46c6-94ed-a06016a38193 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-62ada324-33cf-4338-b77e-91a09fa6c5dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62ada324-33cf-4338-b77e-91a09fa6c5dd .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-1ab4d88a-ff09-490f-9b7f-426b74ba2710 {
  text-align: center;
}

#s-1ab4d88a-ff09-490f-9b7f-426b74ba2710 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1ab4d88a-ff09-490f-9b7f-426b74ba2710 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1ab4d88a-ff09-490f-9b7f-426b74ba2710 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fff868af-18b8-4ea0-940b-52770e272f65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fff868af-18b8-4ea0-940b-52770e272f65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fff868af-18b8-4ea0-940b-52770e272f65:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fff868af-18b8-4ea0-940b-52770e272f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fff868af-18b8-4ea0-940b-52770e272f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fff868af-18b8-4ea0-940b-52770e272f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fff868af-18b8-4ea0-940b-52770e272f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fff868af-18b8-4ea0-940b-52770e272f65.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-585e6f95-57e8-471b-b156-fe182cae1b51 {
  text-align: left;
}



.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585e6f95-57e8-471b-b156-fe182cae1b51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f5a7e57-ccab-488d-916b-b207aeacd72c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f5a7e57-ccab-488d-916b-b207aeacd72c .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-e59171e5-4e24-4163-ba03-67fb196d01cb {
  text-align: center;
}

#s-e59171e5-4e24-4163-ba03-67fb196d01cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e59171e5-4e24-4163-ba03-67fb196d01cb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e59171e5-4e24-4163-ba03-67fb196d01cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e84f84e5-cfcf-4179-bd64-e3760db777e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e84f84e5-cfcf-4179-bd64-e3760db777e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e84f84e5-cfcf-4179-bd64-e3760db777e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e84f84e5-cfcf-4179-bd64-e3760db777e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e84f84e5-cfcf-4179-bd64-e3760db777e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e84f84e5-cfcf-4179-bd64-e3760db777e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e84f84e5-cfcf-4179-bd64-e3760db777e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e84f84e5-cfcf-4179-bd64-e3760db777e6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 {
  text-align: left;
}



.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-609c2424-0f17-4d86-bb43-e4bda7ae1c74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7878829d-46d7-40bb-9ebd-5f29a53d4b9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7878829d-46d7-40bb-9ebd-5f29a53d4b9e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-f07728d2-cbeb-486c-8237-a2cd5e08c654 {
  text-align: center;
}

#s-f07728d2-cbeb-486c-8237-a2cd5e08c654 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f07728d2-cbeb-486c-8237-a2cd5e08c654 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f07728d2-cbeb-486c-8237-a2cd5e08c654 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13d73218-d41d-432c-bb17-4eb25f51dc3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13d73218-d41d-432c-bb17-4eb25f51dc3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13d73218-d41d-432c-bb17-4eb25f51dc3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13d73218-d41d-432c-bb17-4eb25f51dc3f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13d73218-d41d-432c-bb17-4eb25f51dc3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13d73218-d41d-432c-bb17-4eb25f51dc3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13d73218-d41d-432c-bb17-4eb25f51dc3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13d73218-d41d-432c-bb17-4eb25f51dc3f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 {
  text-align: left;
}



.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e7d993-f773-4a52-82b4-d5dd3132ce39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9e3ff59-4acf-4f4a-91bc-ff447fec63f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9e3ff59-4acf-4f4a-91bc-ff447fec63f0 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-7440e871-6f9c-4620-8723-6814a10656c3 {
  text-align: center;
}

#s-7440e871-6f9c-4620-8723-6814a10656c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7440e871-6f9c-4620-8723-6814a10656c3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7440e871-6f9c-4620-8723-6814a10656c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3ea613f-ec92-4363-b1cf-46a436d958b5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c3ea613f-ec92-4363-b1cf-46a436d958b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3ea613f-ec92-4363-b1cf-46a436d958b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3ea613f-ec92-4363-b1cf-46a436d958b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3ea613f-ec92-4363-b1cf-46a436d958b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3ea613f-ec92-4363-b1cf-46a436d958b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c3ea613f-ec92-4363-b1cf-46a436d958b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c3ea613f-ec92-4363-b1cf-46a436d958b5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 {
  text-align: left;
}



.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ff1b2ff-c17a-4d2a-9fbd-977b65b12cc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-801e5a8d-3acc-4ce0-9384-9140c5c430d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-801e5a8d-3acc-4ce0-9384-9140c5c430d1 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-389ec514-95bc-40c6-bc7b-f0e44b75fd9e {
  text-align: center;
}

#s-389ec514-95bc-40c6-bc7b-f0e44b75fd9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-389ec514-95bc-40c6-bc7b-f0e44b75fd9e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-389ec514-95bc-40c6-bc7b-f0e44b75fd9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e73e2002-f95b-49ec-a042-98920353ecee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e73e2002-f95b-49ec-a042-98920353ecee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e73e2002-f95b-49ec-a042-98920353ecee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e73e2002-f95b-49ec-a042-98920353ecee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e73e2002-f95b-49ec-a042-98920353ecee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e73e2002-f95b-49ec-a042-98920353ecee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e73e2002-f95b-49ec-a042-98920353ecee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e73e2002-f95b-49ec-a042-98920353ecee.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 {
  text-align: left;
}



.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d0a8ef-6a95-47ef-9212-ed917076d8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1f28cdb-f76c-4b4c-887f-dc414a0240a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1f28cdb-f76c-4b4c-887f-dc414a0240a9 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-0758d47c-df93-478f-b8e9-06ece65f87a0 {
  text-align: center;
}

#s-0758d47c-df93-478f-b8e9-06ece65f87a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0758d47c-df93-478f-b8e9-06ece65f87a0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0758d47c-df93-478f-b8e9-06ece65f87a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb6a04b7-ba79-4baf-9a2d-9ce232651108.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb6a04b7-ba79-4baf-9a2d-9ce232651108.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 {
  text-align: left;
}



.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e4a60af-52d7-4ae4-97d6-c19a42970623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-00260283-7be9-4234-a801-133e412d9055 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00260283-7be9-4234-a801-133e412d9055 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-0f93d963-cd34-4b21-ae8e-334a7053151a {
  text-align: center;
}

#s-0f93d963-cd34-4b21-ae8e-334a7053151a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0f93d963-cd34-4b21-ae8e-334a7053151a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0f93d963-cd34-4b21-ae8e-334a7053151a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb4532c2-d8c4-47f5-9482-9472693bdeb2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb4532c2-d8c4-47f5-9482-9472693bdeb2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


/*
  $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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
