.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-5e6271d4-79e9-48ad-983c-85e9cd3c37cb {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(235, 234, 234, 1);
}








#s-5e6271d4-79e9-48ad-983c-85e9cd3c37cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6271d4-79e9-48ad-983c-85e9cd3c37cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbf9dc76-bc95-40ed-af34-07085b31bdb5 {
  min-height: 50px;
}








#s-bbf9dc76-bc95-40ed-af34-07085b31bdb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf9dc76-bc95-40ed-af34-07085b31bdb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-d9b065c6-91e0-4187-9ca5-5d847482ef21 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-d9b065c6-91e0-4187-9ca5-5d847482ef21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-242d3d69-f214-4899-a3fc-9baa6766ad87 {
  background-color: rgba(235, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-242d3d69-f214-4899-a3fc-9baa6766ad87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-242d3d69-f214-4899-a3fc-9baa6766ad87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-242d3d69-f214-4899-a3fc-9baa6766ad87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-242d3d69-f214-4899-a3fc-9baa6766ad87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a213fdc-4864-454c-9a51-f911cd711fe7 {
  display: none;
}
.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);
}

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

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

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  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-2902c58d-4d0e-4c92-b40f-adbacabbd54f {
  text-align: left;
}



.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2902c58d-4d0e-4c92-b40f-adbacabbd54f img.shogun-image {
  width: 100%;
}



}
#s-672068a0-b0d5-403a-a231-28b6f1510f30 {
  min-height: 50px;
}








#s-672068a0-b0d5-403a-a231-28b6f1510f30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672068a0-b0d5-403a-a231-28b6f1510f30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-daad6ee4-fca5-4132-9977-1ff21d7c6a11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daad6ee4-fca5-4132-9977-1ff21d7c6a11 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b75c6ea2-c86b-40fe-9ec4-29c3df96abc0 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-b75c6ea2-c86b-40fe-9ec4-29c3df96abc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75c6ea2-c86b-40fe-9ec4-29c3df96abc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0ff72c3-3acc-4f7f-9cf9-54a49f728d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ff72c3-3acc-4f7f-9cf9-54a49f728d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ff72c3-3acc-4f7f-9cf9-54a49f728d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ff72c3-3acc-4f7f-9cf9-54a49f728d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ada3036-43d6-4597-8523-dc6759c1dfe8 {
  text-align: center;
}

#s-2ada3036-43d6-4597-8523-dc6759c1dfe8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2ada3036-43d6-4597-8523-dc6759c1dfe8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-2ada3036-43d6-4597-8523-dc6759c1dfe8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-b992d303-e4d9-46f5-b42d-36703963d6d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b992d303-e4d9-46f5-b42d-36703963d6d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b992d303-e4d9-46f5-b42d-36703963d6d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b992d303-e4d9-46f5-b42d-36703963d6d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b992d303-e4d9-46f5-b42d-36703963d6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b992d303-e4d9-46f5-b42d-36703963d6d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b992d303-e4d9-46f5-b42d-36703963d6d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2916a702-f365-4594-bb3b-b1ac160849ac {
  display: none;
}
#s-11b24115-83f0-44b2-9273-0ba616dfce57 {
  text-align: left;
}



.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b24115-83f0-44b2-9273-0ba616dfce57 img.shogun-image {
  width: 100%;
}



}
#s-5dd8eb9a-7e97-47f7-bc09-aa45cb385aaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dd8eb9a-7e97-47f7-bc09-aa45cb385aaf .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fa637e92-ee1f-4951-b45f-ecaf0795f5e0 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-fa637e92-ee1f-4951-b45f-ecaf0795f5e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa637e92-ee1f-4951-b45f-ecaf0795f5e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8e9d8be8-4eed-4721-9f77-8d79de216e82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e9d8be8-4eed-4721-9f77-8d79de216e82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9d8be8-4eed-4721-9f77-8d79de216e82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9d8be8-4eed-4721-9f77-8d79de216e82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bebaf198-7df3-4945-a5b2-1fb87ebb0776 {
  text-align: center;
}

