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

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

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

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

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

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

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

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

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

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

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

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

#s-eac290ee-b0e7-489f-a1cc-46ac1d246801 {
  min-height: 50px;
}








#s-eac290ee-b0e7-489f-a1cc-46ac1d246801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eac290ee-b0e7-489f-a1cc-46ac1d246801.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f337089-7563-441c-8d29-9dafe2aedae6 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f337089-7563-441c-8d29-9dafe2aedae6 {
  display: none;
}
#s-5f337089-7563-441c-8d29-9dafe2aedae6, #wrap-s-5f337089-7563-441c-8d29-9dafe2aedae6, #wrap-content-s-5f337089-7563-441c-8d29-9dafe2aedae6 { display: none !important; }}@media (max-width: 767px){#s-5f337089-7563-441c-8d29-9dafe2aedae6 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-5f337089-7563-441c-8d29-9dafe2aedae6, #wrap-s-5f337089-7563-441c-8d29-9dafe2aedae6, #wrap-content-s-5f337089-7563-441c-8d29-9dafe2aedae6 { display: none !important; }}
#s-5f337089-7563-441c-8d29-9dafe2aedae6 {
  background-image: url(https://i.shgcdn.com/9765dcd9-72b7-4f16-99a1-73b90136ec74/);
}








#s-5f337089-7563-441c-8d29-9dafe2aedae6 > .shg-box-overlay {
  background-color: rgba(150, 88, 30, 1);
  opacity: 0.04;
  display: block;
}#s-5f337089-7563-441c-8d29-9dafe2aedae6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d3db79d-3942-4547-a5bb-d2d06ba8d9d6 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(236, 225, 219, 0.5);
}
@media (max-width: 767px){#s-6d3db79d-3942-4547-a5bb-d2d06ba8d9d6 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-6d3db79d-3942-4547-a5bb-d2d06ba8d9d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d3db79d-3942-4547-a5bb-d2d06ba8d9d6.shg-box.shg-c {
  justify-content: flex-start;
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d {
  display: none;
}
#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d, #wrap-s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d, #wrap-content-s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d { display: none !important; }}@media (max-width: 767px){#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d, #wrap-s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d, #wrap-content-s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d { display: none !important; }}
#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (max-width: 767px){#s-aeb2342e-cd4e-486d-9adf-b0e0d6b8de4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


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

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

#s-5b2baf0a-2bbc-4502-8913-62d226af86f2 {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-5b2baf0a-2bbc-4502-8913-62d226af86f2 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-5b2baf0a-2bbc-4502-8913-62d226af86f2 hr {
  border-top: 1px solid rgba(236, 225, 219, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 .shg-proportional-font-size,
#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 .shg-proportional-font-size,
#s-ab0c3b4c-5d04-4d74-ade0-d1a8e526b308 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 115;
    
    
    font-size: 1.15em;
  
}
}
#s-6bd4a54d-a85d-49a2-9d2a-28978748d326 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}








#s-6bd4a54d-a85d-49a2-9d2a-28978748d326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bd4a54d-a85d-49a2-9d2a-28978748d326.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97e6de97-dfc2-4968-9879-cda542be8978 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(170, 189, 206, 1);
}
@media (max-width: 767px){#s-97e6de97-dfc2-4968-9879-cda542be8978 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-97e6de97-dfc2-4968-9879-cda542be8978 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Sarina";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-74616c0b-2246-49c9-976d-7960e055f192 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-74616c0b-2246-49c9-976d-7960e055f192 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-74616c0b-2246-49c9-976d-7960e055f192 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-74616c0b-2246-49c9-976d-7960e055f192 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


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

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

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

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

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

#s-a50c0525-8fef-4789-bae2-7664a576e060 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-a50c0525-8fef-4789-bae2-7664a576e060 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a50c0525-8fef-4789-bae2-7664a576e060"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a50c0525-8fef-4789-bae2-7664a576e060"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a50c0525-8fef-4789-bae2-7664a576e060"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a50c0525-8fef-4789-bae2-7664a576e060"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 .shg-proportional-font-size,
#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 .shg-proportional-font-size,
#s-47ad6053-01d9-4cab-aef9-79c885c4a8e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 120;
    
    
    font-size: 1.2em;
  
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-07d8b75a-0470-4167-b305-5457166d50a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-07d8b75a-0470-4167-b305-5457166d50a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-07d8b75a-0470-4167-b305-5457166d50a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-07d8b75a-0470-4167-b305-5457166d50a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-07d8b75a-0470-4167-b305-5457166d50a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07d8b75a-0470-4167-b305-5457166d50a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-07d8b75a-0470-4167-b305-5457166d50a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07d8b75a-0470-4167-b305-5457166d50a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-43c3423b-6d75-4e4d-972a-9de50b5fa073 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-43c3423b-6d75-4e4d-972a-9de50b5fa073 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-43c3423b-6d75-4e4d-972a-9de50b5fa073"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43c3423b-6d75-4e4d-972a-9de50b5fa073"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-43c3423b-6d75-4e4d-972a-9de50b5fa073"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-43c3423b-6d75-4e4d-972a-9de50b5fa073"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-09651359-1f81-4832-9d19-b2714748d3f6 {
  margin-left: auto;
margin-right: auto;
}

#s-09651359-1f81-4832-9d19-b2714748d3f6 .shg-proportional-font-size,
#s-09651359-1f81-4832-9d19-b2714748d3f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-09651359-1f81-4832-9d19-b2714748d3f6 .shg-proportional-font-size,
#s-09651359-1f81-4832-9d19-b2714748d3f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 120;
    
    
    font-size: 1.2em;
  
}
}
#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6ef3e4-5acc-4ab5-b74f-110cf4162c13.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-47239fd4-a49f-408e-85fa-453b652304fd {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

