.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-d2f6cf2f-edf2-4732-b014-f0b5c507d072 {
  min-height: 150px;
background-color: rgba(231, 230, 223, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d2f6cf2f-edf2-4732-b014-f0b5c507d072 {
  
}
}@media (max-width: 767px){#s-d2f6cf2f-edf2-4732-b014-f0b5c507d072 {
  display: none;
}
#s-d2f6cf2f-edf2-4732-b014-f0b5c507d072, #wrap-s-d2f6cf2f-edf2-4732-b014-f0b5c507d072, #wrap-content-s-d2f6cf2f-edf2-4732-b014-f0b5c507d072 { display: none !important; }}







#s-d2f6cf2f-edf2-4732-b014-f0b5c507d072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2f6cf2f-edf2-4732-b014-f0b5c507d072.shg-box.shg-c {
  justify-content: center;
}

.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-b4aac0dd-6557-4e3d-bf85-6e1f2fb1c723 {
  margin-top: 14px;
}

#s-74e999dc-fa98-45e9-912f-e48b910be2e0 {
  margin-top: -10px;
margin-left: 10%;
margin-right: 10%;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-74e999dc-fa98-45e9-912f-e48b910be2e0 {
  
}
}@media (max-width: 767px){#s-74e999dc-fa98-45e9-912f-e48b910be2e0 {
  
}
}
#s-3c30467b-1992-4499-94a8-d8601b659760 {
  min-height: 175px;
background-color: rgba(231, 230, 223, 1);
}
@media (min-width: 1200px){#s-3c30467b-1992-4499-94a8-d8601b659760 {
  display: none;
}
#s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-content-s-3c30467b-1992-4499-94a8-d8601b659760 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c30467b-1992-4499-94a8-d8601b659760 {
  display: none;
}
#s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-content-s-3c30467b-1992-4499-94a8-d8601b659760 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c30467b-1992-4499-94a8-d8601b659760 {
  display: none;
}
#s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-s-3c30467b-1992-4499-94a8-d8601b659760, #wrap-content-s-3c30467b-1992-4499-94a8-d8601b659760 { display: none !important; }}@media (max-width: 767px){#s-3c30467b-1992-4499-94a8-d8601b659760 {
  
}
}







#s-3c30467b-1992-4499-94a8-d8601b659760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c30467b-1992-4499-94a8-d8601b659760.shg-box.shg-c {
  justify-content: center;
}

#s-a5084c69-0ca0-4f28-8bde-9b3f39e7aff7 {
  margin-top: 14px;
padding-left: 10%;
padding-right: 10%;
}

#s-f2925985-f423-40d5-93b4-1451b6801cc2 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2925985-f423-40d5-93b4-1451b6801cc2 {
  
}
}@media (max-width: 767px){#s-f2925985-f423-40d5-93b4-1451b6801cc2 {
  margin-top: -15px;
}
}
#s-39d456a9-a385-49ec-9b1a-fc0860075645 {
  min-height: 50px;
}
@media (max-width: 767px){#s-39d456a9-a385-49ec-9b1a-fc0860075645 {
  
}
}







#s-39d456a9-a385-49ec-9b1a-fc0860075645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39d456a9-a385-49ec-9b1a-fc0860075645.shg-box.shg-c {
  justify-content: center;
}

#s-0729b2a4-413f-446f-b723-0607871b9507 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0729b2a4-413f-446f-b723-0607871b9507 {
  
}
}







#s-0729b2a4-413f-446f-b723-0607871b9507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0729b2a4-413f-446f-b723-0607871b9507.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-a1a14f05-0c49-44b5-881b-a9ff9e0acf6d {
  margin-top: -40px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-a1a14f05-0c49-44b5-881b-a9ff9e0acf6d hr {
  border-top: 2px solid rgba(107, 104, 104, 1);
}

#s-5171a469-1dc7-4a35-87d5-d3a846b032f9 {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

@media (min-width: 0px) {
[id="s-6ef703a2-ab73-4dcc-bcc0-caf441fabe3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ef703a2-ab73-4dcc-bcc0-caf441fabe3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ef703a2-ab73-4dcc-bcc0-caf441fabe3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ef703a2-ab73-4dcc-bcc0-caf441fabe3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 {
  text-align: left;
}



.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd4f7ed-001c-48e1-ba66-092e38de2925 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-792d8265-ab56-47b2-bb4b-6316af189af8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-792d8265-ab56-47b2-bb4b-6316af189af8 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  
  
  
  text-align: left;
}