#s-bebaf198-7df3-4945-a5b2-1fb87ebb0776 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bebaf198-7df3-4945-a5b2-1fb87ebb0776 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-bebaf198-7df3-4945-a5b2-1fb87ebb0776 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-17e6dc86-7793-4d3b-8434-522ff2436463 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-17e6dc86-7793-4d3b-8434-522ff2436463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17e6dc86-7793-4d3b-8434-522ff2436463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17e6dc86-7793-4d3b-8434-522ff2436463 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17e6dc86-7793-4d3b-8434-522ff2436463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17e6dc86-7793-4d3b-8434-522ff2436463.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-17e6dc86-7793-4d3b-8434-522ff2436463.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-60d53879-5d2d-4163-b743-d4cdbaaa853c {
  display: none;
}
#s-a4de0394-0a83-407d-ba6c-21bcdc52dfcf {
  display: none;
}
#s-5527ff77-1f4e-425b-9487-a553e00edc40 {
  text-align: left;
}



.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5527ff77-1f4e-425b-9487-a553e00edc40 img.shogun-image {
  width: 100%;
}



}
#s-124bfc3b-cc1f-45be-b3f6-e9af627e0c94 {
  min-height: 50px;
}








#s-124bfc3b-cc1f-45be-b3f6-e9af627e0c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-124bfc3b-cc1f-45be-b3f6-e9af627e0c94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1f182ef-d7d0-474b-b0f4-a5245a157b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1f182ef-d7d0-474b-b0f4-a5245a157b02 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4fba0230-8b6b-4880-85e0-3f00b40520ed {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-4fba0230-8b6b-4880-85e0-3f00b40520ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fba0230-8b6b-4880-85e0-3f00b40520ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bfe15098-ddb9-4937-8383-916308ffeb05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfe15098-ddb9-4937-8383-916308ffeb05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfe15098-ddb9-4937-8383-916308ffeb05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfe15098-ddb9-4937-8383-916308ffeb05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a79eac2-0a97-4708-851c-3476a9fa72d2 {
  text-align: center;
}

#s-9a79eac2-0a97-4708-851c-3476a9fa72d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a79eac2-0a97-4708-851c-3476a9fa72d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9a79eac2-0a97-4708-851c-3476a9fa72d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a881c87c-3b99-47b8-8aff-99a28fe472e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a881c87c-3b99-47b8-8aff-99a28fe472e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a881c87c-3b99-47b8-8aff-99a28fe472e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a881c87c-3b99-47b8-8aff-99a28fe472e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a881c87c-3b99-47b8-8aff-99a28fe472e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a881c87c-3b99-47b8-8aff-99a28fe472e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-a881c87c-3b99-47b8-8aff-99a28fe472e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb24cb48-4ede-485e-84ab-b074763debdf {
  min-height: 50px;
}








#s-bb24cb48-4ede-485e-84ab-b074763debdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb24cb48-4ede-485e-84ab-b074763debdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c109545b-385d-46c5-9dca-d47f906cbc6f {
  display: none;
}
#s-2f61c8e3-66e0-4c5a-93e1-c4a723c5340f {
  display: none;
}
#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c {
  text-align: left;
}



.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c245c-3b7f-43eb-b703-7e97ef2b997c img.shogun-image {
  width: 100%;
}



}
#s-3c060de2-236a-4287-ba48-da88c5369241 {
  min-height: 50px;
}