#s-47239fd4-a49f-408e-85fa-453b652304fd .shg-proportional-font-size,
#s-47239fd4-a49f-408e-85fa-453b652304fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8bd485c6-34cd-4747-80a4-2a6269bb356a {
  margin-bottom: 50px;
min-height: 50px;
}








#s-8bd485c6-34cd-4747-80a4-2a6269bb356a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bd485c6-34cd-4747-80a4-2a6269bb356a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f53b988e-cd76-47ee-b44c-c75a22a4d11b {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-f53b988e-cd76-47ee-b44c-c75a22a4d11b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-f53b988e-cd76-47ee-b44c-c75a22a4d11b hr {
  border-top: 1px solid rgba(236, 225, 219, 1);
}

#s-e951b6db-f2da-4541-8ed9-6b2770536e5a {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e951b6db-f2da-4541-8ed9-6b2770536e5a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dd29c5b1-db25-45fa-b62e-df11132ef153 {
  
}

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

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

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

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

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

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

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

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

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

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

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

#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  margin-left: 0px;
text-align: center;
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  max-width:  100%;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom,
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  max-width:  100%;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom,
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  max-width:  100%;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom,
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  max-width:  100%;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom,
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 {
  max-width:  100%;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom,
.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74cb3286-f7b3-4db6-b24c-1282183d11e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0f5346db-a205-4284-8a66-82cefc7e163a {
  margin-left: auto;
margin-right: auto;
}








#s-0f5346db-a205-4284-8a66-82cefc7e163a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f5346db-a205-4284-8a66-82cefc7e163a.shg-box.shg-c {
  justify-content: center;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-0ac82aed-299c-4945-bc0a-325ac3f93c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ac82aed-299c-4945-bc0a-325ac3f93c3d .shg-product-title-component h4 span {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 18px;
  
  
  
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 {
  margin-top: 10px;
text-align: center;
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-ce6ddb35-ace3-4558-89e4-ce1089da1a98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-b098f599-589d-44a0-91c7-0d2b81943fbb {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}








#s-b098f599-589d-44a0-91c7-0d2b81943fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b098f599-589d-44a0-91c7-0d2b81943fbb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-298484d2-793d-4b71-9e2a-55efdc08ad7f {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(170, 189, 206, 1);
}
@media (max-width: 767px){#s-298484d2-793d-4b71-9e2a-55efdc08ad7f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-298484d2-793d-4b71-9e2a-55efdc08ad7f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Sarina";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8e4bca17-1107-4032-a56f-247b2a44bde2 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8e4bca17-1107-4032-a56f-247b2a44bde2 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-8e4bca17-1107-4032-a56f-247b2a44bde2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-8e4bca17-1107-4032-a56f-247b2a44bde2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9dd55d0-9e1f-49f5-9507-0d3bfba8163b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-c7e3d3a6-4a59-49b6-86d5-207a44b1a747 {
  margin-left: auto;
margin-right: auto;
}

#s-c7e3d3a6-4a59-49b6-86d5-207a44b1a747 .shg-proportional-font-size,
#s-c7e3d3a6-4a59-49b6-86d5-207a44b1a747 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-c7e3d3a6-4a59-49b6-86d5-207a44b1a747 .shg-proportional-font-size,
#s-c7e3d3a6-4a59-49b6-86d5-207a44b1a747 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 120;
    
    
    font-size: 1.2em;
  
}
}
#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd5f053-4a04-44eb-b73e-9a01ec7cdedb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-09f264b6-c7bc-48df-aede-21d38a0c1b8a {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}
@media (max-width: 767px){#s-09f264b6-c7bc-48df-aede-21d38a0c1b8a {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-09f264b6-c7bc-48df-aede-21d38a0c1b8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09f264b6-c7bc-48df-aede-21d38a0c1b8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-09f264b6-c7bc-48df-aede-21d38a0c1b8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f264b6-c7bc-48df-aede-21d38a0c1b8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-91846f1b-d6be-4b8f-8777-8b7712594741 {
  margin-left: auto;
margin-right: auto;
}

