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

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

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

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

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

@media (min-width: 0px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

#s-dfb9e635-42c3-48df-954b-da1357537111 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 40px;
padding-left: %;
padding-bottom: 40px;
padding-right: %;
min-height: 50px;
}








#s-dfb9e635-42c3-48df-954b-da1357537111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfb9e635-42c3-48df-954b-da1357537111.shg-box.shg-c {
  justify-content: center;
}

#s-13fca516-e04f-4f6d-9be0-c968a7f367cb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-13fca516-e04f-4f6d-9be0-c968a7f367cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13fca516-e04f-4f6d-9be0-c968a7f367cb.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-aa75d482-1a98-4804-ac57-121955bfd251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa75d482-1a98-4804-ac57-121955bfd251 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-4cf840c1-a8ac-495b-8e62-c8e1b68de9a4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 12px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  
  
  font-size: 18px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}

#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40 {
  background-image: url(https://i.shgcdn.com/7055ef70-d390-4a32-858a-4af1784ac8b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40 > .shg-box-overlay {
  background-color: rgba(58, 58, 58, 1);
  opacity: 0.09999999999999998;
  display: block;
}#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40.shg-box.shg-c {
  justify-content: center;
}

#s-2f6a7fe0-a452-45e3-9a05-bf46b1bad435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f6a7fe0-a452-45e3-9a05-bf46b1bad435 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-6058b83c-4cd6-482a-8410-d760cdd936cd {
  text-align: center;
}

#s-6058b83c-4cd6-482a-8410-d760cdd936cd .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-05e97a0b-e45a-490c-84d7-ab3309f82471 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-3e241645-dc82-4958-8f04-fa1e2b15008c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-3e241645-dc82-4958-8f04-fa1e2b15008c > .shg-box-overlay {
  background-color: rgba(58, 58, 58, 1);
  opacity: 0.09999999999999998;
  display: block;
}#s-3e241645-dc82-4958-8f04-fa1e2b15008c.shg-box.shg-c {
  justify-content: center;
}

#s-3484bfb6-acd2-449f-9b52-74923f77b73f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3484bfb6-acd2-449f-9b52-74923f77b73f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-e89c7a59-c00f-4b0f-be52-f373707171a1 {
  text-align: center;
}

#s-e89c7a59-c00f-4b0f-be52-f373707171a1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a320895a-bd7e-4a80-9887-e738745d6e7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac > .shg-box-overlay {
  background-color: rgba(58, 58, 58, 1);
  opacity: 0;
  display: block;
}#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac.shg-box.shg-c {
  justify-content: center;
}

#s-498cd1ca-79f5-43bb-ad10-34e6545377ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-498cd1ca-79f5-43bb-ad10-34e6545377ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4e1db032-69f7-441d-8f25-0e7cb2dd0504 {
  text-align: center;
}

#s-4e1db032-69f7-441d-8f25-0e7cb2dd0504 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ebce49d5-e1c6-457a-b904-d47d07781d7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83 > .shg-box-overlay {
  background-color: rgba(58, 58, 58, 1);
  opacity: 0.2;
  display: block;
}#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83.shg-box.shg-c {
  justify-content: center;
}

#s-b94a75b5-0e24-449a-88e2-59783ee12f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b94a75b5-0e24-449a-88e2-59783ee12f93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-e02fb997-b79b-4046-9480-ad40aa0f7353 {
  text-align: center;
}

#s-e02fb997-b79b-4046-9480-ad40aa0f7353 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a40521ed-0de8-4612-bf0c-be93bb78bacd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-8a839e58-94df-42fd-970f-44d42b1abbee {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-8a839e58-94df-42fd-970f-44d42b1abbee > .shg-box-overlay {
  background-color: rgba(58, 58, 58, 1);
  opacity: 0.2;
  display: block;
}#s-8a839e58-94df-42fd-970f-44d42b1abbee.shg-box.shg-c {
  justify-content: center;
}

#s-49a22a18-ad31-436c-bf6a-9cc80768116e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49a22a18-ad31-436c-bf6a-9cc80768116e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-5209e6d4-545f-4425-a4ef-ad82b3466911 {
  text-align: center;
}

#s-5209e6d4-545f-4425-a4ef-ad82b3466911 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5b13390f-de04-46ce-8b4d-0d5ee0a810f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-76934f71-26be-4921-bac1-10861ab17edc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-76934f71-26be-4921-bac1-10861ab17edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76934f71-26be-4921-bac1-10861ab17edc.shg-box.shg-c {
  justify-content: center;
}

#s-15947c40-7d0e-4c09-97e7-11a47ea770f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15947c40-7d0e-4c09-97e7-11a47ea770f1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-d3dfaee9-fe3d-405d-a493-6ad9387d253e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-d3dfaee9-fe3d-405d-a493-6ad9387d253e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 400px;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8c0af8e-7a60-446c-8add-079f0f7c044f {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8c0af8e-7a60-446c-8add-079f0f7c044f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c0af8e-7a60-446c-8add-079f0f7c044f.shg-box.shg-c {
  justify-content: center;
}

#s-0b1ec0cb-4e1d-4a2f-aa34-6da02d81865d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b1ec0cb-4e1d-4a2f-aa34-6da02d81865d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-8d12c13c-d5c8-41b7-b34f-a0f9b8acdb50 {
  display: none;
}
#s-8d12c13c-d5c8-41b7-b34f-a0f9b8acdb50, #wrap-s-8d12c13c-d5c8-41b7-b34f-a0f9b8acdb50 { display: none !important; }}
#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904.shg-box.shg-c {
  justify-content: center;
}

