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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  display: none;
}
#s-5035fb04-209a-439b-bb06-d58bf0dfa493, #wrap-s-5035fb04-209a-439b-bb06-d58bf0dfa493 { display:none !important; }}@media (max-width: 767px){#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  display: none;
}
#s-5035fb04-209a-439b-bb06-d58bf0dfa493, #wrap-s-5035fb04-209a-439b-bb06-d58bf0dfa493 { display:none !important; }}







#s-5035fb04-209a-439b-bb06-d58bf0dfa493 > .shg-box-overlay {
  background-color: rgba(251, 250, 243, 1);
  opacity: 0;
}#s-5035fb04-209a-439b-bb06-d58bf0dfa493.shg-box.shg-c {
  justify-content: center;
}

#s-c15389c5-67d9-4df3-adf8-e266fb600db3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(251, 250, 243, 1);
}








#s-c15389c5-67d9-4df3-adf8-e266fb600db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c15389c5-67d9-4df3-adf8-e266fb600db3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 {
  margin-top: 15px;
padding-top: 75px;
padding-left: 100px;
padding-bottom: 1px;
padding-right: 100px;
min-height: 600px;
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-nav-button.shg-sld-left,
#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0f1c4d32-4219-4d77-9998-d68cc1a62d96 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  text-align: left;
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  max-width: 100%;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom,
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  max-width: 100%;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom,
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  max-width: 100%;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom,
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  max-width: 100%;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom,
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  max-width: 100%;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom,
.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a6de802-beef-4efe-9e5b-a02492539446 {
  display: none;
}
#s-0c169f13-67b2-46de-b9ce-444026447466 {
  text-align: left;
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 {
  max-width: 100%;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom,
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 {
  max-width: 100%;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom,
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 {
  max-width: 100%;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom,
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 {
  max-width: 100%;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom,
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 {
  max-width: 100%;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom,
.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca539514-58d9-4c50-a37e-aa176dda6844 {
  display: none;
}
#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  text-align: left;
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  max-width: 100%;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom,
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  max-width: 100%;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom,
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  max-width: 100%;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom,
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  max-width: 100%;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom,
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  max-width: 100%;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom,
.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3c447200-c6e4-4167-b2fa-11b427af9df2 {
  display: none;
}
#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  text-align: left;
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  max-width: 100%;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom,
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  max-width: 100%;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom,
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  max-width: 100%;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom,
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  max-width: 100%;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom,
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  max-width: 100%;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom,
.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-168051cf-7537-47a7-9080-36cfaa6c6f95 {
  display: none;
}
#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  text-align: left;
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  max-width: 100%;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom,
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  max-width: 100%;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom,
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  max-width: 100%;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom,
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  max-width: 100%;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom,
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  max-width: 100%;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom,
.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-55d2d7e7-9a52-4665-a73c-699170433a64 {
  display: none;
}
#s-57591041-3877-4660-a1e7-96f573e3d56e {
  text-align: left;
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e {
  max-width: 100%;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom,
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e {
  max-width: 100%;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom,
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e {
  max-width: 100%;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom,
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e {
  max-width: 100%;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom,
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e {
  max-width: 100%;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom,
.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dd062a8c-a24b-4ece-a873-01d9ebe1e040 {
  display: none;
}
#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  text-align: left;
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  max-width: 100%;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom,
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  max-width: 100%;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom,
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  max-width: 100%;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom,
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  max-width: 100%;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom,
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  max-width: 100%;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom,
.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b935a2c4-1301-4476-8bc4-8a1991c71891 {
  display: none;
}
#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  text-align: left;
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  max-width: 100%;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom,
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  max-width: 100%;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom,
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  max-width: 100%;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom,
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  max-width: 100%;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom,
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  max-width: 100%;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom,
.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf76d1ff-62ec-4565-b73b-0e2d6ede6d36 {
  display: none;
}
#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  margin-bottom: 4px;
text-align: left;
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  max-width: 100%;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom,
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  max-width: 100%;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom,
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  max-width: 100%;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom,
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  max-width: 100%;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom,
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  max-width: 100%;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom,
.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e51530f-ea56-4a0c-9015-aec355faf8a0 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-668bca9f-42d8-4357-a901-4cb445d84a1d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-668bca9f-42d8-4357-a901-4cb445d84a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668bca9f-42d8-4357-a901-4cb445d84a1d.shg-box.shg-c {
  justify-content: center;
}

#s-6a3693d2-bbaf-4c08-868b-5bdfc9ec059d {
  display: none;
}
#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  text-align: center;
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  max-width: 100%;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom,
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  max-width: 100%;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom,
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  max-width: 100%;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom,
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  max-width: 100%;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom,
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  max-width: 100%;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom,
.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-7292df6b-5787-4618-8315-302452d4922c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7292df6b-5787-4618-8315-302452d4922c .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 {
  text-align: center;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-838c7e42-706a-40a0-81c3-ef366bb996a3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-838c7e42-706a-40a0-81c3-ef366bb996a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838c7e42-706a-40a0-81c3-ef366bb996a3.shg-box.shg-c {
  justify-content: center;
}

#s-a1fceaf5-4bf7-42c0-b145-35c5f8eab6db {
  display: none;
}
#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  text-align: center;
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  max-width: 100%;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom,
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  max-width: 100%;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom,
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  max-width: 100%;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom,
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  max-width: 100%;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom,
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  max-width: 100%;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom,
.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dbb9939c-5429-400d-8424-59090d599e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbb9939c-5429-400d-8424-59090d599e3b .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d {
  text-align: center;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2.shg-box.shg-c {
  justify-content: center;
}

#s-e57ef470-4b0a-4963-87da-9445ce9d97bc {
  display: none;
}
#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  text-align: center;
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  max-width: 100%;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom,
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  max-width: 100%;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom,
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  max-width: 100%;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom,
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  max-width: 100%;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom,
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  max-width: 100%;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom,
.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6f09d785-a780-42f8-9f8b-55cacb6463e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f09d785-a780-42f8-9f8b-55cacb6463e6 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b {
  text-align: center;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-505f4caf-2b5d-4b93-bea1-1874d76754e3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-505f4caf-2b5d-4b93-bea1-1874d76754e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505f4caf-2b5d-4b93-bea1-1874d76754e3.shg-box.shg-c {
  justify-content: center;
}

#s-246b3a21-1a16-48e6-a9dd-8b4635daa7e6 {
  display: none;
}
#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  text-align: center;
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  max-width: 100%;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom,
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  max-width: 100%;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom,
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  max-width: 100%;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom,
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  max-width: 100%;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom,
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  max-width: 100%;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom,
.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-507451ce-cfc0-4bbe-bf4d-50d66602d92f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-507451ce-cfc0-4bbe-bf4d-50d66602d92f .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 {
  text-align: center;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804.shg-box.shg-c {
  justify-content: center;
}

#s-a9c62405-bee9-419b-ab13-932121bc18ac {
  display: none;
}
#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  text-align: center;
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  max-width: 100%;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom,
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  max-width: 100%;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom,
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  max-width: 100%;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom,
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  max-width: 100%;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom,
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  max-width: 100%;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom,
.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-537db314-a66f-4301-9296-b5d24e9296a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-537db314-a66f-4301-9296-b5d24e9296a9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa {
  text-align: center;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f967844f-908e-494f-bca2-892b67c21b80 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f967844f-908e-494f-bca2-892b67c21b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f967844f-908e-494f-bca2-892b67c21b80.shg-box.shg-c {
  justify-content: center;
}

#s-8664cea5-ce9a-4146-9bc2-eec0cc5d7af9 {
  display: none;
}
#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  text-align: center;
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  max-width: 100%;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom,
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  max-width: 100%;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom,
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  max-width: 100%;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom,
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  max-width: 100%;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom,
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  max-width: 100%;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom,
.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-98ed61cb-ec3b-4c4c-8c46-be04e653d353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98ed61cb-ec3b-4c4c-8c46-be04e653d353 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b {
  text-align: center;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c10f09bb-3485-458e-ae9e-1ea2aae99970 {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c011eff0-4622-4b16-a33e-15b605a78733 {
  display: none;
}
#s-90dab72d-5cbf-4594-8a07-935b8eacead3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90dab72d-5cbf-4594-8a07-935b8eacead3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 {
  text-align: center;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0fa457d-9f81-4857-b56c-583c6e9efc78 {
  display: none;
}
#s-5adc79de-422b-4e9c-ab5f-da6280be34f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5adc79de-422b-4e9c-ab5f-da6280be34f3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 {
  text-align: center;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-699d01dc-120c-4d9c-bd48-eec1606c5a1b {
  display: none;
}
#s-deb59968-ffd4-461c-a817-9d7ab95d4ef1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 12px;
text-align: center;
}

#s-deb59968-ffd4-461c-a817-9d7ab95d4ef1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 {
  text-align: center;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93b56239-385a-481d-8fff-87d18874247e {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-89c5e6fd-ca24-4501-8ff9-11e3d24c0ec8 {
  display: none;
}
#s-c9375ed3-5abc-40fd-8359-f71336e1cd86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9375ed3-5abc-40fd-8359-f71336e1cd86 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3100b7b2-3d59-4530-9292-663eddb2aa99 {
  display: none;
}
#s-c7a6fdbd-3d87-4f4d-a0c9-642a8b1968d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7a6fdbd-3d87-4f4d-a0c9-642a8b1968d2 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3730586b-0d1d-4d0f-af81-f5833b901aab {
  display: none;
}
#s-5a4e6292-f4ac-4116-b2d3-9110bda70d1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a4e6292-f4ac-4116-b2d3-9110bda70d1c .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-62392783-2c59-4091-a8bc-7ac548abe364 {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8bdadcea-1a8c-4c5c-a58f-094616bd39f0 {
  display: none;
}
#s-70981582-ffef-4e51-91de-0a7064526dc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70981582-ffef-4e51-91de-0a7064526dc3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f {
  text-align: center;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4a9149a0-e20b-42ce-b36c-a9a22cda17e4 {
  display: none;
}
#s-8a16be42-e41a-4433-8277-1955072195c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a16be42-e41a-4433-8277-1955072195c3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 {
  text-align: center;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f611a518-caf0-4f30-9b28-707b1773dc78 {
  display: none;
}
#s-8852f41e-ebda-44b9-8a6d-e752fe30b5a1 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8852f41e-ebda-44b9-8a6d-e752fe30b5a1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe {
  text-align: center;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
padding-left: 151px;
padding-bottom: 50px;
padding-right: 151px;
}

@media (min-width: 0px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d765c8e-925a-469d-80e1-fc7cff0e56df {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-3d765c8e-925a-469d-80e1-fc7cff0e56df hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(56, 35, 32, 1);
}

@media (min-width: 0px) {
[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-712ed600-b911-41e3-9cbf-36570e3e2834"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-258a0020-6ff2-4695-96ea-9e41833757ff {
  text-align: center;
}




  #s-258a0020-6ff2-4695-96ea-9e41833757ff img.shogun-image {
    
    width: px;
  }


#s-258a0020-6ff2-4695-96ea-9e41833757ff .shogun-image-content {
  
    align-items: center;
  
}

#s-0a30fb42-3f35-4934-b16d-7ee10fe9df55 {
  text-align: center;
}




  #s-0a30fb42-3f35-4934-b16d-7ee10fe9df55 img.shogun-image {
    
    width: px;
  }


#s-0a30fb42-3f35-4934-b16d-7ee10fe9df55 .shogun-image-content {
  
    align-items: center;
  
}

#s-a73983bb-24f3-4828-9570-5afa31d3b1a9 {
  text-align: center;
}




  #s-a73983bb-24f3-4828-9570-5afa31d3b1a9 img.shogun-image {
    
    width: px;
  }


#s-a73983bb-24f3-4828-9570-5afa31d3b1a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e9ea733-aab1-4ee5-bd20-dfe8607ea6f3 {
  text-align: center;
}




  #s-1e9ea733-aab1-4ee5-bd20-dfe8607ea6f3 img.shogun-image {
    
    width: px;
  }


#s-1e9ea733-aab1-4ee5-bd20-dfe8607ea6f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 {
  text-align: center;
}




  #s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 img.shogun-image {
    
    width: px;
  }


#s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce833057-5269-40b5-b07f-8c76c460666f {
  min-height: 644px;
}

#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-nav-button.shg-sld-left,
#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-78f4e017-21fe-4cb8-a652-898c490439dd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-78f4e017-21fe-4cb8-a652-898c490439dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f4e017-21fe-4cb8-a652-898c490439dd {
  cursor: pointer;
}#s-78f4e017-21fe-4cb8-a652-898c490439dd.shg-box.shg-c {
  justify-content: center;
}

#s-f54db395-618b-41aa-8424-04be94164f65 {
  min-height: 50px;
}








