.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-921f8a37-0ad6-4d5a-83ae-16f113cff67d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}

#s-921f8a37-0ad6-4d5a-83ae-16f113cff67d {
  background-image: url(https://i.shgcdn.com/8f2ff323-fa4a-4bc8-aefa-43d0f611adeb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-921f8a37-0ad6-4d5a-83ae-16f113cff67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-921f8a37-0ad6-4d5a-83ae-16f113cff67d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f40e4ada-f088-47c7-884f-2292f77bfc2d {
  min-height: 50px;
}








#s-f40e4ada-f088-47c7-884f-2292f77bfc2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40e4ada-f088-47c7-884f-2292f77bfc2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (min-width: 0px) {
[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-910a1b71-778d-459d-8b1e-2acea63a4012"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-03c7c684-c79d-487a-a5ef-b2ee279c5535 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 2px;
padding-right: 2px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
background-color: rgba(254, 248, 248, 0.8);
}

.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-10e2a7ec-6fc9-402b-b983-2b1d594c4926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10e2a7ec-6fc9-402b-b983-2b1d594c4926 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 1px;
}

.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-6cf7c460-a5cd-4c6a-8b24-639d47020591 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6cf7c460-a5cd-4c6a-8b24-639d47020591 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-0f544139-d6d0-4450-aea7-02609e94da01 {
  min-height: 50px;
}








#s-0f544139-d6d0-4450-aea7-02609e94da01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f544139-d6d0-4450-aea7-02609e94da01.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-41763219-1a1e-47dc-bb8b-043ae157d18e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41763219-1a1e-47dc-bb8b-043ae157d18e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41763219-1a1e-47dc-bb8b-043ae157d18e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41763219-1a1e-47dc-bb8b-043ae157d18e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-0a9304c8-0ccb-4355-89b6-c590467cceb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(198, 169, 58, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0a9304c8-0ccb-4355-89b6-c590467cceb4:hover {background-color: rgba(210, 184, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a9304c8-0ccb-4355-89b6-c590467cceb4:active {background-color: rgba(211, 170, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0a9304c8-0ccb-4355-89b6-c590467cceb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a9304c8-0ccb-4355-89b6-c590467cceb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a9304c8-0ccb-4355-89b6-c590467cceb4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Gabriela;
  display:  block ;
}

#s-0a9304c8-0ccb-4355-89b6-c590467cceb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a9304c8-0ccb-4355-89b6-c590467cceb4.shg-btn.shg-product-atc-success {
    
    font-family: Gabriela;
    
    
    
  }


#s-43bb1cc9-1aab-468b-93f2-91fa2801c58c {
  min-height: 50px;
}








#s-43bb1cc9-1aab-468b-93f2-91fa2801c58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43bb1cc9-1aab-468b-93f2-91fa2801c58c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f57d9331-1753-40e3-b7f6-e2561eb2c821 {
  text-align: center;
}

#s-f57d9331-1753-40e3-b7f6-e2561eb2c821 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Gabriela;
  font-style:  normal ;
}

#s-f57d9331-1753-40e3-b7f6-e2561eb2c821 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gabriela;
  font-style:  normal ;
  font-size: 16px;
}

#s-f57d9331-1753-40e3-b7f6-e2561eb2c821 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2aad122b-d5cd-4a1e-8600-4b98faf06b42 {
  background-color: rgba(8, 8, 8, 1);
}

@media (min-width: 0px) {
[id="s-2aad122b-d5cd-4a1e-8600-4b98faf06b42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aad122b-d5cd-4a1e-8600-4b98faf06b42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2aad122b-d5cd-4a1e-8600-4b98faf06b42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2aad122b-d5cd-4a1e-8600-4b98faf06b42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-10112c57-3905-48eb-be78-82c412aa53a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10112c57-3905-48eb-be78-82c412aa53a3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-09d4a7d6-43d1-4c3b-8844-8cda213f83eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09d4a7d6-43d1-4c3b-8844-8cda213f83eb .shogun-heading-component h3 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-af207974-a48a-4f64-afd2-1ca0c380ee45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af207974-a48a-4f64-afd2-1ca0c380ee45 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

#s-3967cefb-e38e-4c26-b0b6-852f8862b214 {
  padding-left: 3px;
padding-right: 3px;
}

#s-405ea4f9-3591-46da-8f72-518e545bc124 {
  min-height: 50px;
}








