.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-a1dcd4bd-3869-4b32-9f04-e5c91767133c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-a1dcd4bd-3869-4b32-9f04-e5c91767133c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1dcd4bd-3869-4b32-9f04-e5c91767133c.shg-box.shg-c {
  justify-content: center;
}

#s-8cc5bb3c-0d5b-49e4-b280-408d82f0d6c3 {
  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-9f503310-e7d8-424f-ab04-3ee286f0f921 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f503310-e7d8-424f-ab04-3ee286f0f921 .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-659a8935-37a6-49b2-9788-9711aefd651e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e {
  max-width:  100%;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e {
  max-width:  100%;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e {
  max-width:  100%;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e {
  max-width:  100%;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e {
  max-width:  100%;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e .shg-image-zoom,
.shg-c#s-659a8935-37a6-49b2-9788-9711aefd651e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1d6ecf6a-0b0f-4d0c-83e4-178dbd18bd31 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-00ac7c16-d5ee-49f6-a409-cb1cbb2394cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-00ac7c16-d5ee-49f6-a409-cb1cbb2394cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ac7c16-d5ee-49f6-a409-cb1cbb2394cf.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-deba7011-31f0-4c91-90fe-5808fb5d2a3e {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e {
  display: none;
}
#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-content-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e {
  display: none;
}
#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-content-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e {
  display: none;
}
#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e, #wrap-content-s-deba7011-31f0-4c91-90fe-5808fb5d2a3e { display: none !important; }}
#s-deba7011-31f0-4c91-90fe-5808fb5d2a3e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-c4720701-47cf-48cb-a956-046179edaea9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c4720701-47cf-48cb-a956-046179edaea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4720701-47cf-48cb-a956-046179edaea9.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-8ad24341-8a0d-48d9-91b7-072c73f2cadd {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ad24341-8a0d-48d9-91b7-072c73f2cadd {
  display: none;
}
#s-8ad24341-8a0d-48d9-91b7-072c73f2cadd, #wrap-s-8ad24341-8a0d-48d9-91b7-072c73f2cadd, #wrap-content-s-8ad24341-8a0d-48d9-91b7-072c73f2cadd { display: none !important; }}@media (max-width: 767px){#s-8ad24341-8a0d-48d9-91b7-072c73f2cadd {
  display: none;
}
#s-8ad24341-8a0d-48d9-91b7-072c73f2cadd, #wrap-s-8ad24341-8a0d-48d9-91b7-072c73f2cadd, #wrap-content-s-8ad24341-8a0d-48d9-91b7-072c73f2cadd { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ad24341-8a0d-48d9-91b7-072c73f2cadd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ad24341-8a0d-48d9-91b7-072c73f2cadd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ad24341-8a0d-48d9-91b7-072c73f2cadd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ad24341-8a0d-48d9-91b7-072c73f2cadd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea5d1cde-8118-40fb-8531-5d3e3c238ebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea5d1cde-8118-40fb-8531-5d3e3c238ebf .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f6a353e7-6321-4bb0-aada-39f3aa1723ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6a353e7-6321-4bb0-aada-39f3aa1723ff .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-b51961c4-243d-45b6-a4d5-ebb0d1c0c48f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b51961c4-243d-45b6-a4d5-ebb0d1c0c48f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5ef181d6-5aa4-4638-a9b6-4151cd622e33 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ef181d6-5aa4-4638-a9b6-4151cd622e33 {
  display: none;
}
#s-5ef181d6-5aa4-4638-a9b6-4151cd622e33, #wrap-s-5ef181d6-5aa4-4638-a9b6-4151cd622e33, #wrap-content-s-5ef181d6-5aa4-4638-a9b6-4151cd622e33 { display: none !important; }}@media (max-width: 767px){#s-5ef181d6-5aa4-4638-a9b6-4151cd622e33 {
  display: none;
}
#s-5ef181d6-5aa4-4638-a9b6-4151cd622e33, #wrap-s-5ef181d6-5aa4-4638-a9b6-4151cd622e33, #wrap-content-s-5ef181d6-5aa4-4638-a9b6-4151cd622e33 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5ef181d6-5aa4-4638-a9b6-4151cd622e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ef181d6-5aa4-4638-a9b6-4151cd622e33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ef181d6-5aa4-4638-a9b6-4151cd622e33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ef181d6-5aa4-4638-a9b6-4151cd622e33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-aa749b64-fae4-435c-bbc5-1a9c0b0ef276 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-24fea0df-0a54-4f1c-9d55-f6c6675b0cdb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-79ee4703-233f-4bf3-86c5-94a789d5d12c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-72b7a452-abde-4fde-af8d-0ad61da6bd68 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-72b7a452-abde-4fde-af8d-0ad61da6bd68 {
  display: none;
}
#s-72b7a452-abde-4fde-af8d-0ad61da6bd68, #wrap-s-72b7a452-abde-4fde-af8d-0ad61da6bd68, #wrap-content-s-72b7a452-abde-4fde-af8d-0ad61da6bd68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72b7a452-abde-4fde-af8d-0ad61da6bd68 {
  display: none;
}
#s-72b7a452-abde-4fde-af8d-0ad61da6bd68, #wrap-s-72b7a452-abde-4fde-af8d-0ad61da6bd68, #wrap-content-s-72b7a452-abde-4fde-af8d-0ad61da6bd68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72b7a452-abde-4fde-af8d-0ad61da6bd68 {
  
}
}@media (max-width: 767px){#s-72b7a452-abde-4fde-af8d-0ad61da6bd68 {
  
}
}
@media (min-width: 0px) {
[id="s-72b7a452-abde-4fde-af8d-0ad61da6bd68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72b7a452-abde-4fde-af8d-0ad61da6bd68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72b7a452-abde-4fde-af8d-0ad61da6bd68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72b7a452-abde-4fde-af8d-0ad61da6bd68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d43829b5-0da3-4d2a-a097-a21ffb9ce705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d43829b5-0da3-4d2a-a097-a21ffb9ce705 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f2127481-08d7-42a5-9d97-781c18024449 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-91efd437-c298-4876-be72-ef3f71a0a400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91efd437-c298-4876-be72-ef3f71a0a400 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-108dad0f-4cfa-496f-9b2b-bcb7202d6258 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-288d8129-eec1-4ba7-8111-94e4a416247c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-288d8129-eec1-4ba7-8111-94e4a416247c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-54ef416d-c4a2-47c5-b286-c5d49816c72c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8a6afdac-703c-4064-9566-88d16d0fbebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a6afdac-703c-4064-9566-88d16d0fbebf .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-859f086f-b952-471f-ad1b-775cf8a20b2a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-47599443-794c-4153-862a-3432d9a07594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47599443-794c-4153-862a-3432d9a07594 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-48351aaa-edff-4d12-bad0-07d63d537631 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-78f8e882-4a0f-4081-9a8a-365d62d68340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78f8e882-4a0f-4081-9a8a-365d62d68340 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2567fa42-77ab-4b95-81ee-b9e9e1b58c43 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-93adcbf8-9f79-4bd0-81eb-cfebd6523603 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93adcbf8-9f79-4bd0-81eb-cfebd6523603 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-41bd3f70-71d9-4ace-99e2-74c5d8954d04 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-142930db-ece2-4460-aa02-337d4ce7dc8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-142930db-ece2-4460-aa02-337d4ce7dc8b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3e10c4ac-757a-4f74-be10-fd74b3c849f6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-5c4e711b-2256-46e9-ac62-4a7cefc02321 {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c4e711b-2256-46e9-ac62-4a7cefc02321 {
  display: none;
}
#s-5c4e711b-2256-46e9-ac62-4a7cefc02321, #wrap-s-5c4e711b-2256-46e9-ac62-4a7cefc02321, #wrap-content-s-5c4e711b-2256-46e9-ac62-4a7cefc02321 { display: none !important; }}@media (max-width: 767px){#s-5c4e711b-2256-46e9-ac62-4a7cefc02321 {
  display: none;
}
#s-5c4e711b-2256-46e9-ac62-4a7cefc02321, #wrap-s-5c4e711b-2256-46e9-ac62-4a7cefc02321, #wrap-content-s-5c4e711b-2256-46e9-ac62-4a7cefc02321 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5c4e711b-2256-46e9-ac62-4a7cefc02321"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c4e711b-2256-46e9-ac62-4a7cefc02321"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c4e711b-2256-46e9-ac62-4a7cefc02321"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c4e711b-2256-46e9-ac62-4a7cefc02321"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-16650b56-b5d3-4fb5-a5ed-284c86f67b5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16650b56-b5d3-4fb5-a5ed-284c86f67b5c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-70d95b0f-8c8d-40d9-9a98-f99b1e1c4323 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70d95b0f-8c8d-40d9-9a98-f99b1e1c4323 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9b0b66e0-5120-4ece-8bc5-9b9b1a2d598c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b0b66e0-5120-4ece-8bc5-9b9b1a2d598c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-378a625d-22f1-4e32-a035-8195de850a7d {
  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-378a625d-22f1-4e32-a035-8195de850a7d {
  display: none;
}
#s-378a625d-22f1-4e32-a035-8195de850a7d, #wrap-s-378a625d-22f1-4e32-a035-8195de850a7d, #wrap-content-s-378a625d-22f1-4e32-a035-8195de850a7d { display: none !important; }}@media (max-width: 767px){#s-378a625d-22f1-4e32-a035-8195de850a7d {
  display: none;
}
#s-378a625d-22f1-4e32-a035-8195de850a7d, #wrap-s-378a625d-22f1-4e32-a035-8195de850a7d, #wrap-content-s-378a625d-22f1-4e32-a035-8195de850a7d { display: none !important; }}
@media (min-width: 0px) {
[id="s-378a625d-22f1-4e32-a035-8195de850a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378a625d-22f1-4e32-a035-8195de850a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-378a625d-22f1-4e32-a035-8195de850a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-378a625d-22f1-4e32-a035-8195de850a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-aefbc1c2-cc99-43a2-ae52-2caeec488273 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-68634241-a268-4b5c-894f-fa3aa17cd710 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3dafaba8-15dd-45fc-8308-d595ae4bb97c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 {
  display: none;
}
#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-content-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 {
  display: none;
}
#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-content-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 {
  display: none;
}
#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-content-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 { display: none !important; }}@media (max-width: 767px){#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 {
  display: none;
}
#s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431, #wrap-content-s-a4aefdf4-72bf-4a47-975a-b7f8cf6e8431 { 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-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5 {
  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-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5-root {
    text-align: center;
  }