#s-f54db395-618b-41aa-8424-04be94164f65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f54db395-618b-41aa-8424-04be94164f65.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-1cb6b0b3-1d69-4b90-8b37-e00b0a2b7571 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cb6b0b3-1d69-4b90-8b37-e00b0a2b7571 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5582a8a-72be-487c-afca-9f156b6fbeba {
  min-height: 600px;
}








#s-f5582a8a-72be-487c-afca-9f156b6fbeba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5582a8a-72be-487c-afca-9f156b6fbeba.shg-box.shg-c {
  justify-content: center;
}

#s-805bf283-dd03-4ff0-8bc1-ec6f3d5dc658 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center 70%;
background-attachment: scroll;
}








#s-805bf283-dd03-4ff0-8bc1-ec6f3d5dc658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805bf283-dd03-4ff0-8bc1-ec6f3d5dc658 {
  cursor: pointer;
}#s-805bf283-dd03-4ff0-8bc1-ec6f3d5dc658.shg-box.shg-c {
  justify-content: center;
}

#s-c83fe611-5491-4b8d-b5be-0d871fe70c4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c83fe611-5491-4b8d-b5be-0d871fe70c4a .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5253049-cf21-4341-adc3-f42b08a94588 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-a5253049-cf21-4341-adc3-f42b08a94588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5253049-cf21-4341-adc3-f42b08a94588 {
  cursor: pointer;
}#s-a5253049-cf21-4341-adc3-f42b08a94588.shg-box.shg-c {
  justify-content: center;
}

#s-0763afe0-b7df-409e-8c6f-c822e945bc7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0763afe0-b7df-409e-8c6f-c822e945bc7a .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: "nord";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47adcef8-bada-4176-a0d2-ee5565deeb3b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-47adcef8-bada-4176-a0d2-ee5565deeb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47adcef8-bada-4176-a0d2-ee5565deeb3b {
  cursor: pointer;
}#s-47adcef8-bada-4176-a0d2-ee5565deeb3b.shg-box.shg-c {
  justify-content: center;
}

#s-d01084f0-41ac-45c2-bc6e-23e469edf95b {
  min-height: 200px;
}








#s-d01084f0-41ac-45c2-bc6e-23e469edf95b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01084f0-41ac-45c2-bc6e-23e469edf95b.shg-box.shg-c {
  justify-content: center;
}

#s-d5cf73ff-5c31-4b7a-a6bb-8151c271cd36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5cf73ff-5c31-4b7a-a6bb-8151c271cd36 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a10155de-bee9-46cf-9332-47ba12a8f097 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center 93%;
background-attachment: scroll;
}








#s-a10155de-bee9-46cf-9332-47ba12a8f097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a10155de-bee9-46cf-9332-47ba12a8f097 {
  cursor: pointer;
}#s-a10155de-bee9-46cf-9332-47ba12a8f097.shg-box.shg-c {
  justify-content: center;
}

#s-4969a3de-6516-4254-ab9a-ba107f6ea7c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4969a3de-6516-4254-ab9a-ba107f6ea7c7 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: "nord";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe {
  min-height: 50px;
}








#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe.shg-box.shg-c {
  justify-content: center;
}

#s-37e32589-3e41-4617-bdf2-2d65c0c01a69 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-827e1b4c-9525-461f-a43c-ea84fb1efc3e {
  text-align: center;
}




  #s-827e1b4c-9525-461f-a43c-ea84fb1efc3e img.shogun-image {
    
    width: px;
  }


#s-827e1b4c-9525-461f-a43c-ea84fb1efc3e .shogun-image-content {
  
    align-items: center;
  
}

#s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 {
  text-align: center;
}




  #s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 img.shogun-image {
    
    width: px;
  }


#s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 .shogun-image-content {
  
    align-items: center;
  
}

#s-50f10560-acc9-4836-a27b-f1903f771624 {
  background-repeat: repeat;
background-size: 150px 150px;
background-attachment: fixed;
padding-bottom: 75px;
min-height: 50px;
background-position: center center;
}








#s-50f10560-acc9-4836-a27b-f1903f771624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f10560-acc9-4836-a27b-f1903f771624.shg-box.shg-c {
  justify-content: center;
}

#s-5f31f120-d18d-4c8f-a112-609204089e76 {
  margin-top: 33px;
margin-bottom: 33px;
}

@media (min-width: 0px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b265a5bf-8f25-4094-bb95-8aa5102e0374 {
  text-align: center;
}




  #s-b265a5bf-8f25-4094-bb95-8aa5102e0374 img.shogun-image {
    
    width: px;
  }


#s-b265a5bf-8f25-4094-bb95-8aa5102e0374 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2c44985-e02a-483f-8eef-1d8435df348a {
  padding-top: 10px;
padding-left: 100px;
padding-right: 100px;
}

#s-e2c44985-e02a-483f-8eef-1d8435df348a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e2c44985-e02a-483f-8eef-1d8435df348a .shg-sld-nav-button.shg-sld-left,
#s-e2c44985-e02a-483f-8eef-1d8435df348a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4901c8ea-2e31-4b56-95fa-ef3f1bccbd26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-962c127d-b5ba-4fa5-9ce2-a9c77b86b09e {
  text-align: center;
}




  #s-962c127d-b5ba-4fa5-9ce2-a9c77b86b09e img.shogun-image {
    
    width: px;
  }


#s-962c127d-b5ba-4fa5-9ce2-a9c77b86b09e .shogun-image-content {
  
    align-items: center;
  
}

#s-cac23306-c49f-41c7-b741-88e3a1096615 {
  text-align: center;
}




  #s-cac23306-c49f-41c7-b741-88e3a1096615 img.shogun-image {
    
    width: px;
  }


#s-cac23306-c49f-41c7-b741-88e3a1096615 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bffd308-cda4-48bb-b767-7d3a016830aa {
  text-align: center;
}




  #s-3bffd308-cda4-48bb-b767-7d3a016830aa img.shogun-image {
    
    width: px;
  }


#s-3bffd308-cda4-48bb-b767-7d3a016830aa .shogun-image-content {
  
    align-items: center;
  
}

#s-2b28c777-f916-4afb-abc5-ff90cffdee3b {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-2b28c777-f916-4afb-abc5-ff90cffdee3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-ac689ddf-6aa5-4eac-8508-9355a4e629b4 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ac689ddf-6aa5-4eac-8508-9355a4e629b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac689ddf-6aa5-4eac-8508-9355a4e629b4.shg-box.shg-c {
  justify-content: center;
}

#s-3ed27d7e-c33a-4438-9db0-cdab31b8b6a2 {
  display: none;
}
#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  text-align: center;
}


.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  max-width: 100%;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom,
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  max-width: 100%;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom,
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  max-width: 100%;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom,
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  max-width: 100%;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom,
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 {
  max-width: 100%;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom,
.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd06cdf9-a8ad-44ac-9e19-8ffa2f225633 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-baa0d36b-6648-4393-8e51-ca00cf541aa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa0d36b-6648-4393-8e51-ca00cf541aa9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c83cebe6-45d1-41b8-869b-0a3f4604ef2d {
  text-align: center;
}

#s-c83cebe6-45d1-41b8-869b-0a3f4604ef2d .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-c83cebe6-45d1-41b8-869b-0a3f4604ef2d .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-c83cebe6-45d1-41b8-869b-0a3f4604ef2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d4add57-eb8f-4fea-bb89-53c093c6f2b6 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-0d4add57-eb8f-4fea-bb89-53c093c6f2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4add57-eb8f-4fea-bb89-53c093c6f2b6.shg-box.shg-c {
  justify-content: center;
}

#s-15ae886b-6ad7-4b26-b7be-23e37d9c8fa0 {
  display: none;
}
#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  text-align: center;
}


.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  max-width: 100%;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom,
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  max-width: 100%;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom,
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  max-width: 100%;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom,
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  max-width: 100%;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom,
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 {
  max-width: 100%;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom,
.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dca09e1-d3c5-4602-b398-f8727396b686 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-18820642-f004-4484-a401-6470ddab2b90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18820642-f004-4484-a401-6470ddab2b90 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2a3bb982-68dd-495e-9f74-844e978a4593 {
  text-align: center;
}

#s-2a3bb982-68dd-495e-9f74-844e978a4593 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-2a3bb982-68dd-495e-9f74-844e978a4593 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-2a3bb982-68dd-495e-9f74-844e978a4593 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba114a90-5542-4c9f-b9ee-157602cb5870 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ba114a90-5542-4c9f-b9ee-157602cb5870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba114a90-5542-4c9f-b9ee-157602cb5870.shg-box.shg-c {
  justify-content: center;
}

#s-ff1850ed-f3a3-4625-9197-baf2dd4c6d02 {
  display: none;
}
#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  text-align: center;
}


.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  max-width: 100%;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom,
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  max-width: 100%;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom,
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  max-width: 100%;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom,
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  max-width: 100%;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom,
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a {
  max-width: 100%;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom,
.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3840a891-161c-4bd0-a5bf-a14d4f98357a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9c8cd6cb-55d5-466e-9a15-9a4cb03903fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c8cd6cb-55d5-466e-9a15-9a4cb03903fc .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c7d7ebcc-468a-4920-a39a-b4104680db01 {
  text-align: center;
}

#s-c7d7ebcc-468a-4920-a39a-b4104680db01 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-c7d7ebcc-468a-4920-a39a-b4104680db01 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-c7d7ebcc-468a-4920-a39a-b4104680db01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d6589372-de1e-4fb4-8a1a-3e1219014e69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-f9879b62-5705-4532-b5f1-ada7555a0332 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f9879b62-5705-4532-b5f1-ada7555a0332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9879b62-5705-4532-b5f1-ada7555a0332.shg-box.shg-c {
  justify-content: center;
}

#s-78b82d2c-cebd-4a7b-a3f8-8554515f44f8 {
  display: none;
}
#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  text-align: center;
}


.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  max-width: 100%;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom,
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  max-width: 100%;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom,
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  max-width: 100%;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom,
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  max-width: 100%;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom,
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 {
  max-width: 100%;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom,
.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19563647-a71b-4760-81fb-ca8b0ee91818 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-235c3921-b5d7-465d-b1fd-cd3b559f322b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-235c3921-b5d7-465d-b1fd-cd3b559f322b .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b929a4d8-ac22-4b15-af30-6b6411469b5e {
  text-align: center;
}

#s-b929a4d8-ac22-4b15-af30-6b6411469b5e .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-b929a4d8-ac22-4b15-af30-6b6411469b5e .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-b929a4d8-ac22-4b15-af30-6b6411469b5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9deac86-4182-4e0a-bbe5-d585a27157b5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-d9deac86-4182-4e0a-bbe5-d585a27157b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9deac86-4182-4e0a-bbe5-d585a27157b5.shg-box.shg-c {
  justify-content: center;
}

#s-d31a7227-23e9-46b5-8fdb-3bfbeb4d265e {
  display: none;
}
#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  text-align: center;
}


.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  max-width: 100%;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom,
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  max-width: 100%;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom,
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  max-width: 100%;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom,
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  max-width: 100%;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom,
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf {
  max-width: 100%;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom,
.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0f5ca77-544b-4741-9ebf-8a3b28dabbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6f4aa68d-a63e-4f91-b13f-a8e93636c573 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f4aa68d-a63e-4f91-b13f-a8e93636c573 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5c29709a-7adc-44ea-b5dc-e7e039f3bef6 {
  text-align: center;
}

#s-5c29709a-7adc-44ea-b5dc-e7e039f3bef6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-5c29709a-7adc-44ea-b5dc-e7e039f3bef6 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c29709a-7adc-44ea-b5dc-e7e039f3bef6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c564f25-8d1f-452a-8664-d71b0f1ca521 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2c564f25-8d1f-452a-8664-d71b0f1ca521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c564f25-8d1f-452a-8664-d71b0f1ca521.shg-box.shg-c {
  justify-content: center;
}

#s-a4acfd97-bb98-4f24-be8e-09d0c3373253 {
  display: none;
}
#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  text-align: center;
}


.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  max-width: 100%;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom,
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  max-width: 100%;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom,
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  max-width: 100%;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom,
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  max-width: 100%;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom,
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b {
  max-width: 100%;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom,
.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e41840df-1a61-493e-88b2-32897f7e2d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-20a607b2-d143-4a45-8f3a-efc7e77ce6dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20a607b2-d143-4a45-8f3a-efc7e77ce6dd .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7c5dfeb5-8e33-4352-9cda-f311ce84f9e9 {
  text-align: center;
}

#s-7c5dfeb5-8e33-4352-9cda-f311ce84f9e9 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-7c5dfeb5-8e33-4352-9cda-f311ce84f9e9 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-7c5dfeb5-8e33-4352-9cda-f311ce84f9e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ffe4fbb5-d6e0-48e8-a144-062939f0bb0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e3c6f3f4-77f5-463c-9c13-22ac43557c6c {
  display: none;
}
#s-2dd82f36-2e16-412f-967f-ea110a8a2cd9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 111px;
text-align: center;
}