#s-1d6f4897-131b-4f56-a7b9-cba92c213a86 {
  text-align: left;
}

#s-1d6f4897-131b-4f56-a7b9-cba92c213a86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1d6f4897-131b-4f56-a7b9-cba92c213a86 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1d6f4897-131b-4f56-a7b9-cba92c213a86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-661448e6-3660-4bf3-b193-49514ee9822d {
  text-align: left;
}



.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661448e6-3660-4bf3-b193-49514ee9822d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-807128cb-bbb7-4242-9c55-e1fb39d64973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-807128cb-bbb7-4242-9c55-e1fb39d64973 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-e9fa2003-3361-47cf-8f8d-987c167a861d {
  text-align: left;
}

#s-e9fa2003-3361-47cf-8f8d-987c167a861d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e9fa2003-3361-47cf-8f8d-987c167a861d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e9fa2003-3361-47cf-8f8d-987c167a861d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c {
  text-align: left;
}
@media (max-width: 767px){#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c {
  margin-top: 15px;
}
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7049ca04-1b52-4dbc-be49-15ca2eeadc1c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ce5babf-fad8-438d-a602-fe44b07cd46e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ce5babf-fad8-438d-a602-fe44b07cd46e .shg-product-title-component h3 span {
  color: #000;
  
  
  
  
  
  
  text-align: left;
}

#s-d250b1bd-8caa-473a-8903-2a60e8ddaa43 {
  text-align: left;
}

#s-d250b1bd-8caa-473a-8903-2a60e8ddaa43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d250b1bd-8caa-473a-8903-2a60e8ddaa43 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d250b1bd-8caa-473a-8903-2a60e8ddaa43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09536144-e9e6-407e-a2a8-b8af901add84 {
  min-height: 50px;
}








#s-09536144-e9e6-407e-a2a8-b8af901add84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09536144-e9e6-407e-a2a8-b8af901add84.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-b55b7ca5-d41d-42f3-a80f-502838706010 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-b55b7ca5-d41d-42f3-a80f-502838706010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b55b7ca5-d41d-42f3-a80f-502838706010:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b55b7ca5-d41d-42f3-a80f-502838706010-root {
    text-align: center;
  }


#s-b55b7ca5-d41d-42f3-a80f-502838706010.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b55b7ca5-d41d-42f3-a80f-502838706010-root {
    text-align: center;
  }


#s-b55b7ca5-d41d-42f3-a80f-502838706010.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b55b7ca5-d41d-42f3-a80f-502838706010-root {
    text-align: center;
  }


#s-b55b7ca5-d41d-42f3-a80f-502838706010.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b55b7ca5-d41d-42f3-a80f-502838706010-root {
    text-align: center;
  }


#s-b55b7ca5-d41d-42f3-a80f-502838706010.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b55b7ca5-d41d-42f3-a80f-502838706010-root {
    text-align: center;
  }


#s-b55b7ca5-d41d-42f3-a80f-502838706010.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-70fb537e-c652-4520-8e01-83815394e02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-70fb537e-c652-4520-8e01-83815394e02d {
  
}
}







#s-70fb537e-c652-4520-8e01-83815394e02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70fb537e-c652-4520-8e01-83815394e02d.shg-box.shg-c {
  justify-content: center;
}

#s-7081b70b-1313-4e88-8ef5-65e44cd51d86 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-23b4656e-b94e-486e-a9d4-5768beba2765 {
  margin-top: -40px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-23b4656e-b94e-486e-a9d4-5768beba2765 hr {
  border-top: 2px solid rgba(107, 104, 104, 1);
}

@media (min-width: 0px) {
[id="s-db719070-96ec-40ac-9599-f7d352a75365"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db719070-96ec-40ac-9599-f7d352a75365"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db719070-96ec-40ac-9599-f7d352a75365"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db719070-96ec-40ac-9599-f7d352a75365"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7b004624-7a25-48e5-9310-7ba10099f5bf {
  text-align: left;
}



.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b004624-7a25-48e5-9310-7ba10099f5bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbcb8ffb-2b85-4053-9944-a2d23258c843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbcb8ffb-2b85-4053-9944-a2d23258c843 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-0188ceda-cab2-412b-bed1-df59c3720d49 {
  text-align: left;
}

#s-0188ceda-cab2-412b-bed1-df59c3720d49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0188ceda-cab2-412b-bed1-df59c3720d49 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0188ceda-cab2-412b-bed1-df59c3720d49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db95249f-456a-4d7a-bf81-d4985854d990 {
  text-align: left;
}