#s-e533903a-4c0c-4b80-84ef-fefe8c83e6f8 {
  padding-top: 5px;
padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

#s-8bd38c7f-d29a-4772-baa8-98780a104461 {
  text-align: left;
}



.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-4309d9bc-0606-4e9a-9671-589484e03451 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4309d9bc-0606-4e9a-9671-589484e03451 {
  display: none;
}
#s-4309d9bc-0606-4e9a-9671-589484e03451, #wrap-s-4309d9bc-0606-4e9a-9671-589484e03451 { display: none !important; }}
#s-4309d9bc-0606-4e9a-9671-589484e03451 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-66264a6b-146c-495e-b148-5d07f3613bb4 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-66264a6b-146c-495e-b148-5d07f3613bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66264a6b-146c-495e-b148-5d07f3613bb4.shg-box.shg-c {
  justify-content: center;
}

#s-47969617-9f4d-4865-afc2-e959dab01f35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47969617-9f4d-4865-afc2-e959dab01f35 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-8e9ca350-3ff9-4d8d-9665-72524f8a3fc6 {
  display: none;
}
#s-8e9ca350-3ff9-4d8d-9665-72524f8a3fc6, #wrap-s-8e9ca350-3ff9-4d8d-9665-72524f8a3fc6 { display: none !important; }}
#s-6753131c-d9b2-4059-8b91-ee54fcb7beb9 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-6753131c-d9b2-4059-8b91-ee54fcb7beb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6753131c-d9b2-4059-8b91-ee54fcb7beb9.shg-box.shg-c {
  justify-content: center;
}

#s-1c673e7b-d13c-482a-b710-c2276256ef55 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-72b87754-5483-45b1-8f54-28bc8f75b85c {
  text-align: left;
}



.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b87754-5483-45b1-8f54-28bc8f75b85c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-747f7b81-f748-4575-9b79-f6594782704f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-747f7b81-f748-4575-9b79-f6594782704f {
  display: none;
}
#s-747f7b81-f748-4575-9b79-f6594782704f, #wrap-s-747f7b81-f748-4575-9b79-f6594782704f { display: none !important; }}
#s-747f7b81-f748-4575-9b79-f6594782704f .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-499c3480-b19d-4099-8872-1748e413d65f {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-499c3480-b19d-4099-8872-1748e413d65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-499c3480-b19d-4099-8872-1748e413d65f.shg-box.shg-c {
  justify-content: center;
}

#s-5574830d-1c0b-497e-ae65-1d7da32f97b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5574830d-1c0b-497e-ae65-1d7da32f97b0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4888c73c-2f27-4f52-bf0b-d075fe63018b {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 600px;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c190cb53-aedd-4b0b-a2cd-0830c4549c69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-c190cb53-aedd-4b0b-a2cd-0830c4549c69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (max-width: 767px){#s-a15f1197-12d4-4234-90fc-8f0d8c96299b {
  display: none;
}
#s-a15f1197-12d4-4234-90fc-8f0d8c96299b, #wrap-s-a15f1197-12d4-4234-90fc-8f0d8c96299b { display: none !important; }}
#s-a15f1197-12d4-4234-90fc-8f0d8c96299b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-0beff01e-508e-485e-bfca-fe26f15169c3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7.shg-box.shg-c {
  justify-content: center;
}

#s-3350d004-6e63-4b3c-b8d1-3da03229e3ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3350d004-6e63-4b3c-b8d1-3da03229e3ce .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-01c51d21-5286-4bc3-bbe2-56b6222c1cf5 {
  display: none;
}
#s-01c51d21-5286-4bc3-bbe2-56b6222c1cf5, #wrap-s-01c51d21-5286-4bc3-bbe2-56b6222c1cf5 { display: none !important; }}
#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300.shg-box.shg-c {
  justify-content: center;
}

#s-b0f331fc-aa94-42df-bab8-2f867995683d {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-96a2a365-6c19-4b47-9d50-0a121d806105 {
  text-align: left;
}



.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3437b437-d381-4914-96c1-0ac794c3dd35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3437b437-d381-4914-96c1-0ac794c3dd35 {
  display: none;
}
#s-3437b437-d381-4914-96c1-0ac794c3dd35, #wrap-s-3437b437-d381-4914-96c1-0ac794c3dd35 { display: none !important; }}
#s-3437b437-d381-4914-96c1-0ac794c3dd35 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8.shg-box.shg-c {
  justify-content: center;
}

#s-7a38da4b-b128-42d7-9fc7-2431162f599f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 {
  text-align: left;
}



.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aaa08626-f927-46f0-bfa5-779e70ef259b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aaa08626-f927-46f0-bfa5-779e70ef259b {
  display: none;
}
#s-aaa08626-f927-46f0-bfa5-779e70ef259b, #wrap-s-aaa08626-f927-46f0-bfa5-779e70ef259b { display: none !important; }}
#s-aaa08626-f927-46f0-bfa5-779e70ef259b .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5.shg-box.shg-c {
  justify-content: center;
}