#s-2dd82f36-2e16-412f-967f-ea110a8a2cd9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-13529701-c234-4f2d-90d8-7c7a7e561714 {
  display: none;
}
#s-299e0678-8c82-405a-9b19-7e1761beef36 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 111px;
text-align: center;
}

#s-299e0678-8c82-405a-9b19-7e1761beef36 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7195349e-b5dd-4c4b-b61c-b7835e315bf8 {
  display: none;
}
#s-bd11ab2b-bc45-4cd5-a041-85eaf423a193 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 111px;
text-align: center;
}

#s-bd11ab2b-bc45-4cd5-a041-85eaf423a193 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-dd366609-36f6-460d-94bc-421c98f48f2f {
  padding-top: 33px;
}

@media (min-width: 0px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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.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-57ec6cd3-2004-4b0f-9eca-610b731cf2e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: nord;
  display:  inline-block ;
}

#s-1863dc4b-1f57-4885-86ef-320653a0f441 {
  background-repeat: repeat;
background-size: 720px 450px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-position: center center;
}








#s-1863dc4b-1f57-4885-86ef-320653a0f441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1863dc4b-1f57-4885-86ef-320653a0f441.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3bd89219-0d62-4d66-986d-3d6fb855a77d {
  text-align: center;
}




  #s-3bd89219-0d62-4d66-986d-3d6fb855a77d img.shogun-image {
    
    width: px;
  }


#s-3bd89219-0d62-4d66-986d-3d6fb855a77d .shogun-image-content {
  
    align-items: center;
  
}

#s-5b561391-675d-478a-97fc-596b699f7468 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b561391-675d-478a-97fc-596b699f7468 .shogun-heading-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-65f19a46-2ac4-42ab-8720-f04db6505c6f {
  min-height: 6px;
}

@media (min-width: 768px) {
  [id="s-65f19a46-2ac4-42ab-8720-f04db6505c6f"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

#s-12bcb561-7844-486f-a393-0aa8aaaebc01 {
  padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e48e7cf4-9a9b-467b-90d6-991a2506378b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e48e7cf4-9a9b-467b-90d6-991a2506378b:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e48e7cf4-9a9b-467b-90d6-991a2506378b:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: nord;
  display:  inline-block ;
}

#s-0b093dd6-f198-482b-b462-c017495640d9 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  display: none;
}
#s-0b093dd6-f198-482b-b462-c017495640d9, #wrap-s-0b093dd6-f198-482b-b462-c017495640d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  display: none;
}
#s-0b093dd6-f198-482b-b462-c017495640d9, #wrap-s-0b093dd6-f198-482b-b462-c017495640d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  
}
}@media (max-width: 767px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  
}
}







#s-0b093dd6-f198-482b-b462-c017495640d9 > .shg-box-overlay {
  background-color: rgba(251, 250, 243, 1);
  opacity: 0;
}#s-0b093dd6-f198-482b-b462-c017495640d9.shg-box.shg-c {
  justify-content: center;
}

#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(251, 250, 243, 1);
}








#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6.shg-box.shg-c {
  justify-content: center;
}

#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  margin-bottom: -100px;
padding-top: 75px;
padding-left: 75px;
padding-bottom: 100px;
padding-right: 75px;
}
@media (min-width: 1200px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}
#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-nav-button.shg-sld-left,
#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-556c37a5-74f2-4ef8-9bff-19b55d716eef {
  display: none;
}
#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  text-align: left;
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  max-width: 100%;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom,
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  max-width: 100%;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom,
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  max-width: 100%;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom,
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  max-width: 100%;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom,
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  max-width: 100%;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom,
.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef9dd076-6191-4fc0-ab3e-24bbc6617c1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef9dd076-6191-4fc0-ab3e-24bbc6617c1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded {
  min-height: 50px;
}








#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded.shg-box.shg-c {
  justify-content: center;
}

#s-f58919dd-f464-4a3f-bae5-4f8a6646e2b7 {
  display: none;
}
#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  text-align: left;
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  max-width: 100%;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom,
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  max-width: 100%;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom,
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  max-width: 100%;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom,
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  max-width: 100%;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom,
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  max-width: 100%;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom,
.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d013ae8c-0513-4566-b01f-1cbed72260ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d013ae8c-0513-4566-b01f-1cbed72260ba .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2d456b4a-a332-4291-a564-1d9e29074a62 {
  display: none;
}
#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  text-align: left;
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  max-width: 100%;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom,
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  max-width: 100%;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom,
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  max-width: 100%;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom,
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  max-width: 100%;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom,
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  max-width: 100%;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom,
.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-56a689d3-a0f8-490d-a307-292f3f9021f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a689d3-a0f8-490d-a307-292f3f9021f9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fa1b4e07-1e0c-453d-a3bc-a7597a95ffea {
  display: none;
}
#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4 {
  min-height: 50px;
}








#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4.shg-box.shg-c {
  justify-content: center;
}

#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  text-align: left;
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  max-width: 100%;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom,
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  max-width: 100%;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom,
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  max-width: 100%;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom,
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  max-width: 100%;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom,
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  max-width: 100%;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom,
.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ff26602-524a-4c69-a27d-a2852704b911 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ff26602-524a-4c69-a27d-a2852704b911 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-73182556-480f-4998-a41d-adce246addd6 {
  min-height: 50px;
}








#s-73182556-480f-4998-a41d-adce246addd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73182556-480f-4998-a41d-adce246addd6.shg-box.shg-c {
  justify-content: center;
}

#s-41be30e0-82f3-4802-a9fd-e9f904687522 {
  display: none;
}
#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  text-align: left;
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  max-width: 100%;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom,
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  max-width: 100%;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom,
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  max-width: 100%;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom,
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  max-width: 100%;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom,
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  max-width: 100%;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom,
.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-705624e2-21db-4e07-aa67-3f435b1722f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705624e2-21db-4e07-aa67-3f435b1722f9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338 {
  min-height: 50px;
}








#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338.shg-box.shg-c {
  justify-content: center;
}

#s-fb864cec-d4b2-4fbd-9ffa-0b5cf5805a5f {
  display: none;
}
#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  text-align: left;
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  max-width: 100%;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom,
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  max-width: 100%;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom,
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  max-width: 100%;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom,
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  max-width: 100%;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom,
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  max-width: 100%;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom,
.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2c5a924-344c-46dc-9fec-ea11ff8a8878 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2c5a924-344c-46dc-9fec-ea11ff8a8878 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7fa1d894-3e71-496b-9468-bc7e46b5e121 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb.shg-box.shg-c {
  justify-content: center;
}

#s-899355a0-b679-4970-ba33-73dd11806b0d {
  display: none;
}
#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  text-align: center;
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  max-width: 100%;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom,
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  max-width: 100%;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom,
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  max-width: 100%;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom,
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  max-width: 100%;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom,
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  max-width: 100%;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom,
.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c5ee2f4e-8f31-4703-a82c-75a11ab7a1fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5ee2f4e-8f31-4703-a82c-75a11ab7a1fe .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 {
  text-align: center;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8.shg-box.shg-c {
  justify-content: center;
}

#s-fb72aead-386b-43d8-a5fe-0e2b67c24a57 {
  display: none;
}
#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  text-align: center;
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  max-width: 100%;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom,
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  max-width: 100%;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom,
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  max-width: 100%;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom,
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  max-width: 100%;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom,
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  max-width: 100%;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom,
.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2591d272-9156-412b-8976-396dc18ed628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2591d272-9156-412b-8976-396dc18ed628 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 {
  text-align: center;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc10b014-50df-4950-bac5-1517ae469c7f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cc10b014-50df-4950-bac5-1517ae469c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc10b014-50df-4950-bac5-1517ae469c7f.shg-box.shg-c {
  justify-content: center;
}

#s-ee4bf54c-0286-4fd9-8881-e6b16fd216bd {
  display: none;
}
#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  text-align: center;
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  max-width: 100%;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom,
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  max-width: 100%;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom,
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  max-width: 100%;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom,
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  max-width: 100%;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom,
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  max-width: 100%;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom,
.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-096025f0-3dcd-4d8a-822a-bd581317e942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-096025f0-3dcd-4d8a-822a-bd581317e942 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c {
  text-align: center;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c.shg-box.shg-c {
  justify-content: center;
}

#s-779bfdb5-5472-40ce-9f90-ff0f55fdfbe9 {
  display: none;
}
#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  text-align: center;
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  max-width: 100%;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom,
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  max-width: 100%;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom,
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  max-width: 100%;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom,
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  max-width: 100%;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom,
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  max-width: 100%;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom,
.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-22af817e-4356-4d7f-8011-86544811f659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22af817e-4356-4d7f-8011-86544811f659 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 {
  text-align: center;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a.shg-box.shg-c {
  justify-content: center;
}

#s-8537a123-1d62-4d82-ac33-8a38cc26b01f {
  display: none;
}
#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  text-align: center;
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  max-width: 100%;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom,
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  max-width: 100%;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom,
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  max-width: 100%;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom,
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  max-width: 100%;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom,
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  max-width: 100%;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom,
.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6c28e52c-ea96-4c14-b04e-db68c7d56ecc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c28e52c-ea96-4c14-b04e-db68c7d56ecc .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 {
  text-align: center;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3699042-fc92-418b-b293-8be7b130dc94 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c3699042-fc92-418b-b293-8be7b130dc94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3699042-fc92-418b-b293-8be7b130dc94.shg-box.shg-c {
  justify-content: center;
}

#s-bcd364d1-4692-44b5-801a-8e05fa2b80be {
  display: none;
}
#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  text-align: center;
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  max-width: 100%;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom,
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  max-width: 100%;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom,
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  max-width: 100%;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom,
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  max-width: 100%;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom,
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  max-width: 100%;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom,
.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d674a595-bacb-46b3-8cbe-3c796832f715 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d674a595-bacb-46b3-8cbe-3c796832f715 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 {
  text-align: center;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-98d2ff69-2f1c-4ec3-a255-283d85ea7f5d {
  display: none;
}
#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  text-align: left;
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  max-width: 100%;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom,
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  max-width: 100%;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom,
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  max-width: 100%;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom,
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  max-width: 100%;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom,
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  max-width: 100%;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom,
.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5271b5ad-58cc-46f4-9589-b526c2e6a278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5271b5ad-58cc-46f4-9589-b526c2e6a278 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c {
  min-height: 50px;
}








#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c.shg-box.shg-c {
  justify-content: center;
}

#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2 {
  min-height: 50px;
}








#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2.shg-box.shg-c {
  justify-content: center;
}

#s-8836d993-7941-40cf-957a-b48f6a8eee9e {
  display: none;
}
#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  text-align: left;
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  max-width: 100%;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom,
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  max-width: 100%;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom,
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  max-width: 100%;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom,
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  max-width: 100%;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom,
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  max-width: 100%;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom,
.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31db76e8-414a-4b67-9e6b-20424b8a959d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31db76e8-414a-4b67-9e6b-20424b8a959d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1b0a963c-84af-4199-9136-45b7738551bd {
  min-height: 50px;
}








#s-1b0a963c-84af-4199-9136-45b7738551bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0a963c-84af-4199-9136-45b7738551bd.shg-box.shg-c {
  justify-content: center;
}

#s-c60478b9-e32e-4182-8a88-1502f8ddf04b {
  display: none;
}
#s-68183f57-33c9-4585-8586-011868412e98 {
  text-align: left;
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 {
  max-width: 100%;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom,
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 {
  max-width: 100%;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom,
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 {
  max-width: 100%;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom,
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 {
  max-width: 100%;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom,
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 {
  max-width: 100%;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom,
.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da374772-cc01-47ec-ac1b-20dee4be5f69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da374772-cc01-47ec-ac1b-20dee4be5f69 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-76677540-f480-4766-91ab-69c03192ee74 {
  min-height: 50px;
}








#s-76677540-f480-4766-91ab-69c03192ee74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76677540-f480-4766-91ab-69c03192ee74.shg-box.shg-c {
  justify-content: center;
}

#s-7708ed4a-522d-4376-983b-d06808fa43da {
  display: none;
}
#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  margin-top: -12px;
text-align: left;
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  max-width: 100%;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom,
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  max-width: 100%;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom,
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  max-width: 100%;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom,
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  max-width: 100%;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom,
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  max-width: 100%;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom,
.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-086bf88b-6630-411c-a42d-63893de9a971 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-086bf88b-6630-411c-a42d-63893de9a971 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f66d7523-cd62-4353-b7fe-d2771f2e3ff3 {
  display: none;
}
#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  text-align: left;
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  max-width: 100%;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom,
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  max-width: 100%;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom,
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  max-width: 100%;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom,
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  max-width: 100%;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom,
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  max-width: 100%;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom,
.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ecec76d6-15d7-4021-b26f-412382a08e02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecec76d6-15d7-4021-b26f-412382a08e02 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3488195-faae-491f-a6ed-ac020fe96a60 {
  min-height: 50px;
}








#s-a3488195-faae-491f-a6ed-ac020fe96a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3488195-faae-491f-a6ed-ac020fe96a60.shg-box.shg-c {
  justify-content: center;
}

#s-6844493b-61b4-48a4-b7e5-8d4b6d1bb390 {
  display: none;
}
#s-2607f123-23f4-46f2-9854-febe220bf923 {
  display: none;
}
#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  text-align: left;
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  max-width: 100%;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom,
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  max-width: 100%;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom,
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  max-width: 100%;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom,
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  max-width: 100%;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom,
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  max-width: 100%;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom,
.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5fa908a-697a-41fc-8318-675273f31161 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5fa908a-697a-41fc-8318-675273f31161 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  padding-top: 100px;
padding-left: 40px;
padding-bottom: 100px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  display: none;
}
#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b, #wrap-s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b { display:none !important; }}@media (max-width: 767px){#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  display: none;
}
#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b, #wrap-s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 14.5px);
}

}