#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5-root {
    text-align: center;
  }


#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5-root {
    text-align: center;
  }


#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5-root {
    text-align: center;
  }


#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5-root {
    text-align: center;
  }


#s-96cc32ce-44b3-4002-be2d-3a7fb2b4c0c5.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-68bed85f-d571-4e25-b430-ff11e9ffc714 {
  margin-left: auto;
margin-right: auto;
}

#s-68bed85f-d571-4e25-b430-ff11e9ffc714 hr {
  border-top: 2px solid #ddd;
}

#s-c7a02cdb-7582-482e-8ca8-f7d5703d9c8e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-c7a02cdb-7582-482e-8ca8-f7d5703d9c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7a02cdb-7582-482e-8ca8-f7d5703d9c8e.shg-box.shg-c {
  justify-content: center;
}

#s-18772e6b-e1be-454d-a712-0f83ea82b91d {
  margin-left: 0%;
margin-right: 0%;
}

#s-c7d6fa1f-ccc8-4de4-9d1e-43e960e58460 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7d6fa1f-ccc8-4de4-9d1e-43e960e58460 .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;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/750;
text-align: center;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
  box-sizing: border-box;
}



.s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be0d739-7157-48ee-a010-94d65872c6b4 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
      position: relative;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
  box-sizing: border-box;
}



.s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be0d739-7157-48ee-a010-94d65872c6b4 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
      position: relative;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
  box-sizing: border-box;
}



.s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be0d739-7157-48ee-a010-94d65872c6b4 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
      position: relative;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
  box-sizing: border-box;
}



.s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be0d739-7157-48ee-a010-94d65872c6b4 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
      position: relative;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be0d739-7157-48ee-a010-94d65872c6b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be0d739-7157-48ee-a010-94d65872c6b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7be0d739-7157-48ee-a010-94d65872c6b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image {
  box-sizing: border-box;
}



.s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be0d739-7157-48ee-a010-94d65872c6b4 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container {
      position: relative;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be0d739-7157-48ee-a010-94d65872c6b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-d761b2c3-fd8c-40a5-b3e9-965f6e851a81 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-0a8e5469-5d2c-46a7-b0c8-655a19904873 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-0a8e5469-5d2c-46a7-b0c8-655a19904873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a8e5469-5d2c-46a7-b0c8-655a19904873.shg-box.shg-c {
  justify-content: center;
}

#s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf {
  
}
}@media (max-width: 767px){#s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf {
  
}
}
@media (min-width: 0px) {
[id="s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbc97ad1-ed92-4f5b-b431-c1e4284de0cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-966bffc3-f7ce-4140-a643-f5b46f5faa14 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0a9b4912-f841-404b-8d54-d0ebce9fd5b6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0e875c74-8c9a-440a-a9fc-03075e94b84b {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-9256ab3e-e0da-45b6-ae02-eb13b4d70dbc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3525754d-f426-4fe8-836a-f207d52cff85 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-3f54cf0e-a1a8-4f4f-91d5-2471135f6ce0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-faa68292-8a2c-43bd-9493-08e64eead570 {
  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-faa68292-8a2c-43bd-9493-08e64eead570 {
  
}
}@media (max-width: 767px){#s-faa68292-8a2c-43bd-9493-08e64eead570 {
  
}
}
@media (min-width: 0px) {
[id="s-faa68292-8a2c-43bd-9493-08e64eead570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faa68292-8a2c-43bd-9493-08e64eead570"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-faa68292-8a2c-43bd-9493-08e64eead570"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-faa68292-8a2c-43bd-9493-08e64eead570"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7e267e43-e52f-45de-8139-5f7e5c89807e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-ce45953d-c368-4c34-b785-95019c84fbb2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-664c0f53-e426-4d17-af4b-75ad78e8ac63 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-fb8e1e05-ea4c-4f8e-840d-8a924276157e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a52c4053-ccc7-4267-ae55-77e9a50a6c4e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-869b4e93-f50c-41bd-8ef6-482ada5140a8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 {
  display: none;
}
#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-content-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 {
  display: none;
}
#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-content-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 {
  display: none;
}
#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-content-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 { display: none !important; }}@media (max-width: 767px){#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 {
  display: none;
}
#s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59, #wrap-content-s-87e820b9-6fc9-41c4-8b8c-291bb3a40b59 { display: none !important; }}
#s-f506bde8-910f-4bcb-b40c-82eaac49070d {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjhkYTE4ZGMtYWFkMi00OTVmLWExMjktY2I4ZjFlNjljZTEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOGRhMThkYy1hYWQyLTQ5NWYtYTEyOS1jYjhmMWU2OWNlMTIpIi8+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-f506bde8-910f-4bcb-b40c-82eaac49070d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f506bde8-910f-4bcb-b40c-82eaac49070d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f506bde8-910f-4bcb-b40c-82eaac49070d-root {
    text-align: center;
  }


#s-f506bde8-910f-4bcb-b40c-82eaac49070d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f506bde8-910f-4bcb-b40c-82eaac49070d-root {
    text-align: center;
  }


#s-f506bde8-910f-4bcb-b40c-82eaac49070d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f506bde8-910f-4bcb-b40c-82eaac49070d-root {
    text-align: center;
  }


#s-f506bde8-910f-4bcb-b40c-82eaac49070d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f506bde8-910f-4bcb-b40c-82eaac49070d-root {
    text-align: center;
  }


#s-f506bde8-910f-4bcb-b40c-82eaac49070d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f506bde8-910f-4bcb-b40c-82eaac49070d-root {
    text-align: center;
  }


#s-f506bde8-910f-4bcb-b40c-82eaac49070d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-33e80862-59dc-4a4e-b23f-e4ff99581175 {
  margin-left: auto;
margin-right: auto;
}

#s-33e80862-59dc-4a4e-b23f-e4ff99581175 hr {
  border-top: 2px solid #ddd;
}

#s-33a71a6f-c17f-4ca1-9ed6-b65c0ecc9beb {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-33a71a6f-c17f-4ca1-9ed6-b65c0ecc9beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33a71a6f-c17f-4ca1-9ed6-b65c0ecc9beb.shg-box.shg-c {
  justify-content: center;
}

#s-c5516230-288c-4253-b6a8-009a25a7ce0e {
  margin-left: 0%;
margin-right: 0%;
}

#s-90dcf7dd-92f0-4e8d-b4f5-b08eedc251e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90dcf7dd-92f0-4e8d-b4f5-b08eedc251e0 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  max-width:  100%;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  max-width:  100%;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  max-width:  100%;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  max-width:  100%;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 {
  max-width:  100%;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 .shg-image-zoom,