#s-937c4ed3-82b5-4a32-b90e-70b1904a6267 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-937c4ed3-82b5-4a32-b90e-70b1904a6267 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-79d0650f-0a39-4018-b5a3-4c5273132b4b {
  display: none;
}
#s-79d0650f-0a39-4018-b5a3-4c5273132b4b, #wrap-s-79d0650f-0a39-4018-b5a3-4c5273132b4b { display: none !important; }}
#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520.shg-box.shg-c {
  justify-content: center;
}

#s-5f7575f1-9a6c-4786-8b4c-0ab2de23f5cf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 {
  text-align: left;
}



.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c872d05-29db-4402-bf27-9413aff5be32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7c872d05-29db-4402-bf27-9413aff5be32 {
  display: none;
}
#s-7c872d05-29db-4402-bf27-9413aff5be32, #wrap-s-7c872d05-29db-4402-bf27-9413aff5be32 { display: none !important; }}
#s-7c872d05-29db-4402-bf27-9413aff5be32 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-cb51479f-805f-47d0-a9d8-81fd3e44024c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb51479f-805f-47d0-a9d8-81fd3e44024c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb51479f-805f-47d0-a9d8-81fd3e44024c.shg-box.shg-c {
  justify-content: center;
}

#s-79ee60a2-1fb3-430f-9684-7023de30289a {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a {
  text-align: left;
}



.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 {
  display: none;
}
#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096, #wrap-s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 { display: none !important; }}
#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-776199f1-7218-44ce-bb4a-d9e0c91f5ab2 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-776199f1-7218-44ce-bb4a-d9e0c91f5ab2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-670589bc-5d9a-41e8-8af2-05f5a01dab94 {
  display: none;
}
#s-670589bc-5d9a-41e8-8af2-05f5a01dab94, #wrap-s-670589bc-5d9a-41e8-8af2-05f5a01dab94 { display: none !important; }}
#s-670589bc-5d9a-41e8-8af2-05f5a01dab94 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5c9ae9ea-c471-4846-876b-1abc1a647363 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c9ae9ea-c471-4846-876b-1abc1a647363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c9ae9ea-c471-4846-876b-1abc1a647363.shg-box.shg-c {
  justify-content: center;
}

#s-d09ddc6d-b8c2-41fe-a61a-5969a7089790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d09ddc6d-b8c2-41fe-a61a-5969a7089790 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-b88616b3-5cdd-4f91-9f4b-75a48a91d416 {
  display: none;
}
#s-b88616b3-5cdd-4f91-9f4b-75a48a91d416, #wrap-s-b88616b3-5cdd-4f91-9f4b-75a48a91d416 { display: none !important; }}
#s-7279cd32-db28-4896-be6e-0db726dbf1d7 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-7279cd32-db28-4896-be6e-0db726dbf1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7279cd32-db28-4896-be6e-0db726dbf1d7.shg-box.shg-c {
  justify-content: center;
}

#s-f560e3cf-cae9-4b87-a346-d637ebd414b3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5fdde30b-4479-4e91-931c-874b8353c51b {
  text-align: left;
}



.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf {
  display: none;
}
#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf, #wrap-s-26cc2bd1-b671-4ae8-b388-e78ed75136bf { display: none !important; }}
#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-81167939-a081-4103-a662-97d6e0e14ffc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-81167939-a081-4103-a662-97d6e0e14ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81167939-a081-4103-a662-97d6e0e14ffc.shg-box.shg-c {
  justify-content: center;
}

#s-014c503f-c159-4b83-af59-913c679bd5da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-014c503f-c159-4b83-af59-913c679bd5da .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-2383ccab-e78b-4a87-bbfb-6a336020122d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-5b3d71dd-8945-43e3-8265-aea0ec5f132b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-5b3d71dd-8945-43e3-8265-aea0ec5f132b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-27de154a-4aeb-4e8c-b659-c60902248e37 {
  display: none;
}
#s-27de154a-4aeb-4e8c-b659-c60902248e37, #wrap-s-27de154a-4aeb-4e8c-b659-c60902248e37 { display: none !important; }}
#s-27de154a-4aeb-4e8c-b659-c60902248e37 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-63190805-1317-4ba2-b259-dbfc6e1bd27c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce.shg-box.shg-c {
  justify-content: center;
}

#s-83fa58a0-4f6b-4cad-b4d0-f00c93e9e2cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83fa58a0-4f6b-4cad-b4d0-f00c93e9e2cf .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-e50c05ef-98a5-4d07-aa22-217f29b4dbdb {
  display: none;
}
#s-e50c05ef-98a5-4d07-aa22-217f29b4dbdb, #wrap-s-e50c05ef-98a5-4d07-aa22-217f29b4dbdb { display: none !important; }}
#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9.shg-box.shg-c {
  justify-content: center;
}

#s-b0719605-dbbb-4f60-bdbe-1cb597be4659 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd {
  text-align: left;
}



.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e07b7368-9258-4de8-a574-20dadd6bfeff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e07b7368-9258-4de8-a574-20dadd6bfeff {
  display: none;
}
#s-e07b7368-9258-4de8-a574-20dadd6bfeff, #wrap-s-e07b7368-9258-4de8-a574-20dadd6bfeff { display: none !important; }}
#s-e07b7368-9258-4de8-a574-20dadd6bfeff .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba.shg-box.shg-c {
  justify-content: center;
}

#s-2fc01716-eac3-43a7-ad7b-0d51e2bd89b0 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d65a5175-9ccb-4914-a5cc-77032771f301 {
  text-align: left;
}