#s-405ea4f9-3591-46da-8f72-518e545bc124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405ea4f9-3591-46da-8f72-518e545bc124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99998258-2a06-417f-88d0-2c7003ab9fc7 {
  margin-left: 140px;
margin-right: 140px;
padding-left: 90px;
padding-right: 90px;
min-height: 44px;
}








#s-99998258-2a06-417f-88d0-2c7003ab9fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99998258-2a06-417f-88d0-2c7003ab9fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21348bac-109c-464c-894b-910751393c2b {
  margin-top: 21px;
margin-left: 40px;
margin-bottom: 21px;
margin-right: 40px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-21348bac-109c-464c-894b-910751393c2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21348bac-109c-464c-894b-910751393c2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21348bac-109c-464c-894b-910751393c2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21348bac-109c-464c-894b-910751393c2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-7a64bbb9-9154-4e12-a4bf-7c9a6df938c2 {
  text-align: center;
}







  #s-7a64bbb9-9154-4e12-a4bf-7c9a6df938c2 img.shogun-image {
    

    
    
    
  }


#s-7a64bbb9-9154-4e12-a4bf-7c9a6df938c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a212da2-81d6-4a3e-a702-2759a918a911 {
  text-align: center;
}







  #s-0a212da2-81d6-4a3e-a702-2759a918a911 img.shogun-image {
    

    
    
    
  }


#s-0a212da2-81d6-4a3e-a702-2759a918a911 .shogun-image-content {
  
    align-items: center;
  
}

#s-817f082e-008a-4139-bef2-ed7a2ed16d35 {
  text-align: center;
}







  #s-817f082e-008a-4139-bef2-ed7a2ed16d35 img.shogun-image {
    

    
    
    
  }


#s-817f082e-008a-4139-bef2-ed7a2ed16d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d66727a-b6f0-43df-89c5-912896046cf6 {
  text-align: center;
}







  #s-1d66727a-b6f0-43df-89c5-912896046cf6 img.shogun-image {
    

    
    
    
  }


#s-1d66727a-b6f0-43df-89c5-912896046cf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-29881699-7c5d-4e95-bda9-c253d4332ecd {
  box-shadow:2px 2px 2px 2px ;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: center;
background-color: rgba(220, 217, 217, 0);
}

#s-29881699-7c5d-4e95-bda9-c253d4332ecd .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Alegreya";
  font-style:  italic ;
  font-size: 35px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c47836b9-89b6-4d2e-a143-093275ac5f4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c47836b9-89b6-4d2e-a143-093275ac5f4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c47836b9-89b6-4d2e-a143-093275ac5f4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c47836b9-89b6-4d2e-a143-093275ac5f4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3592932-0c88-4b11-ac6b-fe4072227c91 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 252, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(5, 4, 2, 1);
}

#s-c3592932-0c88-4b11-ac6b-fe4072227c91 .shogun-heading-component h3 {
  color: rgba(253, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d46db9e6-4ab0-4e40-b5e9-753af9fb317d {
  text-align: center;
}







  #s-d46db9e6-4ab0-4e40-b5e9-753af9fb317d img.shogun-image {
    

    
    
    
  }


#s-d46db9e6-4ab0-4e40-b5e9-753af9fb317d .shogun-image-content {
  
    align-items: center;
  
}

#s-b15c3bee-2310-4d91-81f8-60996d891ddc {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 252, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(5, 4, 2, 1);
}

#s-b15c3bee-2310-4d91-81f8-60996d891ddc .shogun-heading-component h3 {
  color: rgba(253, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f2d586ba-f13a-44f8-86e9-2b505ee8e08b {
  padding-left: 3px;
padding-right: 3px;
}

#s-a18d649a-85e0-436f-b869-a15cdec10ade {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 252, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(5, 4, 2, 1);
}

#s-a18d649a-85e0-436f-b869-a15cdec10ade .shogun-heading-component h3 {
  color: rgba(253, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19f348c9-8c9f-4b55-92a3-91cfaedfb546 {
  text-align: center;
}







  #s-19f348c9-8c9f-4b55-92a3-91cfaedfb546 img.shogun-image {
    

    
    
    
  }