.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db95249f-456a-4d7a-bf81-d4985854d990 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ce65ef71-fc59-4cd8-b9f8-aa723302da76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce65ef71-fc59-4cd8-b9f8-aa723302da76 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-c2c3d498-0d72-4623-9f3c-85f9ac364f5f {
  text-align: left;
}

#s-c2c3d498-0d72-4623-9f3c-85f9ac364f5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c2c3d498-0d72-4623-9f3c-85f9ac364f5f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c2c3d498-0d72-4623-9f3c-85f9ac364f5f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada {
  text-align: left;
}
@media (max-width: 767px){#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada {
  margin-top: 15px;
}
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d5e238-0ccf-41ad-973f-12353f3b1ada img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d68b7184-fb59-4fbd-8d91-1dcef5659c62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d68b7184-fb59-4fbd-8d91-1dcef5659c62 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-57fec7e1-1503-49e8-8f06-72e648b88fd3 {
  text-align: left;
}

#s-57fec7e1-1503-49e8-8f06-72e648b88fd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-57fec7e1-1503-49e8-8f06-72e648b88fd3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-57fec7e1-1503-49e8-8f06-72e648b88fd3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00725eca-62ac-4de5-bcd2-ac33f938203f {
  text-align: left;
}
@media (max-width: 767px){#s-00725eca-62ac-4de5-bcd2-ac33f938203f {
  margin-top: 15px;
}
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00725eca-62ac-4de5-bcd2-ac33f938203f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b95144e-ec8e-4691-8263-9d98120f1b48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b95144e-ec8e-4691-8263-9d98120f1b48 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-8282dffb-3208-4437-b9ec-caf24d285e16 {
  text-align: left;
}

#s-8282dffb-3208-4437-b9ec-caf24d285e16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8282dffb-3208-4437-b9ec-caf24d285e16 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8282dffb-3208-4437-b9ec-caf24d285e16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2c67f87-3f7a-4290-9c5d-4967fce83fe4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c2c67f87-3f7a-4290-9c5d-4967fce83fe4 {
  
}
}







#s-c2c67f87-3f7a-4290-9c5d-4967fce83fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2c67f87-3f7a-4290-9c5d-4967fce83fe4.shg-box.shg-c {
  justify-content: center;
}

#s-2a94bd05-31fd-4dce-b63b-ce145c87631a {
  min-height: 50px;
}








#s-2a94bd05-31fd-4dce-b63b-ce145c87631a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a94bd05-31fd-4dce-b63b-ce145c87631a.shg-box.shg-c {
  justify-content: center;
}

#s-a6c0e04f-525c-412a-8dd5-ead626f30294 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-a6c0e04f-525c-412a-8dd5-ead626f30294:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6c0e04f-525c-412a-8dd5-ead626f30294:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a6c0e04f-525c-412a-8dd5-ead626f30294 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-a6c0e04f-525c-412a-8dd5-ead626f30294-root {
    text-align: center;
  }


#s-a6c0e04f-525c-412a-8dd5-ead626f30294.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6c0e04f-525c-412a-8dd5-ead626f30294-root {
    text-align: center;
  }


#s-a6c0e04f-525c-412a-8dd5-ead626f30294.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6c0e04f-525c-412a-8dd5-ead626f30294-root {
    text-align: center;
  }


#s-a6c0e04f-525c-412a-8dd5-ead626f30294.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6c0e04f-525c-412a-8dd5-ead626f30294-root {
    text-align: center;
  }


#s-a6c0e04f-525c-412a-8dd5-ead626f30294.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6c0e04f-525c-412a-8dd5-ead626f30294-root {
    text-align: center;
  }


#s-a6c0e04f-525c-412a-8dd5-ead626f30294.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-17fac0bf-7c9c-423a-9446-843b5d98ac1c {
  min-height: 50px;
}
@media (max-width: 767px){#s-17fac0bf-7c9c-423a-9446-843b5d98ac1c {
  
}
}







#s-17fac0bf-7c9c-423a-9446-843b5d98ac1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17fac0bf-7c9c-423a-9446-843b5d98ac1c.shg-box.shg-c {
  justify-content: center;
}