#s-3c060de2-236a-4287-ba48-da88c5369241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c060de2-236a-4287-ba48-da88c5369241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8328a62c-6092-4b37-aae6-33f3ff050804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8328a62c-6092-4b37-aae6-33f3ff050804 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-231a3a46-36ad-4099-b8e1-e60af8cdcb35 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-231a3a46-36ad-4099-b8e1-e60af8cdcb35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-231a3a46-36ad-4099-b8e1-e60af8cdcb35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7e6dbee4-2db9-46f3-bfe8-ba1b84f3d917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6dbee4-2db9-46f3-bfe8-ba1b84f3d917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6dbee4-2db9-46f3-bfe8-ba1b84f3d917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6dbee4-2db9-46f3-bfe8-ba1b84f3d917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-735fc241-9995-4074-a733-209772cb2f3f {
  text-align: center;
}

#s-735fc241-9995-4074-a733-209772cb2f3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-735fc241-9995-4074-a733-209772cb2f3f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-735fc241-9995-4074-a733-209772cb2f3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-b932c049-fd04-4720-a14b-ceefcbcfbd61 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b932c049-fd04-4720-a14b-ceefcbcfbd61:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b932c049-fd04-4720-a14b-ceefcbcfbd61:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b932c049-fd04-4720-a14b-ceefcbcfbd61 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b932c049-fd04-4720-a14b-ceefcbcfbd61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b932c049-fd04-4720-a14b-ceefcbcfbd61.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b932c049-fd04-4720-a14b-ceefcbcfbd61.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-678d4a50-7e49-4137-949f-ffaf4fdb752d {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-678d4a50-7e49-4137-949f-ffaf4fdb752d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1c45519c-792e-487a-9d28-4d529bb630eb {
  min-height: 50px;
}








#s-1c45519c-792e-487a-9d28-4d529bb630eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c45519c-792e-487a-9d28-4d529bb630eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c847bc5d-e5e0-4e91-84e5-e6c2628ac4ac {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c847bc5d-e5e0-4e91-84e5-e6c2628ac4ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c847bc5d-e5e0-4e91-84e5-e6c2628ac4ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c847bc5d-e5e0-4e91-84e5-e6c2628ac4ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c847bc5d-e5e0-4e91-84e5-e6c2628ac4ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-de395ca0-fe65-4856-8733-821b6d71ff5e {
  display: none;
}
#s-912c3885-efbc-4eba-9a2a-c136bdd272fa {
  text-align: left;
}



.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-912c3885-efbc-4eba-9a2a-c136bdd272fa img.shogun-image {
  width: 100%;
}



}
#s-4780f55f-05fe-4173-ac9d-30695ff2b9b9 {
  min-height: 50px;
}








#s-4780f55f-05fe-4173-ac9d-30695ff2b9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4780f55f-05fe-4173-ac9d-30695ff2b9b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b76f89f6-6792-42b0-b7eb-37541781d2a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b76f89f6-6792-42b0-b7eb-37541781d2a9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-99697433-4de4-4711-9331-8cf80032ff1e {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-99697433-4de4-4711-9331-8cf80032ff1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99697433-4de4-4711-9331-8cf80032ff1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-77c65e7f-9fb3-46b1-b136-5a5c103ba034"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77c65e7f-9fb3-46b1-b136-5a5c103ba034"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77c65e7f-9fb3-46b1-b136-5a5c103ba034"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77c65e7f-9fb3-46b1-b136-5a5c103ba034"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9340f2f2-74ac-47d5-b416-4251271df74f {
  text-align: center;
}

#s-9340f2f2-74ac-47d5-b416-4251271df74f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9340f2f2-74ac-47d5-b416-4251271df74f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9340f2f2-74ac-47d5-b416-4251271df74f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-00c3fe6d-0e00-4b8e-a015-dc11092b2d62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b328c7d4-3210-4be9-ac02-2c4bdb186fad {
  display: none;
}
#s-5625af26-e956-48f6-91b6-7767b9715518 {
  text-align: left;
}