#s-19f348c9-8c9f-4b55-92a3-91cfaedfb546 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-3dc4830e-35f8-4088-8713-ad1e0badb770 hr {
  border-top: 2px solid rgba(188, 150, 29, 1);
}

#s-030b7e69-5ae4-4660-9b80-71e54e37d0f5 {
  box-shadow:2px 2px 2px 2px ;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: center;
}

#s-030b7e69-5ae4-4660-9b80-71e54e37d0f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-f2311540-cbd9-4b10-a234-a5d519b41196 {
  min-height: 50px;
}








#s-f2311540-cbd9-4b10-a234-a5d519b41196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2311540-cbd9-4b10-a234-a5d519b41196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-32d560d3-5125-4f48-9cb4-648e79db2826 {
  margin-bottom: 20px;
}

.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-41fd6fd1-25c1-489f-a041-19e12878ff5c {
  text-align: left;
}



.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd6fd1-25c1-489f-a041-19e12878ff5c img.shogun-image {
  width: 100%;
}



}
#s-ccb81ad8-21f1-41e4-882e-2bd10426de6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccb81ad8-21f1-41e4-882e-2bd10426de6e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9f147ce8-05d1-4c5e-85a1-533685e08d1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f147ce8-05d1-4c5e-85a1-533685e08d1a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-538ffab4-5a1d-4698-99f9-82ea51ec8b5d {
  text-align: center;
}

#s-538ffab4-5a1d-4698-99f9-82ea51ec8b5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-538ffab4-5a1d-4698-99f9-82ea51ec8b5d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-538ffab4-5a1d-4698-99f9-82ea51ec8b5d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d152a021-ee16-43c8-a8b0-5be59cf0035d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d152a021-ee16-43c8-a8b0-5be59cf0035d:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d152a021-ee16-43c8-a8b0-5be59cf0035d:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d152a021-ee16-43c8-a8b0-5be59cf0035d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d152a021-ee16-43c8-a8b0-5be59cf0035d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d152a021-ee16-43c8-a8b0-5be59cf0035d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-d152a021-ee16-43c8-a8b0-5be59cf0035d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 {
  text-align: left;
}



.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c33abbe-90a5-43b1-addc-190a3de0c3d8 img.shogun-image {
  width: 100%;
}



}
#s-a7389c6f-cc0c-4e43-98ab-d667921e6a45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7389c6f-cc0c-4e43-98ab-d667921e6a45 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e33ae258-abfe-4ee8-be5b-7f0449ee060b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e33ae258-abfe-4ee8-be5b-7f0449ee060b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d78ab23e-d6a5-4b34-8d9f-a100120082fa {
  text-align: center;
}

#s-d78ab23e-d6a5-4b34-8d9f-a100120082fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-d78ab23e-d6a5-4b34-8d9f-a100120082fa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-d78ab23e-d6a5-4b34-8d9f-a100120082fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-d0435c4e-f4ae-4e50-a598-c6c96d1abfc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 {
  text-align: left;
}



.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a4b756-4a45-4a29-8312-763d2610d9e6 img.shogun-image {
  width: 100%;
}



}
#s-0bcdd787-7040-477e-922a-b96c51f9c474 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bcdd787-7040-477e-922a-b96c51f9c474 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1b2e0fba-9c8f-4bbb-ba4b-686262dba63c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b2e0fba-9c8f-4bbb-ba4b-686262dba63c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fd4ed7ff-766c-40d2-9ac7-d2c72a24b997 {
  text-align: center;
}

#s-fd4ed7ff-766c-40d2-9ac7-d2c72a24b997 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-fd4ed7ff-766c-40d2-9ac7-d2c72a24b997 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-fd4ed7ff-766c-40d2-9ac7-d2c72a24b997 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-b8965f33-b4c6-49d4-ae81-6babaebb1a1d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b302159d-163e-4e07-8895-5786ca3052be {
  text-align: left;
}