#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 {
  display: none;
}
#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206, #wrap-s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 { display:none !important; }}



  #s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 img.shogun-image {
    
    width: px;
  }


#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 .shogun-image-content {
  
    align-items: center;
  
}

#s-113250b6-3805-4cea-b60b-94895045152e {
  padding-top: 29px;
padding-bottom: 29px;
text-align: right;
}
@media (min-width: 1200px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-113250b6-3805-4cea-b60b-94895045152e {
  
}
}@media (max-width: 767px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}



  #s-113250b6-3805-4cea-b60b-94895045152e img.shogun-image {
    
    width: px;
  }


#s-113250b6-3805-4cea-b60b-94895045152e .shogun-image-content {
  
    align-items: center;
  
}

#s-c95448f2-5c74-4921-b6bd-0d72d52e8294 {
  padding-top: 25px;
}

#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}@media (max-width: 767px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-nav-button.shg-sld-left,
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7e62d589-6a71-42a1-b496-d4c711495d26 {
  display: none;
}
#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  text-align: left;
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  max-width: 100%;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom,
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  max-width: 100%;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom,
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  max-width: 100%;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom,
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  max-width: 100%;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom,
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  max-width: 100%;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom,
.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c106fc3-cd8f-4f06-a0e1-03d1b8992bf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c106fc3-cd8f-4f06-a0e1-03d1b8992bf6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4214c323-8dbc-467c-94b1-7d873c1b31a2 {
  display: none;
}
#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  text-align: left;
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  max-width: 100%;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom,
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  max-width: 100%;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom,
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  max-width: 100%;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom,
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  max-width: 100%;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom,
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  max-width: 100%;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom,
.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-44cd3171-6aa0-4b1e-98ed-1e71bf572075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44cd3171-6aa0-4b1e-98ed-1e71bf572075 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f5ed979e-2fce-4a21-827d-225a31b95871 {
  display: none;
}
#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  text-align: left;
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  max-width: 100%;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom,
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  max-width: 100%;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom,
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  max-width: 100%;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom,
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  max-width: 100%;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom,
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  max-width: 100%;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom,
.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c9331784-6007-490b-bf1e-b16c1ed96d13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9331784-6007-490b-bf1e-b16c1ed96d13 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4fc4a2c9-fc3b-47c0-8e37-c1aefd6610f1 {
  display: none;
}
#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  text-align: left;
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  max-width: 100%;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom,
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  max-width: 100%;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom,
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  max-width: 100%;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom,
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  max-width: 100%;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom,
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  max-width: 100%;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom,
.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f293323e-705f-49d6-b79c-3312c634ea20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f293323e-705f-49d6-b79c-3312c634ea20 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-64409a8e-af55-4dc0-81b6-c88c5359f262 {
  display: none;
}
#s-ce141b35-c681-480c-b820-96825075b94f {
  text-align: left;
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f {
  max-width: 100%;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom,
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f {
  max-width: 100%;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom,
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f {
  max-width: 100%;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom,
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f {
  max-width: 100%;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom,
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f {
  max-width: 100%;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom,
.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be2245f7-9d21-43a5-85e4-783375903529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be2245f7-9d21-43a5-85e4-783375903529 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bf5bf7b1-ea2a-4176-a071-30b63f0a1816 {
  display: none;
}
#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  text-align: left;
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  max-width: 100%;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom,
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  max-width: 100%;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom,
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  max-width: 100%;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom,
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  max-width: 100%;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom,
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  max-width: 100%;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom,
.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d69ca408-6e26-4745-9d0a-7e0d195eb6db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d69ca408-6e26-4745-9d0a-7e0d195eb6db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}@media (max-width: 767px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}
@media (min-width: 0px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6a8deb85-1b1d-402d-bc5d-ea5fe69bf9c2 {
  display: none;
}
#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  text-align: left;
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  max-width: 100%;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom,
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  max-width: 100%;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom,
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  max-width: 100%;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom,
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  max-width: 100%;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom,
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  max-width: 100%;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom,
.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb0037a5-63df-4a6e-bf6c-83714f956d5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb0037a5-63df-4a6e-bf6c-83714f956d5f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-3af248e9-1f51-4541-89b2-d0dc610f414f {
  display: none;
}
#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  text-align: left;
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  max-width: 100%;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom,
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  max-width: 100%;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom,
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  max-width: 100%;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom,
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  max-width: 100%;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom,
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  max-width: 100%;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom,
.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f388d153-5977-47de-8c63-bb4de2ea6120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f388d153-5977-47de-8c63-bb4de2ea6120 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-32b58982-5bf6-40fe-9ad0-21add99c55cc {
  display: none;
}
#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  text-align: left;
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  max-width: 100%;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom,
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  max-width: 100%;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom,
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  max-width: 100%;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom,
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  max-width: 100%;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom,
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  max-width: 100%;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom,
.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-78b57c23-b518-4a27-9528-93cc0adcd2df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78b57c23-b518-4a27-9528-93cc0adcd2df .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7a313652-3686-406a-b753-ded7cf6aec7f {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-cf650085-a6aa-422f-8276-a3e41e6d08d2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cf650085-a6aa-422f-8276-a3e41e6d08d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf650085-a6aa-422f-8276-a3e41e6d08d2.shg-box.shg-c {
  justify-content: center;
}

#s-362bd210-8bac-4ecb-9b4a-a16732b66d47 {
  display: none;
}
#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  text-align: center;
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  max-width: 100%;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom,
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  max-width: 100%;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom,
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  max-width: 100%;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom,
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  max-width: 100%;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom,
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  max-width: 100%;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom,
.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d9ab9034-d670-42d7-8661-09f823b577e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9ab9034-d670-42d7-8661-09f823b577e8 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 {
  text-align: center;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-420c64ac-2cd3-4234-8e07-df05d74e89a0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-420c64ac-2cd3-4234-8e07-df05d74e89a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420c64ac-2cd3-4234-8e07-df05d74e89a0.shg-box.shg-c {
  justify-content: center;
}

#s-6fd6aea5-1bed-42bf-91f0-b7e03db60f50 {
  display: none;
}
#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  text-align: center;
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  max-width: 100%;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom,
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  max-width: 100%;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom,
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  max-width: 100%;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom,
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  max-width: 100%;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom,
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  max-width: 100%;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom,
.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c1e01ed9-249b-477d-b136-31e816646a11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e01ed9-249b-477d-b136-31e816646a11 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 {
  text-align: center;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c374fb4-105c-4091-a2e4-d01027f30dfe {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2c374fb4-105c-4091-a2e4-d01027f30dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c374fb4-105c-4091-a2e4-d01027f30dfe.shg-box.shg-c {
  justify-content: center;
}

#s-9ea94fa5-106f-4810-a040-c0e1fe68be76 {
  display: none;
}
#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  text-align: center;
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  max-width: 100%;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom,
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  max-width: 100%;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom,
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  max-width: 100%;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom,
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  max-width: 100%;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom,
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  max-width: 100%;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom,
.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ac66077b-aa53-4b58-8d76-825901cac298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac66077b-aa53-4b58-8d76-825901cac298 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 {
  text-align: center;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f.shg-box.shg-c {
  justify-content: center;
}

#s-a58e32ea-ea48-4328-a363-9e9d4505b18e {
  display: none;
}
#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  text-align: center;
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  max-width: 100%;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom,
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  max-width: 100%;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom,
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  max-width: 100%;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom,
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  max-width: 100%;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom,
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  max-width: 100%;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom,
.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-85f723b2-51fc-4947-ae98-4f2105dc5ed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85f723b2-51fc-4947-ae98-4f2105dc5ed3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd {
  text-align: center;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e.shg-box.shg-c {
  justify-content: center;
}

#s-44ea2517-cc12-4252-a8ef-c0e56e625115 {
  display: none;
}
#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  text-align: center;
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  max-width: 100%;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom,
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  max-width: 100%;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom,
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  max-width: 100%;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom,
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  max-width: 100%;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom,
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  max-width: 100%;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom,
.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-168bea7e-bd67-4e17-ab6b-e1d3be095628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-168bea7e-bd67-4e17-ab6b-e1d3be095628 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 {
  text-align: center;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-650b049d-e8f7-4d5c-8339-68ee55684190 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-650b049d-e8f7-4d5c-8339-68ee55684190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-650b049d-e8f7-4d5c-8339-68ee55684190.shg-box.shg-c {
  justify-content: center;
}

#s-7112ef9e-d47b-47fa-957f-fa7175443feb {
  display: none;
}
#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  text-align: center;
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  max-width: 100%;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom,
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  max-width: 100%;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom,
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  max-width: 100%;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom,
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  max-width: 100%;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom,
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  max-width: 100%;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom,
.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6223ed69-94a2-4d4a-8774-a93ad57de9c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6223ed69-94a2-4d4a-8774-a93ad57de9c1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 {
  text-align: center;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3426a5ef-d317-402b-a35e-c50197433288 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3426a5ef-d317-402b-a35e-c50197433288 {
  display: none;
}
#s-3426a5ef-d317-402b-a35e-c50197433288, #wrap-s-3426a5ef-d317-402b-a35e-c50197433288 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3426a5ef-d317-402b-a35e-c50197433288 {
  display: none;
}
#s-3426a5ef-d317-402b-a35e-c50197433288, #wrap-s-3426a5ef-d317-402b-a35e-c50197433288 { display:none !important; }}







#s-3426a5ef-d317-402b-a35e-c50197433288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3426a5ef-d317-402b-a35e-c50197433288.shg-box.shg-c {
  justify-content: center;
}

#s-5a977f82-8de8-4e90-8c68-11be0434d216 {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
text-align: center;
}




  #s-5a977f82-8de8-4e90-8c68-11be0434d216 img.shogun-image {
    
    width: px;
  }


#s-5a977f82-8de8-4e90-8c68-11be0434d216 .shogun-image-content {
  
    align-items: center;
  
}

#s-59232219-aaaa-4c3c-a31e-52e5022c68bb {
  margin-left: 20px;
margin-right: 20px;
}

#s-69da767d-b345-4834-aa06-7f63531c4ae0 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 20px;
padding-right: 20px;
}

#s-69da767d-b345-4834-aa06-7f63531c4ae0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(56, 35, 32, 1);
}

#s-22953209-1117-46e3-ab00-1779275a7f2f {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}@media (max-width: 767px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}
#s-42c52167-5b94-4fdc-ba37-5ba529f4613b {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-42c52167-5b94-4fdc-ba37-5ba529f4613b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-a3d204b8-2e9e-43fc-85b0-9bd34bb3e7b4 {
  text-align: center;
}




  #s-a3d204b8-2e9e-43fc-85b0-9bd34bb3e7b4 img.shogun-image {
    
    width: px;
  }


#s-a3d204b8-2e9e-43fc-85b0-9bd34bb3e7b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1337ede7-8df8-4e72-abdf-248bae3d2513 {
  text-align: center;
}




  #s-1337ede7-8df8-4e72-abdf-248bae3d2513 img.shogun-image {
    
    width: px;
  }


#s-1337ede7-8df8-4e72-abdf-248bae3d2513 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea65df29-2f24-4b1b-9942-a82cad93c516 {
  text-align: center;
}




  #s-ea65df29-2f24-4b1b-9942-a82cad93c516 img.shogun-image {
    
    width: px;
  }


#s-ea65df29-2f24-4b1b-9942-a82cad93c516 .shogun-image-content {
  
    align-items: center;
  
}

#s-59cbf8fb-a4dd-4e93-a58e-7acfe6a795d2 {
  text-align: center;
}




  #s-59cbf8fb-a4dd-4e93-a58e-7acfe6a795d2 img.shogun-image {
    
    width: px;
  }


#s-59cbf8fb-a4dd-4e93-a58e-7acfe6a795d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}

#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-nav-button.shg-sld-left,
#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}







#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  cursor: pointer;
}#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b.shg-box.shg-c {
  justify-content: center;
}