.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d {
  display: none;
}
#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d, #wrap-s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d { display: none !important; }}
#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-6a58ae29-0c77-4fdc-8752-e39900e8801c {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6a58ae29-0c77-4fdc-8752-e39900e8801c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a58ae29-0c77-4fdc-8752-e39900e8801c.shg-box.shg-c {
  justify-content: center;
}

#s-d1176871-1a08-4d95-9fed-018eb5b7ba52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1176871-1a08-4d95-9fed-018eb5b7ba52 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-68f35f2c-1f3f-474a-9f9d-872bfa81aa9d {
  display: none;
}
#s-68f35f2c-1f3f-474a-9f9d-872bfa81aa9d, #wrap-s-68f35f2c-1f3f-474a-9f9d-872bfa81aa9d { display: none !important; }}
#s-59a5b56d-3207-4fce-ad04-95acfe43a87a {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-59a5b56d-3207-4fce-ad04-95acfe43a87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a5b56d-3207-4fce-ad04-95acfe43a87a.shg-box.shg-c {
  justify-content: center;
}

#s-a37e18c1-1f11-4604-be5f-d9da4608ef41 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 {
  text-align: left;
}



.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c {
  display: none;
}
#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c, #wrap-s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c { display: none !important; }}
#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-e8262b6f-1daa-49db-8a6c-f46e890d837b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8262b6f-1daa-49db-8a6c-f46e890d837b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8262b6f-1daa-49db-8a6c-f46e890d837b.shg-box.shg-c {
  justify-content: center;
}

#s-88b7f0d5-34dc-4a08-b433-6e3b08c9c0b2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 {
  text-align: left;
}



.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 {
  display: none;
}
#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1, #wrap-s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 { display: none !important; }}
#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e.shg-box.shg-c {
  justify-content: center;
}

#s-fff5bf8d-a6c7-43fe-b135-c8d2089349b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fff5bf8d-a6c7-43fe-b135-c8d2089349b1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-380f4d58-babe-48da-bfce-a3a374a654cc {
  display: none;
}
#s-380f4d58-babe-48da-bfce-a3a374a654cc, #wrap-s-380f4d58-babe-48da-bfce-a3a374a654cc { display: none !important; }}
#s-20afcab8-0456-4d7e-975c-e65f7851f0cc {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-20afcab8-0456-4d7e-975c-e65f7851f0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20afcab8-0456-4d7e-975c-e65f7851f0cc.shg-box.shg-c {
  justify-content: center;
}

#s-39a54e10-597e-4e91-b7b1-e4e7c5ee9982 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 {
  text-align: left;
}



.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 {
  display: none;
}
#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7, #wrap-s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 { display: none !important; }}
#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a.shg-box.shg-c {
  justify-content: center;
}

#s-b216dd97-b11c-4914-9573-41f55272eabd {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-af493ad4-b988-4129-bd53-b818bca2cd4c {
  text-align: left;
}



.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 {
  display: none;
}
#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5, #wrap-s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 { display: none !important; }}
#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-04491cda-3e5b-45ac-b36b-7ac00a932875 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-04491cda-3e5b-45ac-b36b-7ac00a932875 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-ea981b8e-629b-4684-bb41-ac27c78caa05 {
  display: none;
}
#s-ea981b8e-629b-4684-bb41-ac27c78caa05, #wrap-s-ea981b8e-629b-4684-bb41-ac27c78caa05 { display: none !important; }}
#s-ea981b8e-629b-4684-bb41-ac27c78caa05 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6afe8910-d24b-4538-8ebc-4931c491ce62 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6afe8910-d24b-4538-8ebc-4931c491ce62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6afe8910-d24b-4538-8ebc-4931c491ce62.shg-box.shg-c {
  justify-content: center;
}

#s-ba35b2d5-cc6e-4614-9982-dcc68ed4ed85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba35b2d5-cc6e-4614-9982-dcc68ed4ed85 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-5c8b7c92-e223-4759-a4a4-884f4e98a4de {
  display: none;
}
#s-5c8b7c92-e223-4759-a4a4-884f4e98a4de, #wrap-s-5c8b7c92-e223-4759-a4a4-884f4e98a4de { display: none !important; }}
#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4.shg-box.shg-c {
  justify-content: center;
}

#s-e37cf186-2d99-4d09-b783-5453fbd73320 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 {
  text-align: left;
}



.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc81636e-55fb-40bc-ba47-f474857a5c77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bc81636e-55fb-40bc-ba47-f474857a5c77 {
  display: none;
}
#s-bc81636e-55fb-40bc-ba47-f474857a5c77, #wrap-s-bc81636e-55fb-40bc-ba47-f474857a5c77 { display: none !important; }}
#s-bc81636e-55fb-40bc-ba47-f474857a5c77 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-2f8fba94-4234-4a41-8110-b548587aa57c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f8fba94-4234-4a41-8110-b548587aa57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f8fba94-4234-4a41-8110-b548587aa57c.shg-box.shg-c {
  justify-content: center;
}