.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b302159d-163e-4e07-8895-5786ca3052be img.shogun-image {
  width: 100%;
}



}
#s-3ba3cedb-d197-402b-827d-900e2d90635b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ba3cedb-d197-402b-827d-900e2d90635b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fa5bbaa0-6299-46c1-ab61-8eac4f9d2686 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa5bbaa0-6299-46c1-ab61-8eac4f9d2686 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7138b3b9-a9ef-4ce4-be55-0ae16cf95a11 {
  text-align: center;
}

#s-7138b3b9-a9ef-4ce4-be55-0ae16cf95a11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-7138b3b9-a9ef-4ce4-be55-0ae16cf95a11 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-7138b3b9-a9ef-4ce4-be55-0ae16cf95a11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d561a245-7807-4d05-a1d0-8f1156fe4777 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d561a245-7807-4d05-a1d0-8f1156fe4777:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d561a245-7807-4d05-a1d0-8f1156fe4777:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d561a245-7807-4d05-a1d0-8f1156fe4777 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d561a245-7807-4d05-a1d0-8f1156fe4777.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d561a245-7807-4d05-a1d0-8f1156fe4777.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-d561a245-7807-4d05-a1d0-8f1156fe4777.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb045df1-d7de-4f17-919d-e1086c64f897 {
  text-align: left;
}



.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb045df1-d7de-4f17-919d-e1086c64f897 img.shogun-image {
  width: 100%;
}



}
#s-1e102aa0-9f23-4d68-abf0-1a7165ddf3e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e102aa0-9f23-4d68-abf0-1a7165ddf3e9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e455c807-f991-463d-b37f-6375e9bb2c0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e455c807-f991-463d-b37f-6375e9bb2c0f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-14e8282c-b57e-472e-a3cb-97f9893e612a {
  text-align: center;
}

#s-14e8282c-b57e-472e-a3cb-97f9893e612a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-14e8282c-b57e-472e-a3cb-97f9893e612a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-14e8282c-b57e-472e-a3cb-97f9893e612a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-091571ab-4ba2-4f6b-8d4e-87121c918260 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-091571ab-4ba2-4f6b-8d4e-87121c918260:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-091571ab-4ba2-4f6b-8d4e-87121c918260:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-091571ab-4ba2-4f6b-8d4e-87121c918260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-091571ab-4ba2-4f6b-8d4e-87121c918260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-091571ab-4ba2-4f6b-8d4e-87121c918260.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-091571ab-4ba2-4f6b-8d4e-87121c918260.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a815bf9-3968-40d8-932f-df3b7b77646d {
  text-align: left;
}



.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a815bf9-3968-40d8-932f-df3b7b77646d img.shogun-image {
  width: 100%;
}



}
#s-bccd60e6-3ae2-4728-a2d5-55153514b554 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bccd60e6-3ae2-4728-a2d5-55153514b554 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-cf137db5-ecda-4d7d-ba86-48c6a4891c2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf137db5-ecda-4d7d-ba86-48c6a4891c2f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-67c09523-a183-44da-9b05-1d804e96290a {
  text-align: center;
}

#s-67c09523-a183-44da-9b05-1d804e96290a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-67c09523-a183-44da-9b05-1d804e96290a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-67c09523-a183-44da-9b05-1d804e96290a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44cc1351-924a-48e7-8d06-47e662e949d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-44cc1351-924a-48e7-8d06-47e662e949d6:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44cc1351-924a-48e7-8d06-47e662e949d6:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-44cc1351-924a-48e7-8d06-47e662e949d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44cc1351-924a-48e7-8d06-47e662e949d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44cc1351-924a-48e7-8d06-47e662e949d6.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-44cc1351-924a-48e7-8d06-47e662e949d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b757794d-0993-4e55-8668-3265bd053cb3 {
  text-align: left;
}



.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b757794d-0993-4e55-8668-3265bd053cb3 img.shogun-image {
  width: 100%;
}



}
#s-3bd2899e-634a-4d25-8a12-ef237a51f782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bd2899e-634a-4d25-8a12-ef237a51f782 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e037deff-5ffb-419c-9aba-87ae8b912af6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e037deff-5ffb-419c-9aba-87ae8b912af6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cb14c998-19e8-4f7a-9993-8d8448996da0 {
  text-align: center;
}