#s-9f96df29-d07e-428a-bdf4-ec334830a600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f96df29-d07e-428a-bdf4-ec334830a600 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90eb816b-89e2-467d-ba66-83bdade099d7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-90eb816b-89e2-467d-ba66-83bdade099d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90eb816b-89e2-467d-ba66-83bdade099d7 {
  cursor: pointer;
}#s-90eb816b-89e2-467d-ba66-83bdade099d7.shg-box.shg-c {
  justify-content: center;
}

#s-e56ef5ba-7732-4af5-9050-135f143037f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e56ef5ba-7732-4af5-9050-135f143037f1 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96164abf-6681-457f-bb46-d63386a1b91b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}








#s-96164abf-6681-457f-bb46-d63386a1b91b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96164abf-6681-457f-bb46-d63386a1b91b {
  cursor: pointer;
}#s-96164abf-6681-457f-bb46-d63386a1b91b.shg-box.shg-c {
  justify-content: center;
}

#s-79f1441d-3980-4ec6-b128-87d7e991b3b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79f1441d-3980-4ec6-b128-87d7e991b3b6 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-692404fd-c2d9-490f-8857-4e48aefd7de0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}








#s-692404fd-c2d9-490f-8857-4e48aefd7de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-692404fd-c2d9-490f-8857-4e48aefd7de0 {
  cursor: pointer;
}#s-692404fd-c2d9-490f-8857-4e48aefd7de0.shg-box.shg-c {
  justify-content: center;
}

#s-02a79537-8121-4ecd-bd03-b85b9de68cf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02a79537-8121-4ecd-bd03-b85b9de68cf1 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4483df1-79b6-4c08-b084-08d474f4732b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}








#s-a4483df1-79b6-4c08-b084-08d474f4732b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4483df1-79b6-4c08-b084-08d474f4732b {
  cursor: pointer;
}#s-a4483df1-79b6-4c08-b084-08d474f4732b.shg-box.shg-c {
  justify-content: center;
}

#s-84dc3788-08f9-49d1-82c9-7364cc2df074 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84dc3788-08f9-49d1-82c9-7364cc2df074 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: "nord";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}@media (max-width: 767px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}







#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  cursor: pointer;
}#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149.shg-box.shg-c {
  justify-content: center;
}

#s-278b1ca5-96fc-4fed-9f0c-a2127ecb094f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278b1ca5-96fc-4fed-9f0c-a2127ecb094f .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  min-height: 50px;
}








#s-9ee86291-493f-4edf-b24b-64e631a073d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee86291-493f-4edf-b24b-64e631a073d3.shg-box.shg-c {
  justify-content: center;
}

#s-27f24049-8ea9-4b61-b16e-331b2ad9dc21 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-798b1a1d-30c0-469e-95bf-c13bd8708128 {
  text-align: center;
}




  #s-798b1a1d-30c0-469e-95bf-c13bd8708128 img.shogun-image {
    
    width: px;
  }


#s-798b1a1d-30c0-469e-95bf-c13bd8708128 .shogun-image-content {
  
    align-items: center;
  
}

#s-51a5f245-5ec2-40d9-b200-e45e27b54d2d {
  text-align: center;
}




  #s-51a5f245-5ec2-40d9-b200-e45e27b54d2d img.shogun-image {
    
    width: px;
  }


#s-51a5f245-5ec2-40d9-b200-e45e27b54d2d .shogun-image-content {
  
    align-items: center;
  
}

#s-77c16432-5d50-43fd-a2f6-198231328888 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0%;
padding-bottom: 10%;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-77c16432-5d50-43fd-a2f6-198231328888 {
  display: none;
}
#s-77c16432-5d50-43fd-a2f6-198231328888, #wrap-s-77c16432-5d50-43fd-a2f6-198231328888 { display:none !important; }}







#s-77c16432-5d50-43fd-a2f6-198231328888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77c16432-5d50-43fd-a2f6-198231328888.shg-box.shg-c {
  justify-content: center;
}

#s-2c87921c-a06e-486f-8f65-7e0b8bc647ec {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c87921c-a06e-486f-8f65-7e0b8bc647ec {
  display: none;
}
#s-2c87921c-a06e-486f-8f65-7e0b8bc647ec, #wrap-s-2c87921c-a06e-486f-8f65-7e0b8bc647ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c87921c-a06e-486f-8f65-7e0b8bc647ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bc4a7b48-b910-4793-967b-86e39988e644 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bc4a7b48-b910-4793-967b-86e39988e644 img.shogun-image {
    
    width: px;
  }


#s-bc4a7b48-b910-4793-967b-86e39988e644 .shogun-image-content {
  
    align-items: center;
  
}

#s-b071278b-582d-4571-9757-7240227350a1 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-b071278b-582d-4571-9757-7240227350a1 {
  display: none;
}
#s-b071278b-582d-4571-9757-7240227350a1, #wrap-s-b071278b-582d-4571-9757-7240227350a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b071278b-582d-4571-9757-7240227350a1 {
  display: none;
}
#s-b071278b-582d-4571-9757-7240227350a1, #wrap-s-b071278b-582d-4571-9757-7240227350a1 { display:none !important; }}@media (max-width: 767px){#s-b071278b-582d-4571-9757-7240227350a1 {
  display: none;
}
#s-b071278b-582d-4571-9757-7240227350a1, #wrap-s-b071278b-582d-4571-9757-7240227350a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b071278b-582d-4571-9757-7240227350a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15200b4c-9ea9-4f10-aebf-2804c85850f7 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-15200b4c-9ea9-4f10-aebf-2804c85850f7 img.shogun-image {
    
    width: px;
  }


#s-15200b4c-9ea9-4f10-aebf-2804c85850f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 25px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 {
  
}
}@media (max-width: 767px){#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 {
  display: none;
}
#s-829a5a83-7b7c-4db8-a92c-5d530acd5571, #wrap-s-829a5a83-7b7c-4db8-a92c-5d530acd5571 { display:none !important; }}
#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 .shg-sld-nav-button.shg-sld-left,
#s-829a5a83-7b7c-4db8-a92c-5d530acd5571 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d594c4-e85d-4c8b-9afd-d6bbb999c192"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-71ab263d-18a1-45d0-b512-68bde7a24a2c {
  text-align: center;
}




  #s-71ab263d-18a1-45d0-b512-68bde7a24a2c img.shogun-image {
    
    width: px;
  }


#s-71ab263d-18a1-45d0-b512-68bde7a24a2c .shogun-image-content {
  
    align-items: center;
  
}

#s-7f35eea4-6efd-499b-ad06-0109e26e15a1 {
  text-align: center;
}




  #s-7f35eea4-6efd-499b-ad06-0109e26e15a1 img.shogun-image {
    
    width: px;
  }


#s-7f35eea4-6efd-499b-ad06-0109e26e15a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e91f694-6977-436b-b0bf-89cf753094c1 {
  text-align: center;
}




  #s-8e91f694-6977-436b-b0bf-89cf753094c1 img.shogun-image {
    
    width: px;
  }


#s-8e91f694-6977-436b-b0bf-89cf753094c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e780245b-23f0-4811-b980-8e21e8502c40 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-e780245b-23f0-4811-b980-8e21e8502c40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-14bf12b5-c8e4-4592-8d06-b15021683224 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-14bf12b5-c8e4-4592-8d06-b15021683224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14bf12b5-c8e4-4592-8d06-b15021683224.shg-box.shg-c {
  justify-content: center;
}

#s-912974d7-5910-4018-b7f5-9198191ca984 {
  display: none;
}
#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  text-align: center;
}


.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  max-width: 100%;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom,
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  max-width: 100%;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom,
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  max-width: 100%;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom,
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  max-width: 100%;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom,
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 {
  max-width: 100%;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom,
.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a8486f7-2aae-4f0e-94ae-44bcc8244220 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e13bd9d6-0def-4f31-ab94-24f177deae43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e13bd9d6-0def-4f31-ab94-24f177deae43 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c3974ad7-473d-45f8-ba09-806d37981d95 {
  text-align: center;
}

#s-c3974ad7-473d-45f8-ba09-806d37981d95 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-c3974ad7-473d-45f8-ba09-806d37981d95 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-c3974ad7-473d-45f8-ba09-806d37981d95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-031e4aed-7511-4b5c-8fa0-8d54e3b4b83e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-031e4aed-7511-4b5c-8fa0-8d54e3b4b83e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-031e4aed-7511-4b5c-8fa0-8d54e3b4b83e.shg-box.shg-c {
  justify-content: center;
}

#s-8e2ed798-2790-48e4-a92a-3aede0b740a0 {
  display: none;
}
#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  text-align: center;
}


.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  max-width: 100%;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom,
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  max-width: 100%;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom,
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  max-width: 100%;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom,
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  max-width: 100%;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom,
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 {
  max-width: 100%;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom,
.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80030743-6f5c-48df-8819-5a42ff848f13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-86f0f33a-4bfa-4c15-bcfb-0e229f72c2d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86f0f33a-4bfa-4c15-bcfb-0e229f72c2d0 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9d545ebd-40e8-486b-8087-6cda806c4fb3 {
  text-align: center;
}

#s-9d545ebd-40e8-486b-8087-6cda806c4fb3 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9d545ebd-40e8-486b-8087-6cda806c4fb3 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9d545ebd-40e8-486b-8087-6cda806c4fb3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f33620df-dbdb-4323-a54f-b659fd55d1cb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f33620df-dbdb-4323-a54f-b659fd55d1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f33620df-dbdb-4323-a54f-b659fd55d1cb.shg-box.shg-c {
  justify-content: center;
}

#s-ff69d8e9-ce72-43b0-a0a4-ccc7a5a62d46 {
  display: none;
}
#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  text-align: center;
}


.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  max-width: 100%;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom,
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  max-width: 100%;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom,
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  max-width: 100%;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom,
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  max-width: 100%;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom,
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea {
  max-width: 100%;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom,
.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dff6d55-3d06-4256-9fe7-2fb4f3c48eea .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3b5e2ad2-5af4-48ca-bb90-0528e981b307 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b5e2ad2-5af4-48ca-bb90-0528e981b307 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-968af718-249a-4fdb-82b5-f7fb8763e0d3 {
  text-align: center;
}

#s-968af718-249a-4fdb-82b5-f7fb8763e0d3 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-968af718-249a-4fdb-82b5-f7fb8763e0d3 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-968af718-249a-4fdb-82b5-f7fb8763e0d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e5d3485-4444-4fbd-a53a-9aaaa9413f20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-6e57dfbe-0033-444c-bcf0-a2f2c5f49234 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-6e57dfbe-0033-444c-bcf0-a2f2c5f49234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e57dfbe-0033-444c-bcf0-a2f2c5f49234.shg-box.shg-c {
  justify-content: center;
}

#s-b488152b-8111-4a03-bc34-8938dd3da471 {
  display: none;
}
#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  text-align: center;
}


.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  max-width: 100%;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom,
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  max-width: 100%;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom,
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  max-width: 100%;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom,
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  max-width: 100%;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom,
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 {
  max-width: 100%;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom,
.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fd88c5f-5734-486c-b085-bb66328c4901 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9ae39ec6-5f29-4520-9ed4-2a40aff31b4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ae39ec6-5f29-4520-9ed4-2a40aff31b4f .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d8cbb08f-636f-4a18-9a25-59f83b88e7dd {
  text-align: center;
}

#s-d8cbb08f-636f-4a18-9a25-59f83b88e7dd .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-d8cbb08f-636f-4a18-9a25-59f83b88e7dd .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-d8cbb08f-636f-4a18-9a25-59f83b88e7dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c256e8f-2637-4ff5-a8ba-1d7b96f88d12 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4c256e8f-2637-4ff5-a8ba-1d7b96f88d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c256e8f-2637-4ff5-a8ba-1d7b96f88d12.shg-box.shg-c {
  justify-content: center;
}

#s-8b00f21f-f2b6-4f0d-b7c5-24f5da7cd0eb {
  display: none;
}
#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  text-align: center;
}


.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  max-width: 100%;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom,
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  max-width: 100%;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom,
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  max-width: 100%;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom,
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  max-width: 100%;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom,
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 {
  max-width: 100%;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom,
.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7c6562-c234-47c6-84e2-2531115591d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6284ba82-fd4e-46ce-9930-a610e0082f7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6284ba82-fd4e-46ce-9930-a610e0082f7a .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-916ac566-23ab-4de4-88e5-d7e61cd17786 {
  text-align: center;
}

#s-916ac566-23ab-4de4-88e5-d7e61cd17786 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-916ac566-23ab-4de4-88e5-d7e61cd17786 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-916ac566-23ab-4de4-88e5-d7e61cd17786 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-58082aa3-f846-4b8d-8f6c-46e50f93f8db {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-58082aa3-f846-4b8d-8f6c-46e50f93f8db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58082aa3-f846-4b8d-8f6c-46e50f93f8db.shg-box.shg-c {
  justify-content: center;
}

#s-c7f319e5-0f1e-4976-8610-16016377b8cb {
  display: none;
}
#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  text-align: center;
}