#s-5fbd5d9b-5768-49fa-b7f1-704dccbd76da {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-8d7e0067-8329-4959-98d7-5bb13bc228a4 {
  margin-top: -40px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-8d7e0067-8329-4959-98d7-5bb13bc228a4 hr {
  border-top: 2px solid rgba(107, 104, 104, 1);
}

@media (min-width: 0px) {
[id="s-c30ae43f-9a45-413e-aa7a-70c219cdb1ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c30ae43f-9a45-413e-aa7a-70c219cdb1ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c30ae43f-9a45-413e-aa7a-70c219cdb1ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c30ae43f-9a45-413e-aa7a-70c219cdb1ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f {
  text-align: left;
}



.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5f463ff-e1fb-47c9-9eb2-2eb90dddec0f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2ec8a57c-6129-455f-84df-6fef5d7301f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ec8a57c-6129-455f-84df-6fef5d7301f5 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-849b8fca-2df4-45db-b606-e20740fb33d6 {
  text-align: left;
}

#s-849b8fca-2df4-45db-b606-e20740fb33d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-849b8fca-2df4-45db-b606-e20740fb33d6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-849b8fca-2df4-45db-b606-e20740fb33d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 {
  text-align: left;
}



.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c096fdf6-d7e5-4d82-bc5a-64565349f5b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ff4a81eb-0a31-494d-9b32-1adade3db8f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff4a81eb-0a31-494d-9b32-1adade3db8f3 .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-c767746f-ffc2-4a3d-beb0-1564c4e113be {
  text-align: left;
}

#s-c767746f-ffc2-4a3d-beb0-1564c4e113be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c767746f-ffc2-4a3d-beb0-1564c4e113be .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c767746f-ffc2-4a3d-beb0-1564c4e113be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a925837a-3279-45a1-aa73-6aa892991e3d {
  text-align: left;
}
@media (max-width: 767px){#s-a925837a-3279-45a1-aa73-6aa892991e3d {
  margin-top: 15px;
}
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a925837a-3279-45a1-aa73-6aa892991e3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9f45063b-2264-462a-aa6d-693a3589d291 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f45063b-2264-462a-aa6d-693a3589d291 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: brandon-grotesque-black-58a8a3e824392.otf;
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-c47bdf92-7896-4faa-b44f-4403284c6d19 {
  text-align: left;
}

#s-c47bdf92-7896-4faa-b44f-4403284c6d19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c47bdf92-7896-4faa-b44f-4403284c6d19 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c47bdf92-7896-4faa-b44f-4403284c6d19 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94a4fe62-17c6-482b-8111-200918760f04 {
  text-align: left;
}
@media (max-width: 767px){#s-94a4fe62-17c6-482b-8111-200918760f04 {
  margin-top: 15px;
}
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94a4fe62-17c6-482b-8111-200918760f04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cefac0d5-2a92-4cce-b375-f3f10c1795ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cefac0d5-2a92-4cce-b375-f3f10c1795ef .shg-product-title-component h3 span {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  text-align: left;
}

#s-d4cafaf8-eada-43dd-9f57-1f23474c3654 {
  text-align: left;
}

#s-d4cafaf8-eada-43dd-9f57-1f23474c3654 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d4cafaf8-eada-43dd-9f57-1f23474c3654 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d4cafaf8-eada-43dd-9f57-1f23474c3654 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a7b43e9-ce60-4bc9-9873-5c0f914dc893 {
  min-height: 50px;
}








#s-7a7b43e9-ce60-4bc9-9873-5c0f914dc893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a7b43e9-ce60-4bc9-9873-5c0f914dc893.shg-box.shg-c {
  justify-content: center;
}

#s-99f01b38-7a71-49f0-9c9d-78d8f985651d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-99f01b38-7a71-49f0-9c9d-78d8f985651d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f01b38-7a71-49f0-9c9d-78d8f985651d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-99f01b38-7a71-49f0-9c9d-78d8f985651d {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-99f01b38-7a71-49f0-9c9d-78d8f985651d-root {
    text-align: center;
  }


#s-99f01b38-7a71-49f0-9c9d-78d8f985651d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99f01b38-7a71-49f0-9c9d-78d8f985651d-root {
    text-align: center;
  }


#s-99f01b38-7a71-49f0-9c9d-78d8f985651d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99f01b38-7a71-49f0-9c9d-78d8f985651d-root {
    text-align: center;
  }