#s-11aaa802-838b-4d41-a7d9-9e4bbc7250ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11aaa802-838b-4d41-a7d9-9e4bbc7250ca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-321976a7-15df-4d59-9822-475b228e67ec {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-50ee2457-8ab6-40a6-9e2b-8b821a5b1e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-50ee2457-8ab6-40a6-9e2b-8b821a5b1e69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-f34aef92-2762-4688-a84c-5143faa3a963 {
  display: none;
}
#s-f34aef92-2762-4688-a84c-5143faa3a963, #wrap-s-f34aef92-2762-4688-a84c-5143faa3a963 { display: none !important; }}
#s-f34aef92-2762-4688-a84c-5143faa3a963 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-3f8c0cf6-db98-4971-9cf5-e74ec490f361 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c4da8074-a23c-434b-851a-c4fbbffe3d15 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c4da8074-a23c-434b-851a-c4fbbffe3d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4da8074-a23c-434b-851a-c4fbbffe3d15.shg-box.shg-c {
  justify-content: center;
}

#s-15955e15-ab94-4a35-b8b2-9b0178091709 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15955e15-ab94-4a35-b8b2-9b0178091709 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-cc1c2b5e-b3ec-4378-8d6c-d8ea56f36eb9 {
  display: none;
}
#s-cc1c2b5e-b3ec-4378-8d6c-d8ea56f36eb9, #wrap-s-cc1c2b5e-b3ec-4378-8d6c-d8ea56f36eb9 { display: none !important; }}
#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83.shg-box.shg-c {
  justify-content: center;
}

#s-4ec1fcd6-d484-4969-a3e9-64ca45b42687 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 {
  text-align: left;
}



.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 {
  display: none;
}
#s-102d4d42-93fe-4975-aac3-e97ca6beeb11, #wrap-s-102d4d42-93fe-4975-aac3-e97ca6beeb11 { display: none !important; }}
#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-c9edc78e-e8d0-499e-8338-607c61408c13 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c9edc78e-e8d0-499e-8338-607c61408c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9edc78e-e8d0-499e-8338-607c61408c13.shg-box.shg-c {
  justify-content: center;
}

#s-727ee1e6-20f3-489b-bf0b-4e9356c191cd {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 {
  text-align: left;
}



.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a {
  display: none;
}
#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a, #wrap-s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a { display: none !important; }}
#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-25c0367c-3051-4082-9d27-df6b0d6b21db {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-25c0367c-3051-4082-9d27-df6b0d6b21db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25c0367c-3051-4082-9d27-df6b0d6b21db.shg-box.shg-c {
  justify-content: center;
}

#s-566cbce6-6912-40f7-a708-be25605a47b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-566cbce6-6912-40f7-a708-be25605a47b2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-0b9ce595-da84-49a2-9a36-1d8d4c99adee {
  display: none;
}
#s-0b9ce595-da84-49a2-9a36-1d8d4c99adee, #wrap-s-0b9ce595-da84-49a2-9a36-1d8d4c99adee { display: none !important; }}
#s-93a09a23-7dec-42d8-8064-feb07191d4ea {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-93a09a23-7dec-42d8-8064-feb07191d4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93a09a23-7dec-42d8-8064-feb07191d4ea.shg-box.shg-c {
  justify-content: center;
}

#s-7bcfcb7b-b617-4c19-b810-b8a01c19d3f2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f3cb90f9-f74b-46b4-926a-875acc484c93 {
  text-align: left;
}



.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e537090-6318-4854-b227-1da22e72e440 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0e537090-6318-4854-b227-1da22e72e440 {
  display: none;
}
#s-0e537090-6318-4854-b227-1da22e72e440, #wrap-s-0e537090-6318-4854-b227-1da22e72e440 { display: none !important; }}
#s-0e537090-6318-4854-b227-1da22e72e440 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-3719bed2-08c2-4ed4-92b5-7b5234e55589 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3719bed2-08c2-4ed4-92b5-7b5234e55589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3719bed2-08c2-4ed4-92b5-7b5234e55589.shg-box.shg-c {
  justify-content: center;
}

#s-52c06c07-fbb9-480d-9416-de97091b8608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52c06c07-fbb9-480d-9416-de97091b8608 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-39416968-a195-46d9-b8e0-32e56350c0a2 {
  display: none;
}
#s-39416968-a195-46d9-b8e0-32e56350c0a2, #wrap-s-39416968-a195-46d9-b8e0-32e56350c0a2 { display: none !important; }}
#s-4af8dfff-37d5-4678-9937-704116ac8152 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-4af8dfff-37d5-4678-9937-704116ac8152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4af8dfff-37d5-4678-9937-704116ac8152.shg-box.shg-c {
  justify-content: center;
}

#s-25a10f78-15fb-43d3-84aa-156d3e1dc803 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d446d7b1-5197-4e7d-b003-3f2175509451 {
  text-align: left;
}



.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 {
  display: none;
}
#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796, #wrap-s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 { display: none !important; }}
#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5.shg-box.shg-c {
  justify-content: center;
}

#s-9c31bdf8-08a1-41d9-9fe2-bd9daa020e03 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 {
  text-align: left;
}



.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0469377d-2757-45bc-869f-9bd7043f6abf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0469377d-2757-45bc-869f-9bd7043f6abf {
  display: none;
}
#s-0469377d-2757-45bc-869f-9bd7043f6abf, #wrap-s-0469377d-2757-45bc-869f-9bd7043f6abf { display: none !important; }}
#s-0469377d-2757-45bc-869f-9bd7043f6abf .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-389b5858-e90f-453b-a737-78875a1279f9 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-389b5858-e90f-453b-a737-78875a1279f9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-18d41459-6d5b-47ec-878e-74dbd390dd51 {
  display: none;
}
#s-18d41459-6d5b-47ec-878e-74dbd390dd51, #wrap-s-18d41459-6d5b-47ec-878e-74dbd390dd51 { display: none !important; }}
#s-18d41459-6d5b-47ec-878e-74dbd390dd51 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82.shg-box.shg-c {
  justify-content: center;
}