.shg-c#s-a7f51cb0-4ba8-4576-959b-8738bb935206 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2919d550-8b78-49e9-966d-f878d11bbc7c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-12f49429-5a02-4203-adac-fea2e9ffd0aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-12f49429-5a02-4203-adac-fea2e9ffd0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12f49429-5a02-4203-adac-fea2e9ffd0aa.shg-box.shg-c {
  justify-content: center;
}

#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 {
  display: none;
}
#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-content-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 {
  display: none;
}
#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-content-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 {
  display: none;
}
#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9, #wrap-content-s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 { display: none !important; }}
#s-31dab99e-18fd-4873-a3c6-2c4e7bb6c2d9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-0c78c386-cda0-4e1b-a14b-662df1139f6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0c78c386-cda0-4e1b-a14b-662df1139f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c78c386-cda0-4e1b-a14b-662df1139f6a.shg-box.shg-c {
  justify-content: center;
}

#s-a8302e13-92de-4b74-aab2-ce9323687c72 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8302e13-92de-4b74-aab2-ce9323687c72 {
  display: none;
}
#s-a8302e13-92de-4b74-aab2-ce9323687c72, #wrap-s-a8302e13-92de-4b74-aab2-ce9323687c72, #wrap-content-s-a8302e13-92de-4b74-aab2-ce9323687c72 { display: none !important; }}@media (max-width: 767px){#s-a8302e13-92de-4b74-aab2-ce9323687c72 {
  display: none;
}
#s-a8302e13-92de-4b74-aab2-ce9323687c72, #wrap-s-a8302e13-92de-4b74-aab2-ce9323687c72, #wrap-content-s-a8302e13-92de-4b74-aab2-ce9323687c72 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a8302e13-92de-4b74-aab2-ce9323687c72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8302e13-92de-4b74-aab2-ce9323687c72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8302e13-92de-4b74-aab2-ce9323687c72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8302e13-92de-4b74-aab2-ce9323687c72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-18a7850c-9493-475e-86ae-937c6d366962 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18a7850c-9493-475e-86ae-937c6d366962 .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f1dd4deb-dfb7-4eb2-90c9-74e89d04c0de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1dd4deb-dfb7-4eb2-90c9-74e89d04c0de .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-8813b15e-c1ba-4202-af3f-08478114bfe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8813b15e-c1ba-4202-af3f-08478114bfe5 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7 {
  display: none;
}
#s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7, #wrap-s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7, #wrap-content-s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7 { display: none !important; }}@media (max-width: 767px){#s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7 {
  display: none;
}
#s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7, #wrap-s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7, #wrap-content-s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff51f7e4-bb61-4618-9a0e-9deaa2099ca7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-32003ad5-a9da-4ae9-aa17-2ca69587a540 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7db6f82f-c1e1-4b85-8568-2073c1486049 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-6d186f32-4d63-48f7-97d5-6f1d770e4c4a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-03c8de70-5c82-475c-b45e-9b84b9afae4d {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-03c8de70-5c82-475c-b45e-9b84b9afae4d {
  display: none;
}
#s-03c8de70-5c82-475c-b45e-9b84b9afae4d, #wrap-s-03c8de70-5c82-475c-b45e-9b84b9afae4d, #wrap-content-s-03c8de70-5c82-475c-b45e-9b84b9afae4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03c8de70-5c82-475c-b45e-9b84b9afae4d {
  display: none;
}
#s-03c8de70-5c82-475c-b45e-9b84b9afae4d, #wrap-s-03c8de70-5c82-475c-b45e-9b84b9afae4d, #wrap-content-s-03c8de70-5c82-475c-b45e-9b84b9afae4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03c8de70-5c82-475c-b45e-9b84b9afae4d {
  
}
}@media (max-width: 767px){#s-03c8de70-5c82-475c-b45e-9b84b9afae4d {
  
}
}
@media (min-width: 0px) {
[id="s-03c8de70-5c82-475c-b45e-9b84b9afae4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03c8de70-5c82-475c-b45e-9b84b9afae4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03c8de70-5c82-475c-b45e-9b84b9afae4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03c8de70-5c82-475c-b45e-9b84b9afae4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4830f927-ad8e-4638-a9b1-a7859f55e73e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4830f927-ad8e-4638-a9b1-a7859f55e73e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-dd719bfe-1b24-4cc3-8fbd-4bc5809eaeb5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c18d7a70-a36b-4244-a5b7-bc1b1a55433d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c18d7a70-a36b-4244-a5b7-bc1b1a55433d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-43a73c19-d5d7-4cf8-9abc-7bf34123b1ef {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-ac204e81-5dee-495c-90d2-88bbb4c0d6e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac204e81-5dee-495c-90d2-88bbb4c0d6e6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e2ca29f5-eeca-4d6a-bd03-4addcc2ed6d6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8e8b15d9-b233-4b87-9b92-1e4b52cd617f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e8b15d9-b233-4b87-9b92-1e4b52cd617f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-ed9b9552-0821-4205-889b-250d951ddd14 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-707fd400-3b50-4a4c-b738-e379bccadebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-707fd400-3b50-4a4c-b738-e379bccadebf .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-75d52713-204b-46e3-9f86-211ad637b975 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0b9a7d2d-f746-4607-99a5-de54aea3b79a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b9a7d2d-f746-4607-99a5-de54aea3b79a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a1bda29b-ae67-4ed9-8a79-bfb77cb0a936 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-507da9a8-6918-4503-b78a-43c66e3d95f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-507da9a8-6918-4503-b78a-43c66e3d95f8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-22832584-49a0-457f-9bc8-d79908a90dde {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9dd14643-05a8-426e-8ed6-29f8cca70820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dd14643-05a8-426e-8ed6-29f8cca70820 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b48773cd-ca2b-472c-a399-fe433b18fc3c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee {
  margin-top: 19px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee {
  display: none;
}
#s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee, #wrap-s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee, #wrap-content-s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee { display: none !important; }}@media (max-width: 767px){#s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee {
  display: none;
}
#s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee, #wrap-s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee, #wrap-content-s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee { display: none !important; }}
@media (min-width: 0px) {
[id="s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c0f3cd8-3acd-43ba-b83b-d1a0468914ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d788044-7191-4229-848f-c87191dd702a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d788044-7191-4229-848f-c87191dd702a .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1ec5ce95-ed39-471c-bf7e-0b7f47c66c09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ec5ce95-ed39-471c-bf7e-0b7f47c66c09 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e198c0da-5473-4748-8c4b-00f7ffa0e12a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e198c0da-5473-4748-8c4b-00f7ffa0e12a .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b {
  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-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b {
  display: none;
}
#s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b, #wrap-s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b, #wrap-content-s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b { display: none !important; }}@media (max-width: 767px){#s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b {
  display: none;
}
#s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b, #wrap-s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b, #wrap-content-s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a043e2af-4cf1-45d7-a98e-ed9e80c1a84b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ffa1c5f8-424d-45e0-aeb5-7069b5c1ef9f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-42b36bdf-f0ff-49d3-8c25-87bdfc265d47 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c86a3659-d8ab-4696-b46b-73921bd1e0c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-54d7211b-41ec-46f8-b883-a067997fe326 {
  display: none;
}
#s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-content-s-54d7211b-41ec-46f8-b883-a067997fe326 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d7211b-41ec-46f8-b883-a067997fe326 {
  display: none;
}
#s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-content-s-54d7211b-41ec-46f8-b883-a067997fe326 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54d7211b-41ec-46f8-b883-a067997fe326 {
  display: none;
}
#s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-content-s-54d7211b-41ec-46f8-b883-a067997fe326 { display: none !important; }}@media (max-width: 767px){#s-54d7211b-41ec-46f8-b883-a067997fe326 {
  display: none;
}
#s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-s-54d7211b-41ec-46f8-b883-a067997fe326, #wrap-content-s-54d7211b-41ec-46f8-b883-a067997fe326 { display: none !important; }}
#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQzNjdiOTQtMzNlNi00MzI0LWIwNTMtNTExMzcyODY3MjlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDM2N2I5NC0zM2U2LTQzMjQtYjA1My01MTEzNzI4NjcyOWQpIi8+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-dfd53e6a-3364-4f95-a111-deb71ccc52f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfd53e6a-3364-4f95-a111-deb71ccc52f2-root {
    text-align: center;
  }


#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfd53e6a-3364-4f95-a111-deb71ccc52f2-root {
    text-align: center;
  }


#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfd53e6a-3364-4f95-a111-deb71ccc52f2-root {
    text-align: center;
  }


#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfd53e6a-3364-4f95-a111-deb71ccc52f2-root {
    text-align: center;
  }


#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfd53e6a-3364-4f95-a111-deb71ccc52f2-root {
    text-align: center;
  }