#s-99f01b38-7a71-49f0-9c9d-78d8f985651d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99f01b38-7a71-49f0-9c9d-78d8f985651d-root {
    text-align: center;
  }


#s-99f01b38-7a71-49f0-9c9d-78d8f985651d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99f01b38-7a71-49f0-9c9d-78d8f985651d-root {
    text-align: center;
  }


#s-99f01b38-7a71-49f0-9c9d-78d8f985651d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-233c5646-b508-4692-8320-811244e5a83b {
  min-height: 50px;
}








#s-233c5646-b508-4692-8320-811244e5a83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-233c5646-b508-4692-8320-811244e5a83b.shg-box.shg-c {
  justify-content: center;
}

#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 {
  min-height: 650px;
background-color: rgba(231, 230, 223, 1);
}
@media (min-width: 1200px){#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 {
  display: none;
}
#s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-content-s-2ea562df-7583-4d99-9a92-b55af66ef8c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 {
  display: none;
}
#s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-content-s-2ea562df-7583-4d99-9a92-b55af66ef8c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 {
  
}
}@media (max-width: 767px){#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 {
  display: none;
}
#s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-s-2ea562df-7583-4d99-9a92-b55af66ef8c9, #wrap-content-s-2ea562df-7583-4d99-9a92-b55af66ef8c9 { display: none !important; }}







#s-2ea562df-7583-4d99-9a92-b55af66ef8c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ea562df-7583-4d99-9a92-b55af66ef8c9.shg-box.shg-c {
  justify-content: center;
}

#s-6ddba6f6-4728-45f0-82c7-6e07ca40fd89 {
  margin-top: 17px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}

#s-cc43d79d-22a8-43b9-acb3-268cd19b7ce4 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc43d79d-22a8-43b9-acb3-268cd19b7ce4 {
  
}
}@media (max-width: 767px){#s-cc43d79d-22a8-43b9-acb3-268cd19b7ce4 {
  
}
}
#s-7f9ef54e-77d7-4c01-ae00-d88b70860f9c {
  margin-top: 9px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-7f9ef54e-77d7-4c01-ae00-d88b70860f9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f9ef54e-77d7-4c01-ae00-d88b70860f9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f9ef54e-77d7-4c01-ae00-d88b70860f9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f9ef54e-77d7-4c01-ae00-d88b70860f9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-59305840-ae80-4cbe-b7d4-95f5ec1e9c79 {
  text-align: center;
}

#s-59305840-ae80-4cbe-b7d4-95f5ec1e9c79 {
  overflow: hidden;
  
  
}







  #s-59305840-ae80-4cbe-b7d4-95f5ec1e9c79 img.shogun-image {
    

    
    
    
  }


#s-59305840-ae80-4cbe-b7d4-95f5ec1e9c79 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ba51204-5105-4648-bc9d-58c3f768cc81 {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-ff2454cf-9978-4e0f-b9b4-c533576db052 {
  text-align: center;
}

#s-ff2454cf-9978-4e0f-b9b4-c533576db052 {
  overflow: hidden;
  
  
}







  #s-ff2454cf-9978-4e0f-b9b4-c533576db052 img.shogun-image {
    

    
    
    
  }


#s-ff2454cf-9978-4e0f-b9b4-c533576db052 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fda1f148-9a5f-49b4-a5df-23de43f6c4a3 {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-a3a69589-5fbc-4d3d-a0fe-f45b39a940cb {
  text-align: center;
}

#s-a3a69589-5fbc-4d3d-a0fe-f45b39a940cb {
  overflow: hidden;
  
  
}







  #s-a3a69589-5fbc-4d3d-a0fe-f45b39a940cb img.shogun-image {
    

    
    
    
  }


#s-a3a69589-5fbc-4d3d-a0fe-f45b39a940cb .shogun-image-content {
  
    justify-content: center;
  
}

#s-cde89b89-c356-4702-b74f-87084d667db1 {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-04afd90c-b5d0-4885-8b0e-1249aef749b9 {
  margin-top: 0px;