#s-cb14c998-19e8-4f7a-9993-8d8448996da0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-cb14c998-19e8-4f7a-9993-8d8448996da0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-cb14c998-19e8-4f7a-9993-8d8448996da0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7e5ceba2-4a5f-417d-a593-3737fc627f79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e5ceba2-4a5f-417d-a593-3737fc627f79:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e5ceba2-4a5f-417d-a593-3737fc627f79:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7e5ceba2-4a5f-417d-a593-3737fc627f79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e5ceba2-4a5f-417d-a593-3737fc627f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e5ceba2-4a5f-417d-a593-3737fc627f79.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-7e5ceba2-4a5f-417d-a593-3737fc627f79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 {
  text-align: left;
}



.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a84d3ac-bd57-4f62-8348-c2b725ac5526 img.shogun-image {
  width: 100%;
}



}
#s-0d123fe8-f75c-49f4-b31d-3c3b4e4daaa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d123fe8-f75c-49f4-b31d-3c3b4e4daaa4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-213b458e-9792-4e01-b05a-5ce996a09b36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-213b458e-9792-4e01-b05a-5ce996a09b36 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Literata";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-504a967a-48e0-496c-a4a9-cf13abf7f68b {
  text-align: center;
}

#s-504a967a-48e0-496c-a4a9-cf13abf7f68b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
}

#s-504a967a-48e0-496c-a4a9-cf13abf7f68b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya;
  font-style:  normal ;
  font-size: 20px;
}

#s-504a967a-48e0-496c-a4a9-cf13abf7f68b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(190, 182, 46, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83:hover {background-color: rgba(204, 202, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83:active {background-color: rgba(209, 200, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-a44fe5a1-6cc9-417d-ba89-f7aad7138d83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 159, 46, 1);
    border: 1px solid rgba(10, 10, 10, 1);
  }
  #s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(7, 7, 7, 1);
  }
#s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(6, 6, 6, 1);
  font-family: Alegreya;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(9, 9, 9, 1);
}

#s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-9c4c46e6-8123-4ff4-ac21-52029f2a01b2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(7, 7, 7, 1);
}

@media (min-width: 0px) {
[id="s-1563dd7b-0f64-46e5-a738-dec85e9bd137"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1563dd7b-0f64-46e5-a738-dec85e9bd137"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1563dd7b-0f64-46e5-a738-dec85e9bd137"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1563dd7b-0f64-46e5-a738-dec85e9bd137"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e07898ab-aae5-47ee-8713-7c7a69416650 {
  text-align: center;
}







  #s-e07898ab-aae5-47ee-8713-7c7a69416650 img.shogun-image {
    

    
    
    
  }


#s-e07898ab-aae5-47ee-8713-7c7a69416650 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2337076-660e-4efd-ba94-f6661bb00cf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2337076-660e-4efd-ba94-f6661bb00cf5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-807e9722-1c82-4f52-ac4f-499e7e66cf45 {
  padding-left: 7px;
padding-right: 7px;
}

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

.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-18229990-a982-45ba-bcae-1fc490fb8ea2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(183, 157, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18229990-a982-45ba-bcae-1fc490fb8ea2:hover {background-color: rgba(196, 173, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18229990-a982-45ba-bcae-1fc490fb8ea2:active {background-color: rgba(184, 165, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-18229990-a982-45ba-bcae-1fc490fb8ea2-root {
    text-align: center;
  }


#s-18229990-a982-45ba-bcae-1fc490fb8ea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18229990-a982-45ba-bcae-1fc490fb8ea2-root {
    text-align: center;
  }


#s-18229990-a982-45ba-bcae-1fc490fb8ea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18229990-a982-45ba-bcae-1fc490fb8ea2-root {
    text-align: center;
  }


#s-18229990-a982-45ba-bcae-1fc490fb8ea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18229990-a982-45ba-bcae-1fc490fb8ea2-root {
    text-align: center;
  }


#s-18229990-a982-45ba-bcae-1fc490fb8ea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18229990-a982-45ba-bcae-1fc490fb8ea2-root {
    text-align: center;
  }


#s-18229990-a982-45ba-bcae-1fc490fb8ea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