#s-dfd53e6a-3364-4f95-a111-deb71ccc52f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-8957276c-9df3-43ba-b1cf-df4b68edfa37 {
  margin-left: auto;
margin-right: auto;
}

#s-8957276c-9df3-43ba-b1cf-df4b68edfa37 hr {
  border-top: 2px solid #ddd;
}

#s-f736c3b3-386f-48f2-b31f-6e7901a2197b {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f736c3b3-386f-48f2-b31f-6e7901a2197b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f736c3b3-386f-48f2-b31f-6e7901a2197b.shg-box.shg-c {
  justify-content: center;
}

#s-fca08b03-f7a6-4706-a9c2-fd092b756c03 {
  margin-left: 0%;
margin-right: 0%;
}

#s-14d787d5-b54a-45fc-acee-4ad802f77de2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14d787d5-b54a-45fc-acee-4ad802f77de2 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  max-width:  100%;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  max-width:  100%;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  max-width:  100%;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  max-width:  100%;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 {
  max-width:  100%;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 .shg-image-zoom,
.shg-c#s-99a616f0-c373-4883-8339-09daa220b0a1 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f786ddeb-b2e4-4a40-9183-957c4b6ac08b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-53e711dc-a278-42a9-8cda-85bbc42fb82b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-53e711dc-a278-42a9-8cda-85bbc42fb82b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53e711dc-a278-42a9-8cda-85bbc42fb82b.shg-box.shg-c {
  justify-content: center;
}

#s-9570b657-1a92-455e-bc88-3717b1366ca0 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9570b657-1a92-455e-bc88-3717b1366ca0 {
  
}
}@media (max-width: 767px){#s-9570b657-1a92-455e-bc88-3717b1366ca0 {
  
}
}
@media (min-width: 0px) {
[id="s-9570b657-1a92-455e-bc88-3717b1366ca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9570b657-1a92-455e-bc88-3717b1366ca0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9570b657-1a92-455e-bc88-3717b1366ca0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9570b657-1a92-455e-bc88-3717b1366ca0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b6c5f005-21a8-4b73-83df-343b8f012c73 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-919379a9-3751-465d-b76d-c8e08010c29a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-83018c11-8c9a-4e30-8d85-47291ed074c7 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-31e0f021-c062-4759-90d6-93166e2f46c7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-07ff399f-18e6-44cb-9997-3876c1504e72 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-cd5c16eb-7a4a-4cb3-82b2-76d3d23ed47d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8510cd1f-4345-4473-94fd-19363b528ec2 {
  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-8510cd1f-4345-4473-94fd-19363b528ec2 {
  
}
}@media (max-width: 767px){#s-8510cd1f-4345-4473-94fd-19363b528ec2 {
  
}
}
@media (min-width: 0px) {
[id="s-8510cd1f-4345-4473-94fd-19363b528ec2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8510cd1f-4345-4473-94fd-19363b528ec2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8510cd1f-4345-4473-94fd-19363b528ec2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8510cd1f-4345-4473-94fd-19363b528ec2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-35e1f457-7513-4019-a345-e49ad35a595a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d3d2219b-a942-4172-9d9f-c2c38e9cb1a7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e48cbb28-1171-43eb-9758-7877930a7f36 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-717e2c95-b90a-44d6-a9d6-9c093128f9be {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-1125982d-3d07-4f1b-9831-265e499eba67 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-b6b687c1-243e-444c-85cf-e859a49d8310 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-ff8491bb-ae66-4980-8cec-9c7eed78a911 {
  display: none;
}
#s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-content-s-ff8491bb-ae66-4980-8cec-9c7eed78a911 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff8491bb-ae66-4980-8cec-9c7eed78a911 {
  display: none;
}
#s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-content-s-ff8491bb-ae66-4980-8cec-9c7eed78a911 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff8491bb-ae66-4980-8cec-9c7eed78a911 {
  display: none;
}
#s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-content-s-ff8491bb-ae66-4980-8cec-9c7eed78a911 { display: none !important; }}@media (max-width: 767px){#s-ff8491bb-ae66-4980-8cec-9c7eed78a911 {
  display: none;
}
#s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-s-ff8491bb-ae66-4980-8cec-9c7eed78a911, #wrap-content-s-ff8491bb-ae66-4980-8cec-9c7eed78a911 { display: none !important; }}
#s-8b3babc5-8269-4063-9593-db88059a9b0e {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2N2UyYWItNjBlYS00ZTRkLWE3MGEtMDQ2NjI5NzM1YWE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3ZTJhYi02MGVhLTRlNGQtYTcwYS0wNDY2Mjk3MzVhYTkpIi8+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-8b3babc5-8269-4063-9593-db88059a9b0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b3babc5-8269-4063-9593-db88059a9b0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b3babc5-8269-4063-9593-db88059a9b0e-root {
    text-align: center;
  }


#s-8b3babc5-8269-4063-9593-db88059a9b0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b3babc5-8269-4063-9593-db88059a9b0e-root {
    text-align: center;
  }


#s-8b3babc5-8269-4063-9593-db88059a9b0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b3babc5-8269-4063-9593-db88059a9b0e-root {
    text-align: center;
  }


#s-8b3babc5-8269-4063-9593-db88059a9b0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b3babc5-8269-4063-9593-db88059a9b0e-root {
    text-align: center;
  }


#s-8b3babc5-8269-4063-9593-db88059a9b0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b3babc5-8269-4063-9593-db88059a9b0e-root {
    text-align: center;
  }


#s-8b3babc5-8269-4063-9593-db88059a9b0e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9473d5f2-8f6a-4034-85d7-c945539e08c4 {
  margin-left: auto;
margin-right: auto;
}

#s-9473d5f2-8f6a-4034-85d7-c945539e08c4 hr {
  border-top: 2px solid #ddd;
}

#s-60dbc0db-fc24-4610-82c6-cbfac13a01f5 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-60dbc0db-fc24-4610-82c6-cbfac13a01f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60dbc0db-fc24-4610-82c6-cbfac13a01f5.shg-box.shg-c {
  justify-content: center;
}

#s-bf59cac1-dc70-4fc7-8a3b-7781caf4d685 {
  margin-left: 0%;
margin-right: 0%;
}

#s-2030f6c0-bc06-43e3-892b-3aa97b6c9b75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2030f6c0-bc06-43e3-892b-3aa97b6c9b75 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  max-width:  100%;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  max-width:  100%;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  max-width:  100%;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  max-width:  100%;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e {
  max-width:  100%;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e .shg-image-zoom,
.shg-c#s-400b2bca-afa2-4ea0-8009-56c0af4f481e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f035529d-e824-43ad-b1d3-bb0d3588c882 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-a5abb511-7780-432f-bd4b-c67da88c4584 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a5abb511-7780-432f-bd4b-c67da88c4584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5abb511-7780-432f-bd4b-c67da88c4584.shg-box.shg-c {
  justify-content: center;
}

#s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3 {
  
}
}@media (max-width: 767px){#s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3 {
  
}
}
@media (min-width: 0px) {
[id="s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce11cc23-e5b2-49d2-b2e8-f27e6a0fdcd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-86946270-9efc-4ea4-8dba-77fff08425a3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-92157d24-3c17-40f9-ad15-ba2601059473 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f21674fd-1528-4f61-a3f7-3872e484c3fa {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-c9b20a60-7084-4164-8e29-3e7c0377aa42 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a944b884-cd2f-47e9-9277-c91880d410d2 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-919ccdae-44aa-41dd-8626-d9b37fb37f33 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-5eb4a2d5-10dc-494a-aa41-fe05957d3128 {
  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-5eb4a2d5-10dc-494a-aa41-fe05957d3128 {
  
}
}@media (max-width: 767px){#s-5eb4a2d5-10dc-494a-aa41-fe05957d3128 {
  
}
}
@media (min-width: 0px) {
[id="s-5eb4a2d5-10dc-494a-aa41-fe05957d3128"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eb4a2d5-10dc-494a-aa41-fe05957d3128"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5eb4a2d5-10dc-494a-aa41-fe05957d3128"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eb4a2d5-10dc-494a-aa41-fe05957d3128"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9a8c48dc-9237-4b2c-922c-20628af32305 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d30f04a7-438d-4926-bc4c-f40f49c29ea2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9a2c7343-adb6-4ff5-aafa-b35eb645fc78 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-dc05598e-3fe1-48ab-8054-5bc28ce68263 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-85bb045f-5510-4478-b967-c83b8b544e95 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-43f1653a-c698-4aac-a788-0dcf4383c3d7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-5f1c23fc-5f41-4f34-b3c8-99693d136102 {
  display: none;
}
#s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-content-s-5f1c23fc-5f41-4f34-b3c8-99693d136102 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f1c23fc-5f41-4f34-b3c8-99693d136102 {
  display: none;
}
#s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-content-s-5f1c23fc-5f41-4f34-b3c8-99693d136102 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f1c23fc-5f41-4f34-b3c8-99693d136102 {
  display: none;
}
#s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-content-s-5f1c23fc-5f41-4f34-b3c8-99693d136102 { display: none !important; }}@media (max-width: 767px){#s-5f1c23fc-5f41-4f34-b3c8-99693d136102 {
  display: none;
}
#s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-s-5f1c23fc-5f41-4f34-b3c8-99693d136102, #wrap-content-s-5f1c23fc-5f41-4f34-b3c8-99693d136102 { display: none !important; }}
#s-7a9d3787-6504-491a-b6aa-dcea2bc08467 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDA3M2UyMDUtYWY1NC00OTE0LTk3ZWEtYzRjODM3Y2E2MzhkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDczZTIwNS1hZjU0LTQ5MTQtOTdlYS1jNGM4MzdjYTYzOGQpIi8+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-7a9d3787-6504-491a-b6aa-dcea2bc08467:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a9d3787-6504-491a-b6aa-dcea2bc08467:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a9d3787-6504-491a-b6aa-dcea2bc08467-root {
    text-align: center;
  }