.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5625af26-e956-48f6-91b6-7767b9715518 img.shogun-image {
  width: 100%;
}



}
#s-7e7b17c3-915e-43b8-ab44-e7ee4ee7cb88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e7b17c3-915e-43b8-ab44-e7ee4ee7cb88 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e0b3a28f-4c83-45ff-8802-37e61a839660 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-e0b3a28f-4c83-45ff-8802-37e61a839660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b3a28f-4c83-45ff-8802-37e61a839660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26e9c309-6f29-453e-80dd-2ae37b425cdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e9c309-6f29-453e-80dd-2ae37b425cdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26e9c309-6f29-453e-80dd-2ae37b425cdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e9c309-6f29-453e-80dd-2ae37b425cdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1149d44f-033e-4e31-9150-557a1fd74eb8 {
  text-align: center;
}

#s-1149d44f-033e-4e31-9150-557a1fd74eb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1149d44f-033e-4e31-9150-557a1fd74eb8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-1149d44f-033e-4e31-9150-557a1fd74eb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ca2fc38b-4e1a-48dd-889b-0db5102dd2eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3ac7f3f-599a-40a4-a768-68fe4a533092 {
  display: none;
}
#s-e1a143bd-a3cb-4e2b-bfad-fdb7d031d3bb {
  display: none;
}
#s-91010d90-7bce-452d-aa81-f102cf295215 {
  text-align: left;
}



.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91010d90-7bce-452d-aa81-f102cf295215 img.shogun-image {
  width: 100%;
}



}
#s-64da7530-7aa9-4dd4-af03-de1e0f44f826 {
  min-height: 50px;
}








#s-64da7530-7aa9-4dd4-af03-de1e0f44f826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64da7530-7aa9-4dd4-af03-de1e0f44f826.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-126991c3-0b68-4b04-b6b1-802122d0da56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-126991c3-0b68-4b04-b6b1-802122d0da56 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b725e0ce-a607-4a08-b385-9f6e74fd0616 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-b725e0ce-a607-4a08-b385-9f6e74fd0616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b725e0ce-a607-4a08-b385-9f6e74fd0616.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-89d2cb41-823f-4cf9-a688-e3c07b105e17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89d2cb41-823f-4cf9-a688-e3c07b105e17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89d2cb41-823f-4cf9-a688-e3c07b105e17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89d2cb41-823f-4cf9-a688-e3c07b105e17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-406f1604-4c98-486c-8598-77f6673a7447 {
  text-align: center;
}

#s-406f1604-4c98-486c-8598-77f6673a7447 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-406f1604-4c98-486c-8598-77f6673a7447 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-406f1604-4c98-486c-8598-77f6673a7447 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-2a2eccb4-557c-4743-b43e-38cca9fbb198 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2a2eccb4-557c-4743-b43e-38cca9fbb198:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a2eccb4-557c-4743-b43e-38cca9fbb198:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a2eccb4-557c-4743-b43e-38cca9fbb198 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a2eccb4-557c-4743-b43e-38cca9fbb198.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a2eccb4-557c-4743-b43e-38cca9fbb198.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-2a2eccb4-557c-4743-b43e-38cca9fbb198.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1844b417-ea39-43f1-b616-9244a8fd12b4 {
  min-height: 50px;
}








#s-1844b417-ea39-43f1-b616-9244a8fd12b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1844b417-ea39-43f1-b616-9244a8fd12b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93a29414-bc82-4e0d-a408-ed12434f51db {
  display: none;
}
#s-0db723de-dffc-4747-a4d8-acb7e6a82ec9 {
  display: none;
}
#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 {
  text-align: left;
}



.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d61073b-cc21-4847-b4ac-f191c2cc2b06 img.shogun-image {
  width: 100%;
}



}
#s-d489778a-67e2-4486-8d11-62699bb7ed5e {
  min-height: 50px;
}