#s-a2fe59ce-8f08-44af-b109-24697253008f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2fe59ce-8f08-44af-b109-24697253008f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-25cf4ace-1e83-4d8c-b8b2-b5295f58b377 {
  display: none;
}
#s-25cf4ace-1e83-4d8c-b8b2-b5295f58b377, #wrap-s-25cf4ace-1e83-4d8c-b8b2-b5295f58b377 { display: none !important; }}
#s-46c8271e-017a-4934-b582-aa040ed215ef {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-46c8271e-017a-4934-b582-aa040ed215ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46c8271e-017a-4934-b582-aa040ed215ef.shg-box.shg-c {
  justify-content: center;
}

#s-03ff17da-bdf0-47bc-b44c-26b2f92a7e03 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 {
  text-align: left;
}



.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 {
  display: none;
}
#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4, #wrap-s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 { display: none !important; }}
#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-59bf31d3-f664-49af-a687-98c6ff1b189b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-59bf31d3-f664-49af-a687-98c6ff1b189b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59bf31d3-f664-49af-a687-98c6ff1b189b.shg-box.shg-c {
  justify-content: center;
}

#s-94d36483-b05c-4ba3-b8ad-e9cd15829a57 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9302b959-1355-4a0b-b0b5-05a92e362639 {
  text-align: left;
}



.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12012677-2ad2-4687-9082-4f858412b133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-12012677-2ad2-4687-9082-4f858412b133 {
  display: none;
}
#s-12012677-2ad2-4687-9082-4f858412b133, #wrap-s-12012677-2ad2-4687-9082-4f858412b133 { display: none !important; }}
#s-12012677-2ad2-4687-9082-4f858412b133 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-ea612581-8ea8-4cf3-809d-c81af0f35497 {
  background-size: cover;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: left center;
}








#s-ea612581-8ea8-4cf3-809d-c81af0f35497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea612581-8ea8-4cf3-809d-c81af0f35497.shg-box.shg-c {
  justify-content: center;
}

#s-44fb8540-22ab-46a9-b00a-c79f6adf84e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44fb8540-22ab-46a9-b00a-c79f6adf84e2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4f97032f-9b69-42c5-86b7-b926e9547629 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cbb6194b-5ca4-4d4b-b0f0-09aad507ad5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-cbb6194b-5ca4-4d4b-b0f0-09aad507ad5a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-e84842df-f12f-4ff9-85e7-883317a01401 {
  display: none;
}
#s-e84842df-f12f-4ff9-85e7-883317a01401, #wrap-s-e84842df-f12f-4ff9-85e7-883317a01401 { display: none !important; }}
#s-e84842df-f12f-4ff9-85e7-883317a01401 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-079bbd21-bdcc-4534-a70a-66f249bc697a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-72be8623-ff6e-494e-9530-d996126a24bb {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-72be8623-ff6e-494e-9530-d996126a24bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72be8623-ff6e-494e-9530-d996126a24bb.shg-box.shg-c {
  justify-content: center;
}

#s-3a7fd944-2ce6-4fc3-82a5-55faea2f6071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a7fd944-2ce6-4fc3-82a5-55faea2f6071 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-f7fe0ad8-df25-4c8d-b4e1-f882ddf1728e {
  display: none;
}
#s-f7fe0ad8-df25-4c8d-b4e1-f882ddf1728e, #wrap-s-f7fe0ad8-df25-4c8d-b4e1-f882ddf1728e { display: none !important; }}
#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c.shg-box.shg-c {
  justify-content: center;
}

#s-adbe0acd-0f78-4219-bdd5-275d74eb328f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-11105202-6e3a-45c0-8a31-af235e8ace4c {
  text-align: left;
}



.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d41abeb3-13eb-4697-b39a-386bf928d676 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d41abeb3-13eb-4697-b39a-386bf928d676 {
  display: none;
}
#s-d41abeb3-13eb-4697-b39a-386bf928d676, #wrap-s-d41abeb3-13eb-4697-b39a-386bf928d676 { display: none !important; }}
#s-d41abeb3-13eb-4697-b39a-386bf928d676 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-05b391e6-5053-40d1-9d6d-c8f965c046f3 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-05b391e6-5053-40d1-9d6d-c8f965c046f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05b391e6-5053-40d1-9d6d-c8f965c046f3.shg-box.shg-c {
  justify-content: center;
}

#s-c03bd0f0-d14f-4070-994a-1b94ce549863 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-2513534e-318d-4da6-915b-a3985c77613e {
  text-align: left;
}



.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d {
  display: none;
}
#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d, #wrap-s-83eb94c8-7d86-4a9f-9244-19caad2ad11d { display: none !important; }}
#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-db25b29c-1af9-4315-b504-74fe196fada5 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-db25b29c-1af9-4315-b504-74fe196fada5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db25b29c-1af9-4315-b504-74fe196fada5.shg-box.shg-c {
  justify-content: center;
}