#s-7a9d3787-6504-491a-b6aa-dcea2bc08467.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a9d3787-6504-491a-b6aa-dcea2bc08467-root {
    text-align: center;
  }


#s-7a9d3787-6504-491a-b6aa-dcea2bc08467.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a9d3787-6504-491a-b6aa-dcea2bc08467-root {
    text-align: center;
  }


#s-7a9d3787-6504-491a-b6aa-dcea2bc08467.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a9d3787-6504-491a-b6aa-dcea2bc08467-root {
    text-align: center;
  }


#s-7a9d3787-6504-491a-b6aa-dcea2bc08467.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a9d3787-6504-491a-b6aa-dcea2bc08467-root {
    text-align: center;
  }


#s-7a9d3787-6504-491a-b6aa-dcea2bc08467.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d93e8ecc-bda3-448e-b2d7-af873d79a62e {
  margin-left: auto;
margin-right: auto;
}

#s-d93e8ecc-bda3-448e-b2d7-af873d79a62e hr {
  border-top: 2px solid #ddd;
}

#s-f8e3882b-3239-446c-92e3-4bb3709c05ad {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f8e3882b-3239-446c-92e3-4bb3709c05ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8e3882b-3239-446c-92e3-4bb3709c05ad.shg-box.shg-c {
  justify-content: center;
}

#s-cb7f662b-25b7-4eab-9929-d9424e5f5d41 {
  margin-left: 0%;
margin-right: 0%;
}

#s-e9c9c390-ebe4-4c93-881c-32afa107bf55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9c9c390-ebe4-4c93-881c-32afa107bf55 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9489a213-92bf-4944-adc6-1243b64488fe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe {
  max-width:  100%;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe {
  max-width:  100%;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe {
  max-width:  100%;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe {
  max-width:  100%;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe {
  max-width:  100%;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe .shg-image-zoom,
.shg-c#s-9489a213-92bf-4944-adc6-1243b64488fe img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-37ce3d85-9d37-4777-b110-05526b599984 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-a7a160e1-6ac9-4efe-8f39-e8a61005ea85 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a7a160e1-6ac9-4efe-8f39-e8a61005ea85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7a160e1-6ac9-4efe-8f39-e8a61005ea85.shg-box.shg-c {
  justify-content: center;
}

#s-c6564a23-9c0d-40ef-be0f-c693aafe95d7 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6564a23-9c0d-40ef-be0f-c693aafe95d7 {
  
}
}@media (max-width: 767px){#s-c6564a23-9c0d-40ef-be0f-c693aafe95d7 {
  
}
}
@media (min-width: 0px) {
[id="s-c6564a23-9c0d-40ef-be0f-c693aafe95d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6564a23-9c0d-40ef-be0f-c693aafe95d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6564a23-9c0d-40ef-be0f-c693aafe95d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6564a23-9c0d-40ef-be0f-c693aafe95d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3fea54ce-1219-42f4-88d0-40cc744d7f90 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-72403637-1436-4fd1-a7ae-c13f63640ec1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c86685c8-6735-4c80-a61f-aedd6d5e806e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-dc6ceab3-26a4-481c-95b5-4209ac39521d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-dd3391a3-6c0e-4c11-8555-4802ad9faf7d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-17d1af82-80d1-46f8-8ce8-b0bb29eaeefa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0336a436-7b9c-4c16-87bb-3c0513635ba6 {
  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-0336a436-7b9c-4c16-87bb-3c0513635ba6 {
  
}
}@media (max-width: 767px){#s-0336a436-7b9c-4c16-87bb-3c0513635ba6 {
  
}
}
@media (min-width: 0px) {
[id="s-0336a436-7b9c-4c16-87bb-3c0513635ba6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0336a436-7b9c-4c16-87bb-3c0513635ba6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0336a436-7b9c-4c16-87bb-3c0513635ba6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0336a436-7b9c-4c16-87bb-3c0513635ba6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dd450cb5-2bd7-498d-8ff7-2c9a22313c6f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-e786e73a-b977-4597-89fa-7059f1bd49d3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-489cd75a-0330-4f68-9a5b-ef885e2d06f1 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0ad41036-b318-4dd3-8202-d72eba9a432f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b3524d5b-4db2-4c20-ac3c-1e7f7eda25d8 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-94067111-e82c-4bc9-9f7b-87f3bb4c603a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 {
  display: none;
}
#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-content-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 {
  display: none;
}
#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-content-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 {
  display: none;
}
#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-content-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 { display: none !important; }}@media (max-width: 767px){#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 {
  display: none;
}
#s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00, #wrap-content-s-3d014c7a-253c-4a10-9c21-d0b8549a0a00 { display: none !important; }}
#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2JiYzZmMjAtN2UwNy00ZjFhLWJkNjEtMWUzMGMyMmIxMzUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YmJjNmYyMC03ZTA3LTRmMWEtYmQ2MS0xZTMwYzIyYjEzNTApIi8+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-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a-root {
    text-align: center;
  }


#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a-root {
    text-align: center;
  }


#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a-root {
    text-align: center;
  }


#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a-root {
    text-align: center;
  }


#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a-root {
    text-align: center;
  }


#s-aa95f1be-2f47-4b1b-9f1e-e6aa285ed65a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-592a2e34-2c1d-4834-b3c2-68bd55a0a3a3 {
  margin-left: auto;
margin-right: auto;
}

#s-592a2e34-2c1d-4834-b3c2-68bd55a0a3a3 hr {
  border-top: 2px solid #ddd;
}

#s-d5adc52d-42c5-4b0f-a05b-9ec4b94d573b {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-d5adc52d-42c5-4b0f-a05b-9ec4b94d573b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5adc52d-42c5-4b0f-a05b-9ec4b94d573b.shg-box.shg-c {
  justify-content: center;
}

#s-de1cb6bc-590b-4dd7-a900-9afe84c55dca {
  margin-left: 0%;
margin-right: 0%;
}

#s-6219080b-9357-4c28-b693-91d68be10cc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6219080b-9357-4c28-b693-91d68be10cc4 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  max-width:  100%;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  max-width:  100%;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  max-width:  100%;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  max-width:  100%;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e {
  max-width:  100%;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e .shg-image-zoom,
.shg-c#s-1b6e9077-3817-4370-a24c-3bd8d91d133e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c93a07b9-6db1-4cf7-9b38-f076752bc5c1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-9f28416d-fa15-4c74-bee1-043e7beefb03 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-9f28416d-fa15-4c74-bee1-043e7beefb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f28416d-fa15-4c74-bee1-043e7beefb03.shg-box.shg-c {
  justify-content: center;
}