.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  max-width: 100%;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom,
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  max-width: 100%;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom,
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  max-width: 100%;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom,
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  max-width: 100%;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom,
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f {
  max-width: 100%;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom,
.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-131d5bcb-9abc-43cd-aa21-0fa8564ab53f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-02a3dfbc-55d8-4589-9cdb-0fdab05dc970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02a3dfbc-55d8-4589-9cdb-0fdab05dc970 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-588bd641-b035-4d72-88d9-bb9ddac31026 {
  text-align: center;
}

#s-588bd641-b035-4d72-88d9-bb9ddac31026 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-588bd641-b035-4d72-88d9-bb9ddac31026 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-588bd641-b035-4d72-88d9-bb9ddac31026 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4ff7e6e-aedc-41b5-9a52-4068f543933f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e3398f29-ca8a-4ddc-9083-1a819fc61383 {
  display: none;
}
#s-9009196b-d9ca-4523-b950-e816f29be52c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9009196b-d9ca-4523-b950-e816f29be52c .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-3c44fd30-0fe2-45be-bf4e-ea8681c6ef92 {
  text-align: center;
}

#s-3c44fd30-0fe2-45be-bf4e-ea8681c6ef92 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-3c44fd30-0fe2-45be-bf4e-ea8681c6ef92 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-3c44fd30-0fe2-45be-bf4e-ea8681c6ef92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-113fb857-1f10-44fa-b269-4963df135796 {
  display: none;
}
#s-62c6e3aa-0914-4157-ab0e-a5045ff64179 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c6e3aa-0914-4157-ab0e-a5045ff64179 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-4687f156-6464-4238-a4fa-ec5036eb65e7 {
  text-align: center;
}

#s-4687f156-6464-4238-a4fa-ec5036eb65e7 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-4687f156-6464-4238-a4fa-ec5036eb65e7 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-4687f156-6464-4238-a4fa-ec5036eb65e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66c0af9b-8309-498f-a50c-438a84028caf {
  display: none;
}
#s-1b33c5c6-797c-4c7a-bc70-dfd7357742be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b33c5c6-797c-4c7a-bc70-dfd7357742be .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-bd200194-b12a-4d7c-984b-efcb8a0c2057 {
  text-align: center;
}

#s-bd200194-b12a-4d7c-984b-efcb8a0c2057 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-bd200194-b12a-4d7c-984b-efcb8a0c2057 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-bd200194-b12a-4d7c-984b-efcb8a0c2057 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 2px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b {
  display: none;
}
#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b, #wrap-s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b {
  display: none;
}
#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b, #wrap-s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b {
  display: none;
}
#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b, #wrap-s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b { display:none !important; }}
#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b .shg-sld-nav-button.shg-sld-left,
#s-0fc8ce36-f9db-441f-b593-8d8b642e4d8b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-22c65930-3e8c-4b6e-beef-963b30b03848"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5b4bccc9-d538-4fa4-b4b8-534084b9d8dc {
  text-align: center;
}




  #s-5b4bccc9-d538-4fa4-b4b8-534084b9d8dc img.shogun-image {
    
    width: px;
  }


#s-5b4bccc9-d538-4fa4-b4b8-534084b9d8dc .shogun-image-content {
  
    align-items: center;
  
}

#s-9945144b-62bc-4ba7-9459-788406354b87 {
  display: none;
}
#s-3f73c909-393e-43a6-9af3-2be078b015d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f73c909-393e-43a6-9af3-2be078b015d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-7e2d0c47-4329-407f-aadb-6ceaaf5c81cc {
  text-align: center;
}

#s-7e2d0c47-4329-407f-aadb-6ceaaf5c81cc .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-7e2d0c47-4329-407f-aadb-6ceaaf5c81cc .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-7e2d0c47-4329-407f-aadb-6ceaaf5c81cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79fd20db-b315-44c5-8f52-4e8f9cf19de6 {
  min-height: 50px;
}








#s-79fd20db-b315-44c5-8f52-4e8f9cf19de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79fd20db-b315-44c5-8f52-4e8f9cf19de6.shg-box.shg-c {
  justify-content: center;
}

#s-f98b62fe-6be1-4ca3-863f-b9a65fb0dc81 {
  text-align: center;
}




  #s-f98b62fe-6be1-4ca3-863f-b9a65fb0dc81 img.shogun-image {
    
    width: px;
  }


#s-f98b62fe-6be1-4ca3-863f-b9a65fb0dc81 .shogun-image-content {
  
    align-items: center;
  
}

#s-59bda6dd-b28a-492a-a4a8-56352cf7f2ee {
  min-height: 50px;
}








#s-59bda6dd-b28a-492a-a4a8-56352cf7f2ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59bda6dd-b28a-492a-a4a8-56352cf7f2ee.shg-box.shg-c {
  justify-content: center;
}

#s-3bc7c17a-5e00-4e9d-9327-96e7190af243 {
  display: none;
}
#s-f6fca903-db58-438d-acb1-2d97593a1ad6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6fca903-db58-438d-acb1-2d97593a1ad6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-2a25de27-5e72-4bcc-a6ba-0cc350479721 {
  text-align: center;
}

#s-2a25de27-5e72-4bcc-a6ba-0cc350479721 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-2a25de27-5e72-4bcc-a6ba-0cc350479721 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-2a25de27-5e72-4bcc-a6ba-0cc350479721 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c6af1f3-bc4f-4df1-936b-31d20a5226c5 {
  min-height: 50px;
}








#s-7c6af1f3-bc4f-4df1-936b-31d20a5226c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c6af1f3-bc4f-4df1-936b-31d20a5226c5.shg-box.shg-c {
  justify-content: center;
}

#s-d901a420-84df-4d0b-866a-6406221c59a3 {
  text-align: center;
}




  #s-d901a420-84df-4d0b-866a-6406221c59a3 img.shogun-image {
    
    width: px;
  }


#s-d901a420-84df-4d0b-866a-6406221c59a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e2bdef4-6352-441a-a406-ecc27eef1c5e {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-5e2bdef4-6352-441a-a406-ecc27eef1c5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-2f7d87db-3eff-4f42-af6c-d840efe649c0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2f7d87db-3eff-4f42-af6c-d840efe649c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f7d87db-3eff-4f42-af6c-d840efe649c0.shg-box.shg-c {
  justify-content: center;
}

#s-23048357-5691-42e2-b5ff-ae5629131e6f {
  display: none;
}
#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  text-align: center;
}


.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  max-width: 100%;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom,
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  max-width: 100%;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom,
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  max-width: 100%;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom,
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  max-width: 100%;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom,
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 {
  max-width: 100%;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom,
.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a98844-4094-4a4c-bf48-fd9cac6095e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6a5963cf-1a00-48b5-b58a-f706d507ff5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a5963cf-1a00-48b5-b58a-f706d507ff5f .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f7bd1cee-35ad-4755-9495-60b8f5b5bdf7 {
  text-align: center;
}

#s-f7bd1cee-35ad-4755-9495-60b8f5b5bdf7 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-f7bd1cee-35ad-4755-9495-60b8f5b5bdf7 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-f7bd1cee-35ad-4755-9495-60b8f5b5bdf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4dc57e54-d256-42ce-a269-c5fd59a7b4cd {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4dc57e54-d256-42ce-a269-c5fd59a7b4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc57e54-d256-42ce-a269-c5fd59a7b4cd.shg-box.shg-c {
  justify-content: center;
}

#s-2b3a0e18-ad6f-4b17-aff0-594afe784dbc {
  display: none;
}
#s-4f3d212f-1203-4090-a340-030453666474 {
  text-align: center;
}


.shg-c#s-4f3d212f-1203-4090-a340-030453666474 {
  max-width: 100%;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom,
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 {
  max-width: 100%;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom,
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 {
  max-width: 100%;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom,
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 {
  max-width: 100%;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom,
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 {
  max-width: 100%;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom,
.shg-c#s-4f3d212f-1203-4090-a340-030453666474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f3d212f-1203-4090-a340-030453666474 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f57f05c3-fb50-4d4d-a232-0a9e56ee9fa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f57f05c3-fb50-4d4d-a232-0a9e56ee9fa2 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2812a2de-e8d5-4d6f-92f4-0e3eec6fa09f {
  text-align: center;
}

#s-2812a2de-e8d5-4d6f-92f4-0e3eec6fa09f .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-2812a2de-e8d5-4d6f-92f4-0e3eec6fa09f .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-2812a2de-e8d5-4d6f-92f4-0e3eec6fa09f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aad4fb57-b2b7-4b87-8330-16da6cafcea7 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-aad4fb57-b2b7-4b87-8330-16da6cafcea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aad4fb57-b2b7-4b87-8330-16da6cafcea7.shg-box.shg-c {
  justify-content: center;
}

#s-7e31e188-9633-49bc-8f2c-e35d89e58ed1 {
  display: none;
}
#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  text-align: center;
}


.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  max-width: 100%;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom,
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  max-width: 100%;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom,
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  max-width: 100%;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom,
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  max-width: 100%;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom,
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 {
  max-width: 100%;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom,
.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d7b9815-235b-467b-a9c0-bc2961f54c65 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-32beccf9-c8ec-484f-994e-928f366ed769 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32beccf9-c8ec-484f-994e-928f366ed769 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2af66d14-4f8a-4c36-9f60-36815d0581bb {
  text-align: center;
}

#s-2af66d14-4f8a-4c36-9f60-36815d0581bb .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-2af66d14-4f8a-4c36-9f60-36815d0581bb .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-2af66d14-4f8a-4c36-9f60-36815d0581bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dc2a07d7-5b00-4b75-b2e7-c454aae5f86f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-436f9168-8f82-4e29-bcec-7f789867522b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-436f9168-8f82-4e29-bcec-7f789867522b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-436f9168-8f82-4e29-bcec-7f789867522b.shg-box.shg-c {
  justify-content: center;
}

#s-91028b46-b0ea-4048-b5fe-7c00470e533b {
  display: none;
}
#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  text-align: center;
}


.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  max-width: 100%;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom,
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  max-width: 100%;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom,
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  max-width: 100%;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom,
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  max-width: 100%;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom,
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 {
  max-width: 100%;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom,
.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6285845-c1b5-4f56-8eeb-5a265407f164 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-65f988fc-0cd5-441e-9ea0-59687cefd17d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65f988fc-0cd5-441e-9ea0-59687cefd17d .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8680bcbf-6221-4a6c-8d80-06f140d0a710 {
  text-align: center;
}

#s-8680bcbf-6221-4a6c-8d80-06f140d0a710 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-8680bcbf-6221-4a6c-8d80-06f140d0a710 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-8680bcbf-6221-4a6c-8d80-06f140d0a710 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-737d05b3-513c-4622-9fed-f27d7883e1c5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-737d05b3-513c-4622-9fed-f27d7883e1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-737d05b3-513c-4622-9fed-f27d7883e1c5.shg-box.shg-c {
  justify-content: center;
}

#s-4692739f-50da-4477-b66f-b3c87a2ff474 {
  display: none;
}
#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  text-align: center;
}


.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  max-width: 100%;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom,
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  max-width: 100%;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom,
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  max-width: 100%;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom,
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  max-width: 100%;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom,
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 {
  max-width: 100%;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom,
.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92c3d2c1-c180-4c97-b6aa-2f5b223ae5c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-49c89985-a84c-4df9-9a6c-6da2468b50dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c89985-a84c-4df9-9a6c-6da2468b50dc .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-420bdd08-46c4-4c21-8964-3d4f1118a698 {
  text-align: center;
}

#s-420bdd08-46c4-4c21-8964-3d4f1118a698 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-420bdd08-46c4-4c21-8964-3d4f1118a698 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-420bdd08-46c4-4c21-8964-3d4f1118a698 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35fc5410-0f40-48f5-92a0-229b308b8652 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-35fc5410-0f40-48f5-92a0-229b308b8652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35fc5410-0f40-48f5-92a0-229b308b8652.shg-box.shg-c {
  justify-content: center;
}

#s-81540b33-fd33-47bb-8a45-490314e13a71 {
  display: none;
}
#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  text-align: center;
}


.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  max-width: 100%;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom,
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  max-width: 100%;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom,
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  max-width: 100%;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom,
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  max-width: 100%;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom,
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 {
  max-width: 100%;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom,
.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-744cc433-7907-4ffd-bf80-4f080c2abd81 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-83ecfb30-d241-4f9d-84b8-5c4a95df85b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ecfb30-d241-4f9d-84b8-5c4a95df85b3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-66b980f6-10e2-4711-956f-e8e64f9eeeb5 {
  text-align: center;
}

#s-66b980f6-10e2-4711-956f-e8e64f9eeeb5 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-66b980f6-10e2-4711-956f-e8e64f9eeeb5 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-66b980f6-10e2-4711-956f-e8e64f9eeeb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93e669f8-700e-4729-a4d3-77656aedbe4e {
  min-height: 50px;
}








#s-93e669f8-700e-4729-a4d3-77656aedbe4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e669f8-700e-4729-a4d3-77656aedbe4e.shg-box.shg-c {
  justify-content: center;
}