#s-c2d64607-24f9-4aec-baef-7d7e68d52577 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2d64607-24f9-4aec-baef-7d7e68d52577 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-15a9ff01-aa01-4e6e-a78d-71d9c6957c5e {
  display: none;
}
#s-15a9ff01-aa01-4e6e-a78d-71d9c6957c5e, #wrap-s-15a9ff01-aa01-4e6e-a78d-71d9c6957c5e { display: none !important; }}
#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1.shg-box.shg-c {
  justify-content: center;
}

#s-fcebb6b5-63ab-469f-b6f2-2686eaec90a3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-52196159-c7b1-45a5-b530-fe2d58c10428 {
  text-align: left;
}



.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c43bef29-4608-4d4f-a321-0179900d0f35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c43bef29-4608-4d4f-a321-0179900d0f35 {
  display: none;
}
#s-c43bef29-4608-4d4f-a321-0179900d0f35, #wrap-s-c43bef29-4608-4d4f-a321-0179900d0f35 { display: none !important; }}
#s-c43bef29-4608-4d4f-a321-0179900d0f35 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-bc081229-0160-4d4d-bb12-1171ad9a37ff {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc081229-0160-4d4d-bb12-1171ad9a37ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc081229-0160-4d4d-bb12-1171ad9a37ff.shg-box.shg-c {
  justify-content: center;
}

#s-e39984dd-565b-4372-b2b0-9cdc66dd08be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e39984dd-565b-4372-b2b0-9cdc66dd08be .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-c91e22d6-abca-4798-8173-52b811c1dfaa {
  display: none;
}
#s-c91e22d6-abca-4798-8173-52b811c1dfaa, #wrap-s-c91e22d6-abca-4798-8173-52b811c1dfaa { display: none !important; }}
#s-c88a77e0-729a-4a21-be27-11199d92b1b1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c88a77e0-729a-4a21-be27-11199d92b1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c88a77e0-729a-4a21-be27-11199d92b1b1.shg-box.shg-c {
  justify-content: center;
}

#s-d24c0f7d-438f-4dd1-a29d-1e8902308c1a {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9c133942-23e5-4c4c-9797-e06782770b2f {
  text-align: left;
}



.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 {
  display: none;
}
#s-84ef547e-8cbf-4719-92af-f5b9c3decda7, #wrap-s-84ef547e-8cbf-4719-92af-f5b9c3decda7 { display: none !important; }}
#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd.shg-box.shg-c {
  justify-content: center;
}

#s-a8f265e9-3f5c-4346-8a6a-78f18be99dd7 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 {
  text-align: left;
}



.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83de308c-be25-41d7-b394-9ccc1555967e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-83de308c-be25-41d7-b394-9ccc1555967e {
  display: none;
}
#s-83de308c-be25-41d7-b394-9ccc1555967e, #wrap-s-83de308c-be25-41d7-b394-9ccc1555967e { display: none !important; }}
#s-83de308c-be25-41d7-b394-9ccc1555967e .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-ca3d7250-8d62-4749-868d-3eaa5ebd3406 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-ca3d7250-8d62-4749-868d-3eaa5ebd3406 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-a15aaf35-669d-4366-a944-8bbc6ce1331f {
  display: none;
}
#s-a15aaf35-669d-4366-a944-8bbc6ce1331f, #wrap-s-a15aaf35-669d-4366-a944-8bbc6ce1331f { display: none !important; }}
#s-a15aaf35-669d-4366-a944-8bbc6ce1331f hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}








#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d.shg-box.shg-c {
  justify-content: center;
}

#s-9249a00d-d833-433e-b9a4-3ee34d2a436f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9249a00d-d833-433e-b9a4-3ee34d2a436f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-808d085a-c05e-4054-b1a0-039ad7fc0349 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-808d085a-c05e-4054-b1a0-039ad7fc0349 {
  display: none;
}
#s-808d085a-c05e-4054-b1a0-039ad7fc0349, #wrap-s-808d085a-c05e-4054-b1a0-039ad7fc0349 { display: none !important; }}
#s-1e645dad-a9bd-425b-835b-81a7b703019e {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e645dad-a9bd-425b-835b-81a7b703019e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e645dad-a9bd-425b-835b-81a7b703019e.shg-box.shg-c {
  justify-content: center;
}

#s-0403871c-f717-4773-addc-1a7bb3086569 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-302f57df-b235-4b12-9213-88926ac3734f {
  text-align: left;
}



.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-907cc07f-ca6d-4229-9a13-2808cd5f5dd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-907cc07f-ca6d-4229-9a13-2808cd5f5dd6 .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-599981a4-4d04-4aa7-9add-1c872b2bbffe {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-599981a4-4d04-4aa7-9add-1c872b2bbffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-599981a4-4d04-4aa7-9add-1c872b2bbffe.shg-box.shg-c {
  justify-content: center;
}

#s-01a66ae6-b265-40b8-9cb1-22a79cd515bf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 {
  text-align: left;
}



.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24495054-726b-4669-b993-eb03510bf69e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24495054-726b-4669-b993-eb03510bf69e .shg-product-title-component h1 {
  color: #000;
  
  
  
  font-size: 12px;
  
  
  
}

#s-dd01bb24-4332-47d6-a9bb-963acefb7776 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8d404a1a-f20f-4411-81fa-d762ea8e6c53 {
  min-height: 50px;
}








#s-8d404a1a-f20f-4411-81fa-d762ea8e6c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d404a1a-f20f-4411-81fa-d762ea8e6c53.shg-box.shg-c {
  justify-content: center;
}