#s-d489778a-67e2-4486-8d11-62699bb7ed5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d489778a-67e2-4486-8d11-62699bb7ed5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b8b92d-9308-4e32-b4f7-d7003d462504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5b8b92d-9308-4e32-b4f7-d7003d462504 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-542d2e49-c08f-46ce-8291-694ed430fbe5 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-542d2e49-c08f-46ce-8291-694ed430fbe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-542d2e49-c08f-46ce-8291-694ed430fbe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3fe44ede-d73a-4aba-9e45-7930d888843b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fe44ede-d73a-4aba-9e45-7930d888843b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fe44ede-d73a-4aba-9e45-7930d888843b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fe44ede-d73a-4aba-9e45-7930d888843b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48e0d4d9-0e12-467d-b85f-5b2c8b612764 {
  text-align: center;
}

#s-48e0d4d9-0e12-467d-b85f-5b2c8b612764 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48e0d4d9-0e12-467d-b85f-5b2c8b612764 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-48e0d4d9-0e12-467d-b85f-5b2c8b612764 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-fa641663-b549-4415-906d-0c64932ac21b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(118, 150, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fa641663-b549-4415-906d-0c64932ac21b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa641663-b549-4415-906d-0c64932ac21b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa641663-b549-4415-906d-0c64932ac21b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa641663-b549-4415-906d-0c64932ac21b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa641663-b549-4415-906d-0c64932ac21b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fa641663-b549-4415-906d-0c64932ac21b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed8e394e-1dce-4041-a5c8-cb493ce21e19 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed8e394e-1dce-4041-a5c8-cb493ce21e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8e394e-1dce-4041-a5c8-cb493ce21e19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1398a362-c3a3-4129-9269-e824ec7e6968 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(235, 234, 234, 1);
}

#s-1398a362-c3a3-4129-9269-e824ec7e6968 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-279f81b5-631e-4114-acb8-e4fbdf7c604c {
  background-color: rgba(235, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-279f81b5-631e-4114-acb8-e4fbdf7c604c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-279f81b5-631e-4114-acb8-e4fbdf7c604c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-279f81b5-631e-4114-acb8-e4fbdf7c604c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-279f81b5-631e-4114-acb8-e4fbdf7c604c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9b12afd9-3455-417d-8c2e-4e6934057721 {
  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: #2C2A34;
border-radius: 100px;
text-align: center;
opacity: 1;
}







  #s-9b12afd9-3455-417d-8c2e-4e6934057721 img.shogun-image {
    

    
    
    
  }


#s-9b12afd9-3455-417d-8c2e-4e6934057721 .shogun-image-content {
  
    align-items: center;
  
}

#s-3631c056-c794-4e96-9c82-36d5417860f8 {
  min-height: 0px;
}








#s-3631c056-c794-4e96-9c82-36d5417860f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3631c056-c794-4e96-9c82-36d5417860f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8cb46870-31b4-40b9-a6a5-57e789c7ad9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cb46870-31b4-40b9-a6a5-57e789c7ad9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9c7816a4-2422-48a9-bbca-8a1f9f8c2641 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
text-align: center;
opacity: 1;
}







  #s-9c7816a4-2422-48a9-bbca-8a1f9f8c2641 img.shogun-image {
    

    
    
    
  }


#s-9c7816a4-2422-48a9-bbca-8a1f9f8c2641 .shogun-image-content {
  
    align-items: center;
  
}

#s-6744bd1b-93a6-4269-a4b9-31e7a859c6a2 {
  min-height: 50px;
}








#s-6744bd1b-93a6-4269-a4b9-31e7a859c6a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6744bd1b-93a6-4269-a4b9-31e7a859c6a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fb42e28-1a0f-4d97-88e3-bb458eda40a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fb42e28-1a0f-4d97-88e3-bb458eda40a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0c3c50a4-49f3-45b8-bd86-bec40f487b02 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
text-align: center;
opacity: 1;
}







  #s-0c3c50a4-49f3-45b8-bd86-bec40f487b02 img.shogun-image {
    

    
    
    
  }


#s-0c3c50a4-49f3-45b8-bd86-bec40f487b02 .shogun-image-content {
  
    align-items: center;
  
}

#s-0083aaaa-1214-463d-bba1-564cefc3c853 {
  min-height: 50px;
}