#s-c926ee02-70e0-48a1-a73c-ee23ed91348f {
  display: none;
}
#s-eb026fce-c21e-44fe-8ffe-fdefab307a9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb026fce-c21e-44fe-8ffe-fdefab307a9e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-90d3784a-e7e7-4bd7-9730-03a86c7bac93 {
  text-align: center;
}

#s-90d3784a-e7e7-4bd7-9730-03a86c7bac93 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-90d3784a-e7e7-4bd7-9730-03a86c7bac93 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-90d3784a-e7e7-4bd7-9730-03a86c7bac93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3112688-770a-4564-ab53-4715a316b50e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-caf708ac-77d8-49b0-a243-e37a19000e38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-caf708ac-77d8-49b0-a243-e37a19000e38:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-caf708ac-77d8-49b0-a243-e37a19000e38:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-caf708ac-77d8-49b0-a243-e37a19000e38.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: nord;
  display:  inline-block ;
}

#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 {
  background-repeat: repeat;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 {
  display: none;
}
#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2, #wrap-s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 {
  display: none;
}
#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2, #wrap-s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 {
  display: none;
}
#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2, #wrap-s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 { display:none !important; }}







#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01cd0eb7-e385-464f-8c87-bd07fbd666b2.shg-box.shg-c {
  justify-content: center;
}

#s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9d3bc929-24dc-4a0c-be3a-c5ea18a90fc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ad1eec0d-8df0-4e8c-9e76-cca0d3ec711a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-ad1eec0d-8df0-4e8c-9e76-cca0d3ec711a img.shogun-image {
    
    width: px;
  }


#s-ad1eec0d-8df0-4e8c-9e76-cca0d3ec711a .shogun-image-content {
  
    align-items: center;
  
}

#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 {
  
}
}@media (max-width: 767px){#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 {
  display: none;
}
#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5, #wrap-s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 { display:none !important; }}
#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 .shg-sld-nav-button.shg-sld-left,
#s-41158ff8-71a3-4b48-9be9-61b4033ceaf5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-222275a6-9329-4591-b4e3-3c778d58554d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-443c05ed-4de6-4a4e-84cc-866d3e471ed2 {
  text-align: center;
}




  #s-443c05ed-4de6-4a4e-84cc-866d3e471ed2 img.shogun-image {
    
    width: px;
  }


#s-443c05ed-4de6-4a4e-84cc-866d3e471ed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2eb55f1-fb68-4188-9905-9a734d6239ca {
  text-align: center;
}




  #s-b2eb55f1-fb68-4188-9905-9a734d6239ca img.shogun-image {
    
    width: px;
  }


#s-b2eb55f1-fb68-4188-9905-9a734d6239ca .shogun-image-content {
  
    align-items: center;
  
}

#s-8a4e8766-7683-4d3c-8a51-78525a64ccd3 {
  text-align: center;
}




  #s-8a4e8766-7683-4d3c-8a51-78525a64ccd3 img.shogun-image {
    
    width: px;
  }


#s-8a4e8766-7683-4d3c-8a51-78525a64ccd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-dbbbb52c-ef02-4178-adea-4b3dd9c503c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-71cfcc66-9d7f-43f6-8360-354c80be6ddc {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-71cfcc66-9d7f-43f6-8360-354c80be6ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71cfcc66-9d7f-43f6-8360-354c80be6ddc.shg-box.shg-c {
  justify-content: center;
}

#s-215deddd-802d-449f-b12f-dd3c5c799b54 {
  display: none;
}
#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  text-align: center;
}


.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  max-width: 100%;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom,
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  max-width: 100%;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom,
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  max-width: 100%;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom,
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  max-width: 100%;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom,
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b {
  max-width: 100%;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom,
.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef68ddb1-d0e5-4b99-834a-9c1eaa6b709b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9272b0de-48b1-46d4-8f49-32cfa3c40e7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9272b0de-48b1-46d4-8f49-32cfa3c40e7e .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a51eeb0c-861f-4f0f-bcc2-179243600b21 {
  text-align: center;
}

#s-a51eeb0c-861f-4f0f-bcc2-179243600b21 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a51eeb0c-861f-4f0f-bcc2-179243600b21 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a51eeb0c-861f-4f0f-bcc2-179243600b21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab116b9a-23bb-4316-bc38-31d8854e725a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ab116b9a-23bb-4316-bc38-31d8854e725a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab116b9a-23bb-4316-bc38-31d8854e725a.shg-box.shg-c {
  justify-content: center;
}

#s-f3a1b36a-1f9e-45cf-80c3-45871a00735b {
  display: none;
}
#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  text-align: center;
}


.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  max-width: 100%;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom,
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  max-width: 100%;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom,
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  max-width: 100%;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom,
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  max-width: 100%;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom,
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 {
  max-width: 100%;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom,
.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d5a2e82-dcba-44bb-8807-2f7d79c3bc80 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7be623de-365e-46d5-b214-37fc8bbd1bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7be623de-365e-46d5-b214-37fc8bbd1bca .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-09933b69-91f9-473c-91a2-dd1f8a429a1a {
  text-align: center;
}

#s-09933b69-91f9-473c-91a2-dd1f8a429a1a .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-09933b69-91f9-473c-91a2-dd1f8a429a1a .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-09933b69-91f9-473c-91a2-dd1f8a429a1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96fa8fea-64ad-4511-a2b8-d0bef060a1ed {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-96fa8fea-64ad-4511-a2b8-d0bef060a1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96fa8fea-64ad-4511-a2b8-d0bef060a1ed.shg-box.shg-c {
  justify-content: center;
}

#s-62f7d08a-96ce-444c-acca-7c9e239e2f91 {
  display: none;
}
#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  text-align: center;
}


.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  max-width: 100%;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom,
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  max-width: 100%;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom,
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  max-width: 100%;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom,
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  max-width: 100%;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom,
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 {
  max-width: 100%;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom,
.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9bda1dcf-348c-4172-9785-6246c6a0f407 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-713ddc7c-2e7b-41a5-b0ac-d0bdde44f264 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-713ddc7c-2e7b-41a5-b0ac-d0bdde44f264 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9bffc8e8-2a45-4e8f-95ac-a93f907fa098 {
  text-align: center;
}

#s-9bffc8e8-2a45-4e8f-95ac-a93f907fa098 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-9bffc8e8-2a45-4e8f-95ac-a93f907fa098 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-9bffc8e8-2a45-4e8f-95ac-a93f907fa098 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-05c3e2bd-c153-4c1f-b1a3-334c022591cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-536efe88-95ce-4b79-848d-b29eae26d5d0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-536efe88-95ce-4b79-848d-b29eae26d5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-536efe88-95ce-4b79-848d-b29eae26d5d0.shg-box.shg-c {
  justify-content: center;
}

#s-daa89bc4-20ca-4b53-a106-7675a807b8be {
  display: none;
}
#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  text-align: center;
}


.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  max-width: 100%;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom,
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  max-width: 100%;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom,
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  max-width: 100%;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom,
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  max-width: 100%;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom,
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac {
  max-width: 100%;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom,
.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2d8cb9d-7e3c-4da6-9607-fe30ffef29ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c2f7cbbc-54ba-4d58-932e-ebb9fba18fde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2f7cbbc-54ba-4d58-932e-ebb9fba18fde .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e2be8c16-ad36-451f-86b2-5a14f3a75567 {
  text-align: center;
}

#s-e2be8c16-ad36-451f-86b2-5a14f3a75567 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e2be8c16-ad36-451f-86b2-5a14f3a75567 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e2be8c16-ad36-451f-86b2-5a14f3a75567 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-400a3784-b629-4265-899b-2fddebf08fc5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-400a3784-b629-4265-899b-2fddebf08fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-400a3784-b629-4265-899b-2fddebf08fc5.shg-box.shg-c {
  justify-content: center;
}

#s-9f1e7727-9f3a-4814-8664-d86655b90d3e {
  display: none;
}
#s-1d457254-359b-459a-8d92-69da68e5c366 {
  text-align: center;
}


.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 {
  max-width: 100%;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom,
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 {
  max-width: 100%;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom,
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 {
  max-width: 100%;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom,
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 {
  max-width: 100%;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom,
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 {
  max-width: 100%;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom,
.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d457254-359b-459a-8d92-69da68e5c366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c5d15450-666a-46f3-b0e9-70adef2d03dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5d15450-666a-46f3-b0e9-70adef2d03dd .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-83f99ad4-2e2f-4315-b3b4-e9839c974034 {
  text-align: center;
}

#s-83f99ad4-2e2f-4315-b3b4-e9839c974034 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-83f99ad4-2e2f-4315-b3b4-e9839c974034 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-83f99ad4-2e2f-4315-b3b4-e9839c974034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1191c60-8a13-4a61-81c9-8047095fc11d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a1191c60-8a13-4a61-81c9-8047095fc11d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1191c60-8a13-4a61-81c9-8047095fc11d.shg-box.shg-c {
  justify-content: center;
}

#s-715dafb7-0072-4df0-9692-7a6b40defcd7 {
  display: none;
}
#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  text-align: center;
}


.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  max-width: 100%;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom,
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  max-width: 100%;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom,
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  max-width: 100%;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom,
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  max-width: 100%;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom,
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf {
  max-width: 100%;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom,
.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-faf4d4d6-4a84-4f96-832d-3aa705e30fdf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a19a61cd-e662-4789-96da-aec30d73a885 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a19a61cd-e662-4789-96da-aec30d73a885 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b4da1beb-0c19-4889-abfd-31967d6b60b2 {
  text-align: center;
}

#s-b4da1beb-0c19-4889-abfd-31967d6b60b2 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-b4da1beb-0c19-4889-abfd-31967d6b60b2 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-b4da1beb-0c19-4889-abfd-31967d6b60b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a6f5caf-7927-43f7-af4f-09bf361fa157"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2e263488-f75b-486e-8881-0a33a47c021a {
  display: none;
}
#s-2f862d4f-dec9-4ad1-b015-372c3567762c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f862d4f-dec9-4ad1-b015-372c3567762c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-18c1272f-9b55-421e-ba2a-b088a5d18095 {
  text-align: center;
}

#s-18c1272f-9b55-421e-ba2a-b088a5d18095 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-18c1272f-9b55-421e-ba2a-b088a5d18095 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-18c1272f-9b55-421e-ba2a-b088a5d18095 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f97cd1e0-ce45-474e-972f-dfa65853a539 {
  display: none;
}
#s-bab40049-1d60-4f38-9d91-08f4be23e90c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bab40049-1d60-4f38-9d91-08f4be23e90c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-f0af2230-bc5d-459f-a20e-c7869aa2a37f {
  text-align: center;
}

#s-f0af2230-bc5d-459f-a20e-c7869aa2a37f .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-f0af2230-bc5d-459f-a20e-c7869aa2a37f .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-f0af2230-bc5d-459f-a20e-c7869aa2a37f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93067e18-654c-401b-be68-ab420239e643 {
  display: none;
}
#s-930eff42-52f9-415a-920f-8a7a7ef8360b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-930eff42-52f9-415a-920f-8a7a7ef8360b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-b268e40e-3bd1-433d-99c1-48d8cdf90565 {
  text-align: center;
}

#s-b268e40e-3bd1-433d-99c1-48d8cdf90565 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-b268e40e-3bd1-433d-99c1-48d8cdf90565 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 12px;
}

#s-b268e40e-3bd1-433d-99c1-48d8cdf90565 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-934bd8bc-0e47-4283-90a1-1638e4348938 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 2px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-934bd8bc-0e47-4283-90a1-1638e4348938 {
  display: none;
}
#s-934bd8bc-0e47-4283-90a1-1638e4348938, #wrap-s-934bd8bc-0e47-4283-90a1-1638e4348938 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-934bd8bc-0e47-4283-90a1-1638e4348938 {
  display: none;
}
#s-934bd8bc-0e47-4283-90a1-1638e4348938, #wrap-s-934bd8bc-0e47-4283-90a1-1638e4348938 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-934bd8bc-0e47-4283-90a1-1638e4348938 {
  display: none;
}
#s-934bd8bc-0e47-4283-90a1-1638e4348938, #wrap-s-934bd8bc-0e47-4283-90a1-1638e4348938 { display:none !important; }}
#s-934bd8bc-0e47-4283-90a1-1638e4348938 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-934bd8bc-0e47-4283-90a1-1638e4348938 .shg-sld-nav-button.shg-sld-left,
#s-934bd8bc-0e47-4283-90a1-1638e4348938 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-db05be84-fbf3-4055-973b-a24574667dfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ab970b7e-843f-44ce-b762-532aeb55592e {
  text-align: center;
}




  #s-ab970b7e-843f-44ce-b762-532aeb55592e img.shogun-image {
    
    width: px;
  }


#s-ab970b7e-843f-44ce-b762-532aeb55592e .shogun-image-content {
  
    align-items: center;
  
}