#s-0b622229-1b6d-4399-b6a3-d765d487b139 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b622229-1b6d-4399-b6a3-d765d487b139 {
  
}
}@media (max-width: 767px){#s-0b622229-1b6d-4399-b6a3-d765d487b139 {
  
}
}
@media (min-width: 0px) {
[id="s-0b622229-1b6d-4399-b6a3-d765d487b139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b622229-1b6d-4399-b6a3-d765d487b139"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b622229-1b6d-4399-b6a3-d765d487b139"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b622229-1b6d-4399-b6a3-d765d487b139"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8226ea1e-3742-44ba-a1f3-3095c4b12d11 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-13144597-69ac-4a53-8fba-6b7551f24761 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-fa91601c-1f59-4938-9d4f-441c863c0f2c {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-90056c9b-ac2a-4e16-b347-1cad880c88ab {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f0cc3de9-e548-48d8-a3d0-898f1dc51514 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-7af261f6-dd20-4743-9092-7b7faa44375e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-efea00c2-e956-464a-87fd-d76f81f8d09f {
  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-efea00c2-e956-464a-87fd-d76f81f8d09f {
  
}
}@media (max-width: 767px){#s-efea00c2-e956-464a-87fd-d76f81f8d09f {
  
}
}
@media (min-width: 0px) {
[id="s-efea00c2-e956-464a-87fd-d76f81f8d09f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efea00c2-e956-464a-87fd-d76f81f8d09f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efea00c2-e956-464a-87fd-d76f81f8d09f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efea00c2-e956-464a-87fd-d76f81f8d09f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ecab512c-4b2c-4003-9800-7ff6e004dcb1 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-3e566ed9-cc6c-4955-99bf-412eebaac749 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-53cda2b4-2ff9-48b1-93d2-754e82d953fb {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-2ba67f73-c209-4db2-9b66-aaf7d46e5121 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4ade547a-1196-4067-9a33-398af94509dd {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-865fdbde-3573-4f50-bfda-45bb45ac9549 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-2def4286-66c0-4888-af46-5a77ef340eef {
  display: none;
}
#s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-content-s-2def4286-66c0-4888-af46-5a77ef340eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2def4286-66c0-4888-af46-5a77ef340eef {
  display: none;
}
#s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-content-s-2def4286-66c0-4888-af46-5a77ef340eef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2def4286-66c0-4888-af46-5a77ef340eef {
  display: none;
}
#s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-content-s-2def4286-66c0-4888-af46-5a77ef340eef { display: none !important; }}@media (max-width: 767px){#s-2def4286-66c0-4888-af46-5a77ef340eef {
  display: none;
}
#s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-s-2def4286-66c0-4888-af46-5a77ef340eef, #wrap-content-s-2def4286-66c0-4888-af46-5a77ef340eef { display: none !important; }}
#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857 {
  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-8f92d2cd-704a-4174-ac4d-3151ef3d5857:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f92d2cd-704a-4174-ac4d-3151ef3d5857-root {
    text-align: center;
  }


#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f92d2cd-704a-4174-ac4d-3151ef3d5857-root {
    text-align: center;
  }


#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f92d2cd-704a-4174-ac4d-3151ef3d5857-root {
    text-align: center;
  }


#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f92d2cd-704a-4174-ac4d-3151ef3d5857-root {
    text-align: center;
  }


#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f92d2cd-704a-4174-ac4d-3151ef3d5857-root {
    text-align: center;
  }


#s-8f92d2cd-704a-4174-ac4d-3151ef3d5857.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-de36d854-10f1-4004-a479-b1c11ca0da5c {
  margin-left: auto;
margin-right: auto;
}

#s-de36d854-10f1-4004-a479-b1c11ca0da5c hr {
  border-top: 2px solid #ddd;
}

#s-afdb3a53-131e-4e89-b89d-41858b565ae8 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-afdb3a53-131e-4e89-b89d-41858b565ae8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afdb3a53-131e-4e89-b89d-41858b565ae8 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-afdb3a53-131e-4e89-b89d-41858b565ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afdb3a53-131e-4e89-b89d-41858b565ae8.shg-box.shg-c {
  justify-content: center;
}

#s-c62bb7c2-ca45-4342-8650-abb9d2c2c2e4 {
  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-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  display: none;
}
#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da, #wrap-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da, #wrap-content-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  display: none;
}
#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da, #wrap-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da, #wrap-content-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da {
  --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-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-prev,
#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-next {
  
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-prev svg,
#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da .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-b72076f0-ea4c-44fe-a9c3-1ff2a946b3da .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-679ac018-8d85-48da-b5d2-d2e9bfaec31f {
  margin-left: auto;
margin-right: auto;
}

#s-faca634b-21ef-4f9b-b825-f620775a1fb7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-faca634b-21ef-4f9b-b825-f620775a1fb7 {
  text-align: center;
}
}@media (max-width: 767px){#s-faca634b-21ef-4f9b-b825-f620775a1fb7 {
  text-align: center;
}
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faca634b-21ef-4f9b-b825-f620775a1fb7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7b4caac-d3d7-44b9-b592-0390fe259727 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7b4caac-d3d7-44b9-b592-0390fe259727 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}
@media (max-width: 767px){#s-b7b4caac-d3d7-44b9-b592-0390fe259727 .shg-product-title-component h3 {
  
  
  
  
  font-size: 16px;
  
  
  
}
}
#s-2bc22c12-966a-42f9-b6b5-f1d18bba696f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2bc22c12-966a-42f9-b6b5-f1d18bba696f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2bc22c12-966a-42f9-b6b5-f1d18bba696f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2bc22c12-966a-42f9-b6b5-f1d18bba696f .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-left {
  text-align: left;
}

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

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

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8481b10b-116b-49c0-8a1b-b974e11cb6a8-atc-btn-wrapper {
    text-align: center;
  }


#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8481b10b-116b-49c0-8a1b-b974e11cb6a8-atc-btn-wrapper {
    text-align: center;
  }


#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8481b10b-116b-49c0-8a1b-b974e11cb6a8-atc-btn-wrapper {
    text-align: center;
  }


#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8481b10b-116b-49c0-8a1b-b974e11cb6a8-atc-btn-wrapper {
    text-align: center;
  }


#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8481b10b-116b-49c0-8a1b-b974e11cb6a8-atc-btn-wrapper {
    text-align: center;
  }


#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8481b10b-116b-49c0-8a1b-b974e11cb6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3e9a480e-fd1e-4589-9ccc-9347eef15c80 {
  margin-left: auto;
margin-right: auto;
}

#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c {
  text-align: center;
}
}@media (max-width: 767px){#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c {
  text-align: center;
}
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c41d2edd-6ed4-4ed0-a8ca-72dbaa3efc9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4bd10476-3eba-427f-835f-a2e0525a5b40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bd10476-3eba-427f-835f-a2e0525a5b40 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-475762ae-a13a-4e9d-b2b9-83806b9f9e45 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-475762ae-a13a-4e9d-b2b9-83806b9f9e45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-475762ae-a13a-4e9d-b2b9-83806b9f9e45 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-475762ae-a13a-4e9d-b2b9-83806b9f9e45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4-atc-btn-wrapper {
    text-align: center;
  }


#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4-atc-btn-wrapper {
    text-align: center;
  }


#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4-atc-btn-wrapper {
    text-align: center;
  }


#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4-atc-btn-wrapper {
    text-align: center;
  }


#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4-atc-btn-wrapper {
    text-align: center;
  }


#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ce4c70-5617-4b90-b6aa-30a45b5939a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-65acb47e-5885-4ca3-a948-dfa363f7af7e {
  margin-left: auto;
margin-right: auto;
}

#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b {
  text-align: center;
}
}@media (max-width: 767px){#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b {
  text-align: center;
}
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05b5e7c-302b-4917-a11b-8aecf5e0591b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9919dc1-13e6-4474-bd46-87aa23dcd7c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9919dc1-13e6-4474-bd46-87aa23dcd7c1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}
@media (max-width: 767px){#s-f9919dc1-13e6-4474-bd46-87aa23dcd7c1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}
}
#s-3cf652ab-534d-402c-8fa3-59fa11a7e12d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3cf652ab-534d-402c-8fa3-59fa11a7e12d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3cf652ab-534d-402c-8fa3-59fa11a7e12d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3cf652ab-534d-402c-8fa3-59fa11a7e12d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38-atc-btn-wrapper {
    text-align: center;
  }


#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38-atc-btn-wrapper {
    text-align: center;
  }


#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38-atc-btn-wrapper {
    text-align: center;
  }


#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38-atc-btn-wrapper {
    text-align: center;
  }


#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38-atc-btn-wrapper {
    text-align: center;
  }


#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3870ca8-c3f3-4add-92ed-6c158cc1ba38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-81f33c8e-02f2-41d0-bb49-039940363b6c {
  margin-left: auto;
margin-right: auto;
}

#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb {
  text-align: center;
}
}@media (max-width: 767px){#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb {
  text-align: center;
}
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd38ec3-48f3-4498-b042-70dbb27de7cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-edaed30b-025e-4fe0-87c8-f263682deda4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edaed30b-025e-4fe0-87c8-f263682deda4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-55fec590-e398-4ce9-9591-0b7ae2c30f5b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-55fec590-e398-4ce9-9591-0b7ae2c30f5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-55fec590-e398-4ce9-9591-0b7ae2c30f5b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-55fec590-e398-4ce9-9591-0b7ae2c30f5b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566-atc-btn-wrapper {
    text-align: center;
  }