#s-91846f1b-d6be-4b8f-8777-8b7712594741 .shg-proportional-font-size,
#s-91846f1b-d6be-4b8f-8777-8b7712594741 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-91846f1b-d6be-4b8f-8777-8b7712594741 .shg-proportional-font-size,
#s-91846f1b-d6be-4b8f-8777-8b7712594741 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 120;
    
    
    font-size: 1.2em;
  
}
}
#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

      
    max-width: 512px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38477ff1-0b4e-4be4-b6e7-7c14f6ec8201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d8b3ee4e-ba4f-47ac-b33a-ae28dd4f7dd9 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

#s-d8b3ee4e-ba4f-47ac-b33a-ae28dd4f7dd9 .shg-proportional-font-size,
#s-d8b3ee4e-ba4f-47ac-b33a-ae28dd4f7dd9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-83d55d01-e779-410a-96e1-953b406e896c {
  min-height: 50px;
}








#s-83d55d01-e779-410a-96e1-953b406e896c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83d55d01-e779-410a-96e1-953b406e896c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f57f475c-9b25-4760-a3ee-01876bbe81ef {
  margin-bottom: 50px;
min-height: 50px;
}








#s-f57f475c-9b25-4760-a3ee-01876bbe81ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f57f475c-9b25-4760-a3ee-01876bbe81ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e8f39de-dc7d-4b4e-b45d-9fa3efb822db {
  margin-left: 50px;
margin-right: 50px;
}

#s-2e8f39de-dc7d-4b4e-b45d-9fa3efb822db hr {
  border-top: 1px solid rgba(236, 225, 219, 1);
}

#s-a863a218-5a15-4bfe-9bb1-21bd763e560f {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a863a218-5a15-4bfe-9bb1-21bd763e560f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alegreya Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-81ad2e1c-80a1-4069-b871-c2e322266c06 {
  
}

#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  margin-left: 0px;
text-align: center;
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  max-width:  100%;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom,
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  max-width:  100%;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom,
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  max-width:  100%;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom,
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  max-width:  100%;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom,
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 {
  max-width:  100%;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom,
.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4af3e5-9420-4d49-a4f2-440a30cd3b68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ad63900-e3cb-45e1-b978-930ba4ec5c36 {
  margin-left: auto;
margin-right: auto;
}








#s-8ad63900-e3cb-45e1-b978-930ba4ec5c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad63900-e3cb-45e1-b978-930ba4ec5c36.shg-box.shg-c {
  justify-content: center;
}

#s-8450bce7-4f2e-480d-8ea5-4694c8828d7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8450bce7-4f2e-480d-8ea5-4694c8828d7a .shg-product-title-component h4 span {
  color: #000;
  font-weight:  normal ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 18px;
  
  
  
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 {
  margin-top: 10px;
text-align: center;
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Alegreya Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9892ab48-6c3b-4d9e-9c63-d4b074c0f917 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

.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-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(63, 93, 117, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(63, 93, 117, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b:hover {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b:active {border-style: solid !important;
border-color: rgba(63, 93, 117, 1) !important;
background-color: rgba(63, 93, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRlY2UyOTQtNzg2ZC00YTM0LTg5NzItNmFkMzU5N2I1MGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGVjZTI5NC03ODZkLTRhMzQtODk3Mi02YWQzNTk3YjUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b-root {
    text-align: center;
  }


#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b-root {
    text-align: center;
  }


#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b-root {
    text-align: center;
  }


#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b-root {
    text-align: center;
  }


#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b-root {
    text-align: center;
  }


#s-c1709b6c-ccb7-42dd-ad75-8e48d8ad959b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  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;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