#s-af09429a-bb6b-440b-a911-e22091891743 {
  display: none;
}
#s-8f5927fc-d666-4e3b-a9f2-e1dd27914d88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f5927fc-d666-4e3b-a9f2-e1dd27914d88 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-9d01ee9c-eaae-440b-a166-d6dd2300b491 {
  text-align: center;
}

#s-9d01ee9c-eaae-440b-a166-d6dd2300b491 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-9d01ee9c-eaae-440b-a166-d6dd2300b491 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-9d01ee9c-eaae-440b-a166-d6dd2300b491 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6404e536-c588-4a4f-bae6-7cd4550c3cf8 {
  min-height: 50px;
}








#s-6404e536-c588-4a4f-bae6-7cd4550c3cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6404e536-c588-4a4f-bae6-7cd4550c3cf8.shg-box.shg-c {
  justify-content: center;
}

#s-9ebda1cd-618d-437a-a6ef-b74d3eea796b {
  text-align: center;
}




  #s-9ebda1cd-618d-437a-a6ef-b74d3eea796b img.shogun-image {
    
    width: px;
  }


#s-9ebda1cd-618d-437a-a6ef-b74d3eea796b .shogun-image-content {
  
    align-items: center;
  
}

#s-445caa52-d204-459d-ac78-aaa17dbde44e {
  min-height: 50px;
}








#s-445caa52-d204-459d-ac78-aaa17dbde44e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445caa52-d204-459d-ac78-aaa17dbde44e.shg-box.shg-c {
  justify-content: center;
}

#s-2b1f37da-4ef1-445a-8378-984e6e3f682c {
  display: none;
}
#s-7cfe6435-e227-4411-a41e-f9016849a2c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cfe6435-e227-4411-a41e-f9016849a2c8 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-7f45c9a9-8e3f-477c-a677-4386af6fcf9d {
  text-align: center;
}

#s-7f45c9a9-8e3f-477c-a677-4386af6fcf9d .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-7f45c9a9-8e3f-477c-a677-4386af6fcf9d .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f45c9a9-8e3f-477c-a677-4386af6fcf9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0188b544-f4df-49e1-8c3e-8ffb00bcf1c9 {
  min-height: 50px;
}








#s-0188b544-f4df-49e1-8c3e-8ffb00bcf1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0188b544-f4df-49e1-8c3e-8ffb00bcf1c9.shg-box.shg-c {
  justify-content: center;
}

#s-1de9bfb4-5677-4da1-ac00-1282ce6a15b5 {
  text-align: center;
}




  #s-1de9bfb4-5677-4da1-ac00-1282ce6a15b5 img.shogun-image {
    
    width: px;
  }


#s-1de9bfb4-5677-4da1-ac00-1282ce6a15b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-4be45f1f-2ca5-45dc-95cc-4fc1737fd706"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-79b45786-bd20-48aa-b41a-9e36c7d7a63e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-79b45786-bd20-48aa-b41a-9e36c7d7a63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b45786-bd20-48aa-b41a-9e36c7d7a63e.shg-box.shg-c {
  justify-content: center;
}

#s-96eece89-19b2-4f53-8624-2494ab679594 {
  display: none;
}
#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  text-align: center;
}


.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  max-width: 100%;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom,
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  max-width: 100%;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom,
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  max-width: 100%;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom,
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  max-width: 100%;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom,
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 {
  max-width: 100%;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom,
.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e89414-86f4-4299-97dd-3a8e4c8c5680 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3e9fb263-a11f-4b9b-81bf-c5bb57d4f30b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e9fb263-a11f-4b9b-81bf-c5bb57d4f30b .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-29852a99-cae8-4046-b7ff-292f01fa0cf2 {
  text-align: center;
}

#s-29852a99-cae8-4046-b7ff-292f01fa0cf2 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-29852a99-cae8-4046-b7ff-292f01fa0cf2 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-29852a99-cae8-4046-b7ff-292f01fa0cf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cfd54b8-18d6-4674-8908-33971751d9e6 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2cfd54b8-18d6-4674-8908-33971751d9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cfd54b8-18d6-4674-8908-33971751d9e6.shg-box.shg-c {
  justify-content: center;
}

#s-657862dd-d94c-4e41-9fd9-0d9e9b56645e {
  display: none;
}
#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  text-align: center;
}


.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  max-width: 100%;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom,
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  max-width: 100%;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom,
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  max-width: 100%;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom,
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  max-width: 100%;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom,
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 {
  max-width: 100%;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom,
.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a827e5c8-5567-4c5c-8289-4e25f4924558 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3bc14d69-184e-42d1-aad6-2e5a33de0f38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bc14d69-184e-42d1-aad6-2e5a33de0f38 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a0c1b51b-1195-459f-8e58-efa00776b5a4 {
  text-align: center;
}

#s-a0c1b51b-1195-459f-8e58-efa00776b5a4 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a0c1b51b-1195-459f-8e58-efa00776b5a4 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a0c1b51b-1195-459f-8e58-efa00776b5a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5196c120-da49-4d15-9737-2c4d41c7885f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-5196c120-da49-4d15-9737-2c4d41c7885f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5196c120-da49-4d15-9737-2c4d41c7885f.shg-box.shg-c {
  justify-content: center;
}

#s-1df48759-a1be-486a-97e4-ead40539f420 {
  display: none;
}
#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  text-align: center;
}


.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  max-width: 100%;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom,
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  max-width: 100%;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom,
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  max-width: 100%;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom,
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  max-width: 100%;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom,
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd {
  max-width: 100%;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom,
.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43211d2c-9ab4-48d6-bfd5-01ea3458fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-744a0dac-5641-490b-9fc4-8b3a0819526b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-744a0dac-5641-490b-9fc4-8b3a0819526b .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3557b830-689e-47c8-afc1-e20f5beb5ff7 {
  text-align: center;
}

#s-3557b830-689e-47c8-afc1-e20f5beb5ff7 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-3557b830-689e-47c8-afc1-e20f5beb5ff7 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-3557b830-689e-47c8-afc1-e20f5beb5ff7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d99ff337-b0a4-49ea-9984-856eed852d54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-c1e789e1-2679-42eb-952d-9686f0691687 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c1e789e1-2679-42eb-952d-9686f0691687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e789e1-2679-42eb-952d-9686f0691687.shg-box.shg-c {
  justify-content: center;
}

#s-0f7b4735-045e-4877-82cd-1166bd612ade {
  display: none;
}
#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  text-align: center;
}


.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  max-width: 100%;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom,
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  max-width: 100%;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom,
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  max-width: 100%;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom,
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  max-width: 100%;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom,
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 {
  max-width: 100%;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom,
.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6d837db-f7ee-4fea-8743-367f07147064 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5365c599-2a4e-4a79-b418-51f7a88b1529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5365c599-2a4e-4a79-b418-51f7a88b1529 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b856ff15-96c2-418b-a1e7-3e0e298e0525 {
  text-align: center;
}

#s-b856ff15-96c2-418b-a1e7-3e0e298e0525 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-b856ff15-96c2-418b-a1e7-3e0e298e0525 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-b856ff15-96c2-418b-a1e7-3e0e298e0525 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73ce14e3-d811-420f-98b1-a0f64c898172 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-73ce14e3-d811-420f-98b1-a0f64c898172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73ce14e3-d811-420f-98b1-a0f64c898172.shg-box.shg-c {
  justify-content: center;
}

#s-5435420e-2d8a-4cf6-b5c6-d9830ffe321e {
  display: none;
}
#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  text-align: center;
}


.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  max-width: 100%;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom,
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  max-width: 100%;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom,
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  max-width: 100%;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom,
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  max-width: 100%;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom,
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 {
  max-width: 100%;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom,
.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b45632c-b352-4282-af40-9d635cc674c8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-36d94814-bac0-431a-8ffc-adace6bf4d21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36d94814-bac0-431a-8ffc-adace6bf4d21 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-814bd4d8-41f3-4406-9d32-3ae6dc7175f8 {
  text-align: center;
}

#s-814bd4d8-41f3-4406-9d32-3ae6dc7175f8 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-814bd4d8-41f3-4406-9d32-3ae6dc7175f8 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-814bd4d8-41f3-4406-9d32-3ae6dc7175f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4724d11e-d0fa-4f36-b42f-ebf4f2b6387a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4724d11e-d0fa-4f36-b42f-ebf4f2b6387a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4724d11e-d0fa-4f36-b42f-ebf4f2b6387a.shg-box.shg-c {
  justify-content: center;
}

#s-8ff7321d-373d-4502-93e5-55d4244c5fb3 {
  display: none;
}
#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  text-align: center;
}


.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  max-width: 100%;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom,
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  max-width: 100%;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom,
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  max-width: 100%;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom,
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  max-width: 100%;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom,
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 {
  max-width: 100%;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom,
.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e31cff-b985-4cde-a8f9-16ab9ef19dc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2856f087-ef16-49bd-8ccf-e5914463679a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2856f087-ef16-49bd-8ccf-e5914463679a .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cbef171e-c59b-4e25-9594-9ddb4d2cc7d6 {
  text-align: center;
}

#s-cbef171e-c59b-4e25-9594-9ddb4d2cc7d6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-cbef171e-c59b-4e25-9594-9ddb4d2cc7d6 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-cbef171e-c59b-4e25-9594-9ddb4d2cc7d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed23a3ba-1f21-455a-9da0-c7aef2a7eba2 {
  min-height: 50px;
}








#s-ed23a3ba-1f21-455a-9da0-c7aef2a7eba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed23a3ba-1f21-455a-9da0-c7aef2a7eba2.shg-box.shg-c {
  justify-content: center;
}

#s-b23443d6-e635-47b3-b492-0540321581c4 {
  display: none;
}
#s-a72837de-f860-41d6-91d0-b19d1ac256f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a72837de-f860-41d6-91d0-b19d1ac256f6 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-46f4e4d3-fd85-40be-9b73-88a7f82543f8 {
  text-align: center;
}

#s-46f4e4d3-fd85-40be-9b73-88a7f82543f8 .shg-product-sold-out {
  display: none;
  color: rgba(251, 250, 243, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-46f4e4d3-fd85-40be-9b73-88a7f82543f8 .shg-product-price {
  color: rgba(251, 250, 243, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-46f4e4d3-fd85-40be-9b73-88a7f82543f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd {
  padding-top: 40px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e811e9f6-6265-4b6e-ba03-7bc9dbf66fdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-852a0e62-e08a-4998-a5f1-08c8d9357c21 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-852a0e62-e08a-4998-a5f1-08c8d9357c21:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-852a0e62-e08a-4998-a5f1-08c8d9357c21:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-852a0e62-e08a-4998-a5f1-08c8d9357c21.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: nord;
  display:  inline-block ;
}

#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b {
  background-repeat: repeat;
background-size: 720px 450px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 0px;
background-position: center center;
}








#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-60bc4537-9119-4dc5-b464-e19a9f4391bf {
  display: none;
}
#s-60bc4537-9119-4dc5-b464-e19a9f4391bf, #wrap-s-60bc4537-9119-4dc5-b464-e19a9f4391bf { display:none !important; }}
@media (min-width: 0px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 {
  text-align: center;
}




  #s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 img.shogun-image {
    
    width: px;
  }


#s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 .shogun-image-content {
  
    align-items: center;
  
}

#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  display: none;
}
#s-10d7351d-6c54-49cb-9927-5cbb9caf6053, #wrap-s-10d7351d-6c54-49cb-9927-5cbb9caf6053 { display:none !important; }}@media (max-width: 767px){#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  display: none;
}
#s-10d7351d-6c54-49cb-9927-5cbb9caf6053, #wrap-s-10d7351d-6c54-49cb-9927-5cbb9caf6053 { display:none !important; }}







#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d7351d-6c54-49cb-9927-5cbb9caf6053.shg-box.shg-c {
  justify-content: center;
}

#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  text-align: center;
}
@media (min-width: 1200px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}



  #s-bfc220f7-1026-473f-a6c7-7270844ef575 img.shogun-image {
    
    width: px;
  }


#s-bfc220f7-1026-473f-a6c7-7270844ef575 .shogun-image-content {
  
    align-items: center;
  
}

#s-c714508b-4d0d-46ec-b626-2a39b2fafdfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c714508b-4d0d-46ec-b626-2a39b2fafdfb .shogun-heading-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3db217d8-4e35-454b-8592-b91b3e30e139 {
  min-height: 6px;
}

@media (min-width: 768px) {
  [id="s-3db217d8-4e35-454b-8592-b91b3e30e139"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 0px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0ad36667-f775-4256-b319-81d92314b886 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ad36667-f775-4256-b319-81d92314b886:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ad36667-f775-4256-b319-81d92314b886:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: nord;
  display:  inline-block ;
}

                /*!
* 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-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)}}@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{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-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)}}@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{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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{-webkit-animation-name:tada;animation-name:tada}@-webkit-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)}}@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{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@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{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