#s-5e6873eb-28cc-45e4-9634-266bd01435e5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-5e6873eb-28cc-45e4-9634-266bd01435e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e6873eb-28cc-45e4-9634-266bd01435e5.shg-box.shg-c {
  justify-content: center;
}

#s-357c0303-c0b3-40ea-9740-62f5ff5b3d2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-357c0303-c0b3-40ea-9740-62f5ff5b3d2c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-90328378-90a7-4430-8180-88f03a5a7d03 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 {
  display: none;
}
#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6, #wrap-s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 { display: none !important; }}@media (max-width: 767px){#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 {
  display: none;
}
#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6, #wrap-s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 { display: none !important; }}
#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 1);
  padding: 10px;
  text-align: center;
  
  font-size: 17px;
  
  color: rgba(255, 255, 255, 1);
  
  
  
}

#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 td.shogun-table-column, #s-dcfe78fa-a6bd-423c-94d0-89a4f36f0df6 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0831031f-0446-4a1c-8028-e8af562f0236 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-7c25ecf1-063f-49fb-91d0-8663fa1d7303 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-4b32ede7-154d-4985-ad63-0c3da93bfa97 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-8051b239-16d0-4e07-bd09-c7bd25b32715 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-04d0cfe5-da35-431b-b7d5-92add7eb0820 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-427cf190-e2e4-44ad-95ab-3c57e9d9959e {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-bff43573-7155-4cb1-b85a-6dd012b1231d {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-c975b53a-4649-42fe-b9d9-a6c35f06ce76 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-0472f2a2-6199-4f61-a455-e5d08a4499ad {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-ee154a96-3ad1-4802-b51d-41aeec00447e {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-5d96b123-5faf-4ef5-b619-bf68e96867aa {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
}

#s-b6369139-afec-4a74-9d27-f10661de44b9 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-626cb213-af77-46bb-9b0a-a1bfd78577dc {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-bfc93d1f-167e-410d-a716-6d5ebab98ac1 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-064ed8cf-9d76-421a-aa05-bf88b0328155 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-7d36d9d8-cdd3-411f-8730-a7003014efe9 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-f84d4bea-51cf-48a4-b0f2-376fac6b6911 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-42d43708-6283-4585-9d1d-7b821e2d102b {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
}

#s-82405fcf-5d0c-4ca8-86e0-aa239c2deb36 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-7bb914fc-4574-4e5e-8232-ed11712c2651 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
}

#s-f5846f36-0675-4e56-a456-1fb633281d63 {
  margin-left: auto;
margin-right: auto;
}

#s-e920b584-5444-4e3d-9ab3-2abbe538d2be {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
}

#s-7d707905-33fc-4479-883c-ee498a6def5c {
  margin-left: auto;
margin-right: auto;
}

#s-fb8e29a7-db6f-49cd-8a04-d68f729c35a1 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
}

#s-9c28e045-2d77-4d86-831f-de16ef2a6353 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-d555d539-83ae-4d77-a016-eb7e8005bca2 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-94da8ebb-d21d-497f-975b-886209dabe54 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
}

#s-4fb500c8-ef87-4763-811b-48e49757313c {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
}

#s-a605da03-6bf5-4746-9600-b6d18812f000 {
  margin-left: auto;
margin-right: auto;
}

#s-e7402f7a-374d-4b07-9640-3fb5be5de7da {
  margin-left: auto;
margin-right: auto;
}

#s-a5b41165-23b6-4af0-8120-073399d00399 {
  margin-left: auto;
margin-right: auto;
}

#s-7666daea-c0f6-4bc8-8b3b-7ae8688a5995 {
  margin-left: auto;
margin-right: auto;
}

#s-29924025-2091-4c86-947d-8c137b601923 {
  margin-left: auto;
margin-right: auto;
}

#s-9aeed2a6-665c-4afa-a260-1e26b23779a5 {
  margin-left: auto;
margin-right: auto;
}

#s-ba78fba1-879c-4b05-970b-cf89ab3e9d39 {
  margin-left: auto;
margin-right: auto;
}

#s-af1d5bd4-8396-4c97-aa25-959c45533840 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-99027a06-4aa6-44cf-85e7-20569146f279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99027a06-4aa6-44cf-85e7-20569146f279 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-8efa3cb2-f502-432e-995b-136114c54868 {
  margin-top: 25px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8efa3cb2-f502-432e-995b-136114c54868:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-8efa3cb2-f502-432e-995b-136114c54868:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8efa3cb2-f502-432e-995b-136114c54868-root {
    text-align: center;
  }


#s-8efa3cb2-f502-432e-995b-136114c54868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8efa3cb2-f502-432e-995b-136114c54868-root {
    text-align: center;
  }


#s-8efa3cb2-f502-432e-995b-136114c54868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8efa3cb2-f502-432e-995b-136114c54868-root {
    text-align: center;
  }


#s-8efa3cb2-f502-432e-995b-136114c54868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8efa3cb2-f502-432e-995b-136114c54868-root {
    text-align: center;
  }


#s-8efa3cb2-f502-432e-995b-136114c54868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8efa3cb2-f502-432e-995b-136114c54868-root {
    text-align: center;
  }


#s-8efa3cb2-f502-432e-995b-136114c54868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ebba9b5d-c1cf-494c-8ba8-a01422cd5313 {
  text-align: left;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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