#s-0083aaaa-1214-463d-bba1-564cefc3c853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0083aaaa-1214-463d-bba1-564cefc3c853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c11dd1a-169f-487f-af5a-fb6cff621275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c11dd1a-169f-487f-af5a-fb6cff621275 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-29e329f6-63a5-4a43-b1e7-1c2b329fca87 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
text-align: center;
opacity: 1;
}







  #s-29e329f6-63a5-4a43-b1e7-1c2b329fca87 img.shogun-image {
    

    
    
    
  }


#s-29e329f6-63a5-4a43-b1e7-1c2b329fca87 .shogun-image-content {
  
    align-items: center;
  
}

#s-85ed7792-77af-41c5-9224-593856591a1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85ed7792-77af-41c5-9224-593856591a1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-94be60f3-e6b3-4bcc-a942-1e0175a7f628 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
text-align: center;
opacity: 1;
}







  #s-94be60f3-e6b3-4bcc-a942-1e0175a7f628 img.shogun-image {
    

    
    
    
  }


#s-94be60f3-e6b3-4bcc-a942-1e0175a7f628 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ca57371-bcf1-4336-9904-079f7b554f87 {
  min-height: 50px;
}








#s-9ca57371-bcf1-4336-9904-079f7b554f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca57371-bcf1-4336-9904-079f7b554f87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10cb0f38-8bb3-4c2b-b745-18fe231bc3c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10cb0f38-8bb3-4c2b-b745-18fe231bc3c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-362b48f6-12a2-44f6-b3d2-a7c8fdd2bbbc {
  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: rgba(235, 234, 234, 1);
border-radius: 100px;
text-align: center;
opacity: 1;
}
#s-362b48f6-12a2-44f6-b3d2-a7c8fdd2bbbc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 0.66 !important;}






  #s-362b48f6-12a2-44f6-b3d2-a7c8fdd2bbbc img.shogun-image {
    

    
    
    
  }


#s-362b48f6-12a2-44f6-b3d2-a7c8fdd2bbbc .shogun-image-content {
  
    align-items: center;
  
}

#s-a07bef04-5558-4f16-b105-645562ab9f08 {
  min-height: 50px;
}








#s-a07bef04-5558-4f16-b105-645562ab9f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07bef04-5558-4f16-b105-645562ab9f08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9dd5ad0-c18f-4a3c-9ae3-8a8b13f4e1c1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 234, 234, 1);
border-style: solid;
text-align: center;
}

#s-e9dd5ad0-c18f-4a3c-9ae3-8a8b13f4e1c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c160c600-ad8c-45e3-bec4-98d44e1e91e0 {
  min-height: 50px;
}








#s-c160c600-ad8c-45e3-bec4-98d44e1e91e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c160c600-ad8c-45e3-bec4-98d44e1e91e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cb6b19d-5d89-427c-9e8c-312a89bfa501 {
  min-height: 50px;
background-color: rgba(198, 221, 204, 1);
}








#s-6cb6b19d-5d89-427c-9e8c-312a89bfa501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb6b19d-5d89-427c-9e8c-312a89bfa501.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8050022-917b-49cf-a14a-b249bf3b0d76 {
  min-height: 50px;
}








#s-c8050022-917b-49cf-a14a-b249bf3b0d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8050022-917b-49cf-a14a-b249bf3b0d76.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7075ff1-4d42-4c0b-a525-f142c9291e79 {
  min-height: 44px;
}








#s-e7075ff1-4d42-4c0b-a525-f142c9291e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7075ff1-4d42-4c0b-a525-f142c9291e79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99cb908d-9d97-4e43-87e2-515b436d2814 {
  margin-top: 20px;
margin-bottom: 20px;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-9d01eeb5-770b-4765-93d7-f83abfa236af {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
}

@media (min-width: 768px) {
  [id="s-9d01eeb5-770b-4765-93d7-f83abfa236af"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 5px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 5px) !important;
  }
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}