min-height: 600px;
background-color: rgba(231, 230, 223, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-04afd90c-b5d0-4885-8b0e-1249aef749b9 {
  display: none;
}
#s-04afd90c-b5d0-4885-8b0e-1249aef749b9, #wrap-s-04afd90c-b5d0-4885-8b0e-1249aef749b9, #wrap-content-s-04afd90c-b5d0-4885-8b0e-1249aef749b9 { display: none !important; }}@media (max-width: 767px){#s-04afd90c-b5d0-4885-8b0e-1249aef749b9 {
  display: none;
}
#s-04afd90c-b5d0-4885-8b0e-1249aef749b9, #wrap-s-04afd90c-b5d0-4885-8b0e-1249aef749b9, #wrap-content-s-04afd90c-b5d0-4885-8b0e-1249aef749b9 { display: none !important; }}







#s-04afd90c-b5d0-4885-8b0e-1249aef749b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04afd90c-b5d0-4885-8b0e-1249aef749b9.shg-box.shg-c {
  justify-content: center;
}

#s-bdbdfcc2-6625-4f09-ac82-7b42d34c0e9e {
  margin-top: 30px;
margin-bottom: 0px;
}

#s-bc356956-67e2-40ad-8f70-d9a63bbfa29a {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc356956-67e2-40ad-8f70-d9a63bbfa29a {
  
}
}@media (max-width: 767px){#s-bc356956-67e2-40ad-8f70-d9a63bbfa29a {
  
}
}
#s-cc63b3b3-0df9-4ce5-a5a7-33ac4854e7f1 {
  margin-top: 9px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-cc63b3b3-0df9-4ce5-a5a7-33ac4854e7f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc63b3b3-0df9-4ce5-a5a7-33ac4854e7f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc63b3b3-0df9-4ce5-a5a7-33ac4854e7f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc63b3b3-0df9-4ce5-a5a7-33ac4854e7f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1268cfb9-9d0c-4ac1-93a1-6e37160180a2 {
  text-align: center;
}

#s-1268cfb9-9d0c-4ac1-93a1-6e37160180a2 {
  overflow: hidden;
  
  
}







  #s-1268cfb9-9d0c-4ac1-93a1-6e37160180a2 img.shogun-image {
    

    
    
    
  }


#s-1268cfb9-9d0c-4ac1-93a1-6e37160180a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f95f713c-17d8-4009-a543-419ba7003f93 {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-4b0e346e-86f4-4315-8537-91dd0d56e0f0 {
  text-align: center;
}

#s-4b0e346e-86f4-4315-8537-91dd0d56e0f0 {
  overflow: hidden;
  
  
}







  #s-4b0e346e-86f4-4315-8537-91dd0d56e0f0 img.shogun-image {
    

    
    
    
  }


#s-4b0e346e-86f4-4315-8537-91dd0d56e0f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-56aecfe6-cec5-4c93-b0b3-4c8c5944912d {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-3140285c-ac7c-48e5-8a53-8b19cd2f7e6a {
  text-align: center;
}

#s-3140285c-ac7c-48e5-8a53-8b19cd2f7e6a {
  overflow: hidden;
  
  
}







  #s-3140285c-ac7c-48e5-8a53-8b19cd2f7e6a img.shogun-image {
    

    
    
    
  }


#s-3140285c-ac7c-48e5-8a53-8b19cd2f7e6a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e3a4dedd-ee04-4204-b685-7bb46d9fdf17 {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 {
  margin-top: 0px;
min-height: 600px;
background-color: rgba(231, 230, 223, 1);
}
@media (min-width: 1200px){#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 {
  display: none;
}
#s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-content-s-86a6fabe-97ef-4efc-b142-07fb13983ed2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 {
  display: none;
}
#s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-content-s-86a6fabe-97ef-4efc-b142-07fb13983ed2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 {
  display: none;
}
#s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-s-86a6fabe-97ef-4efc-b142-07fb13983ed2, #wrap-content-s-86a6fabe-97ef-4efc-b142-07fb13983ed2 { display: none !important; }}@media (max-width: 767px){#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 {
  
}
}







#s-86a6fabe-97ef-4efc-b142-07fb13983ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86a6fabe-97ef-4efc-b142-07fb13983ed2.shg-box.shg-c {
  justify-content: center;
}