#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566-atc-btn-wrapper {
    text-align: center;
  }


#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566-atc-btn-wrapper {
    text-align: center;
  }


#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566-atc-btn-wrapper {
    text-align: center;
  }


#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566-atc-btn-wrapper {
    text-align: center;
  }


#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-557e7d2b-13a2-4b09-a4d4-0b738bf8a566.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cd49efdb-b255-496f-a357-7c150970c9ac {
  margin-left: auto;
margin-right: auto;
}

#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 {
  text-align: center;
}
}@media (max-width: 767px){#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 {
  text-align: center;
}
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b86ce1c1-e17c-4e83-be31-2b348394b4b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8533faf-609f-492e-ace0-28afeec3e596 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8533faf-609f-492e-ace0-28afeec3e596 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9137f171-15ee-43ec-86b3-0c53b25e68cb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9137f171-15ee-43ec-86b3-0c53b25e68cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9137f171-15ee-43ec-86b3-0c53b25e68cb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9137f171-15ee-43ec-86b3-0c53b25e68cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb14eddf-8d87-45fc-81a3-a77b714f116b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb14eddf-8d87-45fc-81a3-a77b714f116b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb14eddf-8d87-45fc-81a3-a77b714f116b-atc-btn-wrapper {
    text-align: center;
  }


#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb14eddf-8d87-45fc-81a3-a77b714f116b-atc-btn-wrapper {
    text-align: center;
  }


#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb14eddf-8d87-45fc-81a3-a77b714f116b-atc-btn-wrapper {
    text-align: center;
  }


#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb14eddf-8d87-45fc-81a3-a77b714f116b-atc-btn-wrapper {
    text-align: center;
  }


#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb14eddf-8d87-45fc-81a3-a77b714f116b-atc-btn-wrapper {
    text-align: center;
  }


#s-fb14eddf-8d87-45fc-81a3-a77b714f116b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb14eddf-8d87-45fc-81a3-a77b714f116b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c03021f5-3119-4c93-9e83-26b6a976f2bb {
  margin-left: auto;
margin-right: auto;
}

#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f {
  text-align: center;
}
}@media (max-width: 767px){#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f {
  text-align: center;
}
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de441d-84fc-440d-a6fa-684b3dc21b6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-22db5a83-1bf8-418f-94a6-777ec7adc754 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22db5a83-1bf8-418f-94a6-777ec7adc754 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9a3beb71-1aec-4f0c-896d-f836ba77ef3c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9a3beb71-1aec-4f0c-896d-f836ba77ef3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9a3beb71-1aec-4f0c-896d-f836ba77ef3c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9a3beb71-1aec-4f0c-896d-f836ba77ef3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e-atc-btn-wrapper {
    text-align: center;
  }


#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e-atc-btn-wrapper {
    text-align: center;
  }


#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e-atc-btn-wrapper {
    text-align: center;
  }


#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e-atc-btn-wrapper {
    text-align: center;
  }


#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e-atc-btn-wrapper {
    text-align: center;
  }


#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554a4bb8-6f4e-425e-a038-1a5dac3dd10e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0c143468-7f47-41a0-a031-f4bacbcbdc57 {
  margin-left: auto;
margin-right: auto;
}

#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea {
  text-align: center;
}
}@media (max-width: 767px){#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea {
  text-align: center;
}
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de9753f-20f2-4ce7-8436-4a6cd25ffaea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a9ed996-8adb-41cb-9581-34244111b9ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9ed996-8adb-41cb-9581-34244111b9ec .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-97e9f46d-decc-4d17-8a68-5ac6b2f997bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-97e9f46d-decc-4d17-8a68-5ac6b2f997bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-97e9f46d-decc-4d17-8a68-5ac6b2f997bf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-97e9f46d-decc-4d17-8a68-5ac6b2f997bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5472e908-08a5-4408-b006-ee31cb3a8665:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5472e908-08a5-4408-b006-ee31cb3a8665:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5472e908-08a5-4408-b006-ee31cb3a8665-atc-btn-wrapper {
    text-align: center;
  }


#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5472e908-08a5-4408-b006-ee31cb3a8665-atc-btn-wrapper {
    text-align: center;
  }


#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5472e908-08a5-4408-b006-ee31cb3a8665-atc-btn-wrapper {
    text-align: center;
  }


#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5472e908-08a5-4408-b006-ee31cb3a8665-atc-btn-wrapper {
    text-align: center;
  }


#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5472e908-08a5-4408-b006-ee31cb3a8665-atc-btn-wrapper {
    text-align: center;
  }


#s-5472e908-08a5-4408-b006-ee31cb3a8665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5472e908-08a5-4408-b006-ee31cb3a8665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5d514cd5-ad3a-4696-a637-538122201b35 {
  margin-left: auto;
margin-right: auto;
}

#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd {
  text-align: center;
}
}@media (max-width: 767px){#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd {
  text-align: center;
}
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0290d4-43ac-4954-8df0-b7bf83b2f8cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bab3a6eb-c392-4888-a9e5-eb7554dcae17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bab3a6eb-c392-4888-a9e5-eb7554dcae17 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dc9d9eda-3e0c-4cae-aecb-7ae86dbad21f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dc9d9eda-3e0c-4cae-aecb-7ae86dbad21f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-dc9d9eda-3e0c-4cae-aecb-7ae86dbad21f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dc9d9eda-3e0c-4cae-aecb-7ae86dbad21f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b559ece-c29c-4463-9e64-596bfa680dcf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b559ece-c29c-4463-9e64-596bfa680dcf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b559ece-c29c-4463-9e64-596bfa680dcf-atc-btn-wrapper {
    text-align: center;
  }


#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2b559ece-c29c-4463-9e64-596bfa680dcf-atc-btn-wrapper {
    text-align: center;
  }


#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b559ece-c29c-4463-9e64-596bfa680dcf-atc-btn-wrapper {
    text-align: center;
  }


#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2b559ece-c29c-4463-9e64-596bfa680dcf-atc-btn-wrapper {
    text-align: center;
  }


#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2b559ece-c29c-4463-9e64-596bfa680dcf-atc-btn-wrapper {
    text-align: center;
  }


#s-2b559ece-c29c-4463-9e64-596bfa680dcf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b559ece-c29c-4463-9e64-596bfa680dcf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b9761266-c3cf-4447-a199-6f11757a7586 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-b9761266-c3cf-4447-a199-6f11757a7586 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9761266-c3cf-4447-a199-6f11757a7586 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9761266-c3cf-4447-a199-6f11757a7586 {
  display: none;
}
#s-b9761266-c3cf-4447-a199-6f11757a7586, #wrap-s-b9761266-c3cf-4447-a199-6f11757a7586, #wrap-content-s-b9761266-c3cf-4447-a199-6f11757a7586 { display: none !important; }}@media (max-width: 767px){#s-b9761266-c3cf-4447-a199-6f11757a7586 {
  display: none;
}
#s-b9761266-c3cf-4447-a199-6f11757a7586, #wrap-s-b9761266-c3cf-4447-a199-6f11757a7586, #wrap-content-s-b9761266-c3cf-4447-a199-6f11757a7586 { display: none !important; }}
#s-b9761266-c3cf-4447-a199-6f11757a7586 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 {
  --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-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-prev,
#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-next {
  
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-prev svg,
#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-b9761266-c3cf-4447-a199-6f11757a7586 .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-b9761266-c3cf-4447-a199-6f11757a7586 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-907e1ba6-29e0-4e4f-bf4d-b9f6f9e916c2 {
  margin-left: auto;
margin-right: auto;
}

#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 {
  text-align: center;
}
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5356b684-bf9e-46af-9d90-49c7c7bceac1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e699e04b-7e5a-406f-90f9-1d534a763eaf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e699e04b-7e5a-406f-90f9-1d534a763eaf .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a887df39-a3c7-4156-a598-b83bd8ef198c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a887df39-a3c7-4156-a598-b83bd8ef198c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a887df39-a3c7-4156-a598-b83bd8ef198c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a887df39-a3c7-4156-a598-b83bd8ef198c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2-atc-btn-wrapper {
    text-align: center;
  }


#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2-atc-btn-wrapper {
    text-align: center;
  }


#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2-atc-btn-wrapper {
    text-align: center;
  }


#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2-atc-btn-wrapper {
    text-align: center;
  }


#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2-atc-btn-wrapper {
    text-align: center;
  }


#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a5fba12-07a0-484e-bfb7-9b49c7b701d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c7f69657-731a-4bfc-b3eb-37caddedf685 {
  margin-left: auto;
margin-right: auto;
}

#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df {
  text-align: center;
}
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb77924-d8ea-4ef3-82f5-cf86faf100df img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed8df170-b1f5-4aab-a136-2ba882efb722 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed8df170-b1f5-4aab-a136-2ba882efb722 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-52ebdc0c-f97d-42c3-b33a-8d0121612bee {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-52ebdc0c-f97d-42c3-b33a-8d0121612bee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-52ebdc0c-f97d-42c3-b33a-8d0121612bee .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-52ebdc0c-f97d-42c3-b33a-8d0121612bee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5e70f6ec-25d1-451e-9e32-00c3eee98123:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e70f6ec-25d1-451e-9e32-00c3eee98123:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e70f6ec-25d1-451e-9e32-00c3eee98123-atc-btn-wrapper {
    text-align: center;
  }


#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5e70f6ec-25d1-451e-9e32-00c3eee98123-atc-btn-wrapper {
    text-align: center;
  }


#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e70f6ec-25d1-451e-9e32-00c3eee98123-atc-btn-wrapper {
    text-align: center;
  }


#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5e70f6ec-25d1-451e-9e32-00c3eee98123-atc-btn-wrapper {
    text-align: center;
  }


#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5e70f6ec-25d1-451e-9e32-00c3eee98123-atc-btn-wrapper {
    text-align: center;
  }


#s-5e70f6ec-25d1-451e-9e32-00c3eee98123 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e70f6ec-25d1-451e-9e32-00c3eee98123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f848bce8-8b60-4ca1-a843-3eca08f71c16 {
  margin-left: auto;
margin-right: auto;
}

#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 {
  text-align: center;
}
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5161665-722a-47bf-bc51-947a5cfc0ff0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a414516-6dd9-4c13-8b58-f5878f0d674f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a414516-6dd9-4c13-8b58-f5878f0d674f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-855f1a8d-9141-4dfe-8622-d9edf53ab6a1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-855f1a8d-9141-4dfe-8622-d9edf53ab6a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-855f1a8d-9141-4dfe-8622-d9edf53ab6a1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-855f1a8d-9141-4dfe-8622-d9edf53ab6a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e-atc-btn-wrapper {
    text-align: center;
  }


#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e-atc-btn-wrapper {
    text-align: center;
  }


#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e-atc-btn-wrapper {
    text-align: center;
  }


#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e-atc-btn-wrapper {
    text-align: center;
  }


#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e-atc-btn-wrapper {
    text-align: center;
  }


#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-391f8ef5-9e2c-46fa-80dc-7b9770642b5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fb7758a4-3885-403e-ba8d-752fd04aea33 {
  margin-left: auto;
margin-right: auto;
}

#s-ed19327d-9bd1-465c-970f-594b32a9eb02 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-ed19327d-9bd1-465c-970f-594b32a9eb02 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed19327d-9bd1-465c-970f-594b32a9eb02 {
  text-align: center;
}
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed19327d-9bd1-465c-970f-594b32a9eb02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c5c3ffe-5922-47c3-8945-79c878d1254d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c5c3ffe-5922-47c3-8945-79c878d1254d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-35ec222a-dfc7-4dd6-b90e-ae53fd911fdd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-35ec222a-dfc7-4dd6-b90e-ae53fd911fdd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-35ec222a-dfc7-4dd6-b90e-ae53fd911fdd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-35ec222a-dfc7-4dd6-b90e-ae53fd911fdd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742-atc-btn-wrapper {
    text-align: center;
  }


#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742-atc-btn-wrapper {
    text-align: center;
  }


#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742-atc-btn-wrapper {
    text-align: center;
  }


#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742-atc-btn-wrapper {
    text-align: center;
  }


#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742-atc-btn-wrapper {
    text-align: center;
  }


#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f32a32ea-fea9-48d5-9cc8-ca2f7bb5c742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-54f5cc89-f422-475b-bea1-f3a3a06bd337 {
  margin-left: auto;
margin-right: auto;
}

#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 {
  text-align: center;
}
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a38c5a12-836e-49b9-a0e3-d7ca7094d4e4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c872e199-e904-4f9b-82ba-3a7acbb731b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c872e199-e904-4f9b-82ba-3a7acbb731b6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9486cfa4-fdab-420f-b6a6-2cfc6edf3811 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9486cfa4-fdab-420f-b6a6-2cfc6edf3811 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9486cfa4-fdab-420f-b6a6-2cfc6edf3811 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9486cfa4-fdab-420f-b6a6-2cfc6edf3811 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dbc511e0-8a61-483e-8103-7b2859915b54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbc511e0-8a61-483e-8103-7b2859915b54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbc511e0-8a61-483e-8103-7b2859915b54-atc-btn-wrapper {
    text-align: center;
  }


#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dbc511e0-8a61-483e-8103-7b2859915b54-atc-btn-wrapper {
    text-align: center;
  }


#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbc511e0-8a61-483e-8103-7b2859915b54-atc-btn-wrapper {
    text-align: center;
  }


#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dbc511e0-8a61-483e-8103-7b2859915b54-atc-btn-wrapper {
    text-align: center;
  }


#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dbc511e0-8a61-483e-8103-7b2859915b54-atc-btn-wrapper {
    text-align: center;
  }


#s-dbc511e0-8a61-483e-8103-7b2859915b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbc511e0-8a61-483e-8103-7b2859915b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bbc5945d-1f0a-42d5-ae49-947fec5bb917 {
  margin-left: auto;
margin-right: auto;
}

#s-2e1b8ac5-82c0-4601-813b-d1322d607243 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-2e1b8ac5-82c0-4601-813b-d1322d607243 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e1b8ac5-82c0-4601-813b-d1322d607243 {
  text-align: center;
}
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1b8ac5-82c0-4601-813b-d1322d607243 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca8f16ec-e680-411f-85b3-618a423038d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca8f16ec-e680-411f-85b3-618a423038d9 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-94373445-1de3-4bff-89b8-268590f19cc2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-94373445-1de3-4bff-89b8-268590f19cc2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-94373445-1de3-4bff-89b8-268590f19cc2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-94373445-1de3-4bff-89b8-268590f19cc2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec-atc-btn-wrapper {
    text-align: center;
  }


#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6e937ed-a4fe-475a-b3fc-85eaa0a275ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-87461f4c-08a2-4d70-9f25-2ddee0a4b924 {
  margin-left: auto;
margin-right: auto;
}

#s-e04816fb-3fcc-4dea-b4af-43767435686a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-e04816fb-3fcc-4dea-b4af-43767435686a {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e04816fb-3fcc-4dea-b4af-43767435686a {
  text-align: center;
}
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e04816fb-3fcc-4dea-b4af-43767435686a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5858103b-236c-4c6e-92b1-08b77935fc4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5858103b-236c-4c6e-92b1-08b77935fc4d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dd60f1f7-1c66-471e-a49c-a9afe21c259b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dd60f1f7-1c66-471e-a49c-a9afe21c259b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-dd60f1f7-1c66-471e-a49c-a9afe21c259b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dd60f1f7-1c66-471e-a49c-a9afe21c259b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f-atc-btn-wrapper {
    text-align: center;
  }


#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f-atc-btn-wrapper {
    text-align: center;
  }


#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f-atc-btn-wrapper {
    text-align: center;
  }


#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f-atc-btn-wrapper {
    text-align: center;
  }


#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f-atc-btn-wrapper {
    text-align: center;
  }


#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d3335f2-5de7-42d6-82ff-2e6a7f2afc9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d9ccbab1-1d95-4a14-b6f6-2352d260dd4c {
  margin-left: auto;
margin-right: auto;
}

#s-322255b9-5d93-46af-a463-c051d438d79c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-322255b9-5d93-46af-a463-c051d438d79c {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-322255b9-5d93-46af-a463-c051d438d79c {
  text-align: center;
}
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322255b9-5d93-46af-a463-c051d438d79c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eed70ce2-226d-44dd-b2b3-564e886d9932 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eed70ce2-226d-44dd-b2b3-564e886d9932 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8bb7b33c-f41e-4851-8193-e97116ef8a99 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8bb7b33c-f41e-4851-8193-e97116ef8a99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8bb7b33c-f41e-4851-8193-e97116ef8a99 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8bb7b33c-f41e-4851-8193-e97116ef8a99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd-atc-btn-wrapper {
    text-align: center;
  }


#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd-atc-btn-wrapper {
    text-align: center;
  }


#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd-atc-btn-wrapper {
    text-align: center;
  }


#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd-atc-btn-wrapper {
    text-align: center;
  }


#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd-atc-btn-wrapper {
    text-align: center;
  }


#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5b94d3-d8a8-44fa-8a95-5cdaae4a17fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
/*
  $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}