#s-de437f71-2310-4d9a-932d-7df233e4d3d0 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-8df65b4b-a061-440a-81df-e0c4284fa347 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8df65b4b-a061-440a-81df-e0c4284fa347 {
  
}
}@media (max-width: 767px){#s-8df65b4b-a061-440a-81df-e0c4284fa347 {
  margin-top: -10px;
}
}
#s-65f86a4b-3e29-4333-9e92-6ff8bba949a8 {
  margin-top: 9px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-65f86a4b-3e29-4333-9e92-6ff8bba949a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f86a4b-3e29-4333-9e92-6ff8bba949a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65f86a4b-3e29-4333-9e92-6ff8bba949a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f86a4b-3e29-4333-9e92-6ff8bba949a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ecd5e6f3-3118-4d36-9611-181414ed4b84 {
  text-align: center;
}
@media (max-width: 767px){#s-ecd5e6f3-3118-4d36-9611-181414ed4b84 {
  margin-top: -15px;
}
}
#s-ecd5e6f3-3118-4d36-9611-181414ed4b84 {
  overflow: hidden;
  
  
}







  #s-ecd5e6f3-3118-4d36-9611-181414ed4b84 img.shogun-image {
    

    
    
    
  }


#s-ecd5e6f3-3118-4d36-9611-181414ed4b84 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ce942a7-0f50-4268-a55e-04117fd7ca4f {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-3403f500-0f5b-4a1c-bbf6-93b93b4a40fc {
  text-align: center;
}

#s-3403f500-0f5b-4a1c-bbf6-93b93b4a40fc {
  overflow: hidden;
  
  
}







  #s-3403f500-0f5b-4a1c-bbf6-93b93b4a40fc img.shogun-image {
    

    
    
    
  }


#s-3403f500-0f5b-4a1c-bbf6-93b93b4a40fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-f63e7024-fe0f-4d1e-9131-1ef1d8a37a6e {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-30903d31-c9a1-4015-8d48-f7f828277c98 {
  text-align: center;
}

#s-30903d31-c9a1-4015-8d48-f7f828277c98 {
  overflow: hidden;
  
  
}







  #s-30903d31-c9a1-4015-8d48-f7f828277c98 img.shogun-image {
    

    
    
    
  }


#s-30903d31-c9a1-4015-8d48-f7f828277c98 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ee38ebc-a8ed-4efd-b35a-7e07234e48db {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-7337708e-5adf-4472-a99b-ce55547730ea {
  min-height: 50px;
}








#s-7337708e-5adf-4472-a99b-ce55547730ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7337708e-5adf-4472-a99b-ce55547730ea.shg-box.shg-c {
  justify-content: center;
}

#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5 {
  min-height: 50px;
}








#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d3e2eb-cffa-4bb2-be70-dce59addd0e5.shg-box.shg-c {
  justify-content: center;
}

#s-792d64cf-b633-490f-aaea-29ceddf10d1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-792d64cf-b633-490f-aaea-29ceddf10d1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-792d64cf-b633-490f-aaea-29ceddf10d1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-792d64cf-b633-490f-aaea-29ceddf10d1b {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-792d64cf-b633-490f-aaea-29ceddf10d1b-root {
    text-align: center;
  }


#s-792d64cf-b633-490f-aaea-29ceddf10d1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-792d64cf-b633-490f-aaea-29ceddf10d1b-root {
    text-align: center;
  }


#s-792d64cf-b633-490f-aaea-29ceddf10d1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-792d64cf-b633-490f-aaea-29ceddf10d1b-root {
    text-align: center;
  }


#s-792d64cf-b633-490f-aaea-29ceddf10d1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-792d64cf-b633-490f-aaea-29ceddf10d1b-root {
    text-align: center;
  }


#s-792d64cf-b633-490f-aaea-29ceddf10d1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-792d64cf-b633-490f-aaea-29ceddf10d1b-root {
    text-align: center;
  }


#s-792d64cf-b633-490f-aaea-29ceddf10d1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-51eaceb4-a028-4322-b8ad-a2803e247a89 {
  min-height: 50px;
}








#s-51eaceb4-a028-4322-b8ad-a2803e247a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51eaceb4-a028-4322-b8ad-a2803e247a89.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-198f145c-3906-4e98-8c13-7369f2a733a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198f145c-3906-4e98-8c13-7369f2a733a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-198f145c-3906-4e98-8c13-7369f2a733a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-198f145c-3906-4e98-8c13-7369f2a733a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63ef61da-91e2-4797-abd3-925211006c3c {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}

#s-24741c4d-4743-4a6a-84b6-016e45b16f35 {
  margin-top: 0px;
padding-left: 7%;
padding-right: 7%;
}

/*
  $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;
}
