#s-7c08c36c-8aa0-4bf9-9f75-5f9d5ba450a5 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 {
  margin-bottom: 4em;
min-height: 50px;
background-color: rgba(153, 211, 255, 1);
}
@media (min-width: 1200px){#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 {
  
}
}@media (max-width: 767px){#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 {
  
}
}







#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e9960b1-4793-4fb4-bc23-76040e9f52d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10dea3bd-db9e-4633-ad76-81da486e0659 {
  text-align: left;
}

#s-f596d27c-cd5d-42d2-ae50-e53d2b4237b8 {
  background-repeat: no-repeat;
background-size: cover;
background-position: right center;
}

#s-f596d27c-cd5d-42d2-ae50-e53d2b4237b8 {
  background-image: url(https://i.shgcdn.com/cd09a71f-5092-47ed-9977-6469f67eca0d/);
}








#s-f596d27c-cd5d-42d2-ae50-e53d2b4237b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f596d27c-cd5d-42d2-ae50-e53d2b4237b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

/* 
  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-18740a31-49af-4a55-bbbb-8b397a9f892d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18740a31-49af-4a55-bbbb-8b397a9f892d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-18740a31-49af-4a55-bbbb-8b397a9f892d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-18740a31-49af-4a55-bbbb-8b397a9f892d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (max-width: 767px) {
  [id="s-18740a31-49af-4a55-bbbb-8b397a9f892d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8be8c982-9484-4ade-89e7-f901142d8ce9 {
  margin-top: 9%;
margin-left: 4%;
margin-bottom: 9%;
padding-top: 6.5%;
padding-left: 3%;
padding-bottom: 6%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 767px){#s-8be8c982-9484-4ade-89e7-f901142d8ce9 {
  display: none;
}
#s-8be8c982-9484-4ade-89e7-f901142d8ce9, #wrap-s-8be8c982-9484-4ade-89e7-f901142d8ce9, #wrap-content-s-8be8c982-9484-4ade-89e7-f901142d8ce9 { display: none !important; }}







#s-8be8c982-9484-4ade-89e7-f901142d8ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8be8c982-9484-4ade-89e7-f901142d8ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5a9f23a1-799c-4a20-802f-9800b4f1ae7d {
  margin-bottom: 0px;
text-align: center;
}

#s-5a9f23a1-799c-4a20-802f-9800b4f1ae7d .shogun-heading-component h1 {
  color: rgba(0, 101, 178, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  
}



#s-df2d70eb-17e7-4c7a-a6f5-64d2d3bf6cdc {
  margin-bottom: 1em;
padding-left: 0px;
padding-bottom: 4%;
padding-right: 0px;
text-align: center;
}

#s-df2d70eb-17e7-4c7a-a6f5-64d2d3bf6cdc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



.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-bddba43a-6e22-4ef6-947a-d55b9f3c7eed {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 4px;
min-height: 47px;
max-width: 216px;
background-color: rgba(255, 215, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed:active {border-style: solid !important;
border-color: rgba(0, 101, 178, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 101, 178, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed-root {
    text-align: center;
  }


#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed-root {
    text-align: center;
  }


#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed-root {
    text-align: center;
  }


#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed-root {
    text-align: center;
  }


#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed-root {
    text-align: center;
  }


#s-bddba43a-6e22-4ef6-947a-d55b9f3c7eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3.5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 1200px){#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 {
  display: none;
}
#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-content-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 {
  display: none;
}
#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-content-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 {
  display: none;
}
#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1, #wrap-content-s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 { display: none !important; }}@media (max-width: 767px){#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 {
  
}
}







#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b48e70a-e4d7-4905-b298-cc43a4c564f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d984c659-1902-4de1-9522-e1850615b8ec {
  margin-bottom: 0px;
text-align: center;
}

#s-d984c659-1902-4de1-9522-e1850615b8ec .shogun-heading-component h1 {
  color: rgba(0, 101, 178, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  
}



#s-0b266fcd-6ea2-4e70-90be-c229eeaf1d1a {
  padding-left: 0px;
padding-bottom: 3%;
padding-right: 0px;
text-align: center;
}

#s-0b266fcd-6ea2-4e70-90be-c229eeaf1d1a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 4px;
min-height: 47px;
max-width: 216px;
background-color: rgba(255, 215, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55:active {border-style: solid !important;
border-color: rgba(0, 101, 178, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 101, 178, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55-root {
    text-align: center;
  }


#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55-root {
    text-align: center;
  }


#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55-root {
    text-align: center;
  }


#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55-root {
    text-align: center;
  }


#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55-root {
    text-align: center;
  }


#s-2ead2aa1-1912-4f01-a0ff-cd2642b6fa55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-68d21a04-af37-4180-8b51-c32771f9ccf0 {
  margin-bottom: 3em;
padding-left: 2.63%;
padding-right: 2.63%;
min-height: 50px;
}








#s-68d21a04-af37-4180-8b51-c32771f9ccf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68d21a04-af37-4180-8b51-c32771f9ccf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 {
  border-style: solid;
padding-bottom: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 {
  
}
}@media (max-width: 767px){#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 {
  
}
}
#s-8344e4d8-ef5b-4f86-8c94-79991a6def15 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-25f119d4-39b1-4c14-8db7-f085c90eca56 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-25f119d4-39b1-4c14-8db7-f085c90eca56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25f119d4-39b1-4c14-8db7-f085c90eca56.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-740780c3-e2ff-48e4-a195-735fd70f98e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-740780c3-e2ff-48e4-a195-735fd70f98e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

@media (min-width: 992px) {
[id="s-740780c3-e2ff-48e4-a195-735fd70f98e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

@media (min-width: 1200px) {
[id="s-740780c3-e2ff-48e4-a195-735fd70f98e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

#s-a6c345c7-04ed-4c26-b4cb-fad7bcc0d03d {
  margin-bottom: 2em;
min-height: 50px;
}








#s-a6c345c7-04ed-4c26-b4cb-fad7bcc0d03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6c345c7-04ed-4c26-b4cb-fad7bcc0d03d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-9e8ff92b-fe70-4cee-9f62-a14da6a3f32e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 350px;
text-align: center;
}

#s-9e8ff92b-fe70-4cee-9f62-a14da6a3f32e {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9e8ff92b-fe70-4cee-9f62-a14da6a3f32e .shogun-image-content {
  
    justify-content: center;
  
}

#s-4e738140-9502-4798-9401-0efb427fc831 {
  padding-top: 1em;
text-align: center;
}

#s-4e738140-9502-4798-9401-0efb427fc831 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-4e738140-9502-4798-9401-0efb427fc831 .shogun-heading-component h3 a {
  color: #000;
}


#s-79600e35-dc95-404e-aab3-2e8574856016 {
  margin-bottom: 2em;
min-height: 50px;
aspect-ratio: 1:1;
}








#s-79600e35-dc95-404e-aab3-2e8574856016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79600e35-dc95-404e-aab3-2e8574856016.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbbab574-d3e8-41e0-bee3-02f32b335081 {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bbbab574-d3e8-41e0-bee3-02f32b335081 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bbbab574-d3e8-41e0-bee3-02f32b335081 img.shogun-image,
  #s-bbbab574-d3e8-41e0-bee3-02f32b335081 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbbab574-d3e8-41e0-bee3-02f32b335081 {
    width: 100%;
    height: auto;
  }



  #s-bbbab574-d3e8-41e0-bee3-02f32b335081 img.shogun-image {
    

    
    
    
  }


#s-bbbab574-d3e8-41e0-bee3-02f32b335081 .shogun-image-content {
  
    justify-content: center;
  
}

#s-04d105f8-e9f4-4134-9dec-14fb44377762 {
  padding-top: 1em;
text-align: center;
}

#s-04d105f8-e9f4-4134-9dec-14fb44377762 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-04d105f8-e9f4-4134-9dec-14fb44377762 .shogun-heading-component h3 a {
  color: #000;
}


#s-6025e7e9-5bad-4267-aa07-cd313189b559 {
  margin-bottom: 2em;
min-height: 50px;
max-width: 350px;
}








#s-6025e7e9-5bad-4267-aa07-cd313189b559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6025e7e9-5bad-4267-aa07-cd313189b559.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1489b52-c859-4b17-aa79-6e15c334cec6 {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 350px;
text-align: center;
}

#s-f1489b52-c859-4b17-aa79-6e15c334cec6 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f1489b52-c859-4b17-aa79-6e15c334cec6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62599459-91c5-42a7-a3a6-2b90d082ae11 {
  padding-top: 1em;
text-align: center;
}

#s-62599459-91c5-42a7-a3a6-2b90d082ae11 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-62599459-91c5-42a7-a3a6-2b90d082ae11 .shogun-heading-component h3 a {
  color: #000;
}


#s-dd735114-9d87-437b-929b-debcac71668c {
  margin-bottom: 2em;
min-height: 50px;
}








#s-dd735114-9d87-437b-929b-debcac71668c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd735114-9d87-437b-929b-debcac71668c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86380fde-ef57-4394-b344-a1846028f329 {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 350px;
text-align: center;
}

#s-86380fde-ef57-4394-b344-a1846028f329 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-86380fde-ef57-4394-b344-a1846028f329 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d78b05f-a9cf-4418-b22c-d860d2bb3d43 {
  padding-top: 1em;
text-align: center;
}

#s-1d78b05f-a9cf-4418-b22c-d860d2bb3d43 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1d78b05f-a9cf-4418-b22c-d860d2bb3d43 .shogun-heading-component h3 a {
  color: #000;
}


#s-6e6ecf19-eba6-469b-865c-2162ab2101b7 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-6e6ecf19-eba6-469b-865c-2162ab2101b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e6ecf19-eba6-469b-865c-2162ab2101b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27e97288-98db-4461-835d-3a5ec38a8c55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 350px;
text-align: center;
}

#s-27e97288-98db-4461-835d-3a5ec38a8c55 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-27e97288-98db-4461-835d-3a5ec38a8c55 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb25448a-3fcb-42c7-9c3e-07fced4fa2d9 {
  padding-top: 1em;
text-align: center;
}

#s-cb25448a-3fcb-42c7-9c3e-07fced4fa2d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cb25448a-3fcb-42c7-9c3e-07fced4fa2d9 .shogun-heading-component h3 a {
  color: #000;
}


#s-d74fc1ef-e3fb-40fc-be9e-b5aa56c61866 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-d74fc1ef-e3fb-40fc-be9e-b5aa56c61866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d74fc1ef-e3fb-40fc-be9e-b5aa56c61866.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86e70d2d-54ed-43b0-b15c-505ab03c3791 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}

#s-86e70d2d-54ed-43b0-b15c-505ab03c3791 {
  overflow: hidden;
  
  
      max-width: 280px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-86e70d2d-54ed-43b0-b15c-505ab03c3791 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f450247a-83f3-4efa-9a4f-9a996f5f4d8b {
  padding-top: 1em;
text-align: center;
}

#s-f450247a-83f3-4efa-9a4f-9a996f5f4d8b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f450247a-83f3-4efa-9a4f-9a996f5f4d8b .shogun-heading-component h3 a {
  color: #000;
}


#s-c8a54c2d-4f93-4590-8acb-4307a7861e5b {
  margin-bottom: 2.5em;
min-height: 50px;
}








#s-c8a54c2d-4f93-4590-8acb-4307a7861e5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a54c2d-4f93-4590-8acb-4307a7861e5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 {
  border-style: solid;
padding-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 {
  
}
}@media (max-width: 767px){#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 {
  
}
}
#s-60fb34ae-8e1d-459d-8fc0-c11cc2964185 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-89003dc3-6dad-46aa-9ccc-b28124ff6bf9 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-89003dc3-6dad-46aa-9ccc-b28124ff6bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89003dc3-6dad-46aa-9ccc-b28124ff6bf9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* --------------------------------------- */
/* ----- Shop By Grade functionality ----- */
/* --------------------------------------- */
.sbg-container {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.sbg-container .grades-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.sbg-container .grades-wrapper .grade-btn {
	max-width: 102px;
	overflow: visible;
}
.sbg-container.show-78 .grades-wrapper .grade-btn.grade-ms, 
.sbg-container.show-78 .grades-wrapper .grade-btn.grade-hs { display: none }
.sbg-container.show-midhigh .grades-wrapper .grade-btn.grade-7, 
.sbg-container.show-midhigh .grades-wrapper .grade-btn.grade-8 { display: none }
.sbg-container .grades-wrapper .grade-btn a {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 0 #000;
	
	transition-property: box-shadow;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
}
.sbg-container .grades-wrapper .grade-btn a.current-grade {
	cursor: default;
	pointer-events: none;
	
	box-shadow: 0 0 0 6px #000;
}
.sbg-container .grades-wrapper .grade-btn figure {
	margin: 0;
	padding: 0;
}
.sbg-container .grades-wrapper .grade-btn img {}

/* MEDIA QUERIES */
@media only screen and ( min-width: 1261px ) {
	.sbg-container { padding: 0 1rem }
}
@media only screen and ( min-width: 681px ) {
	.sbg-container .grades-wrapper { max-width: 1300px }
	.sbg-container .grades-wrapper .grade-btn { flex: 0 1 8.5% }
	.sbg-container .grades-wrapper .grade-btn a:hover, 
	.sbg-container .grades-wrapper .grade-btn a:active, 
	.sbg-container .grades-wrapper .grade-btn a:focus {
		outline: none;
		box-shadow: 0 0 0 6px #000;
	}
}
@media only screen and ( max-width: 680px ) {
	.sbg-container .grades-wrapper { max-width: 600px }
	.sbg-container .grades-wrapper .grade-btn { flex: 0 1 17% }
	.sbg-container .grades-wrapper .grade-btn:nth-of-type( -n+5 ) { margin-bottom: 3.5% }
	.sbg-container .grades-wrapper .grade-btn a:active, 
	.sbg-container .grades-wrapper .grade-btn a:focus {
		outline: none;
		box-shadow: 0 0 0 6px #000;
	}
}
@media only screen and ( max-width: 767px ) {
	.category-desc.category-desc-mobile .sbg-container { display: none }
}
/* --------------------------------------- */
#s-a3ac04e1-fe95-4cca-9642-bdeb915096ff {
  text-align: left;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-bottom: 2.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
padding-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



@media (min-width: 0px) {
[id="s-cb5b11d6-e5f3-426b-9720-d005943adb58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb5b11d6-e5f3-426b-9720-d005943adb58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cb5b11d6-e5f3-426b-9720-d005943adb58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb5b11d6-e5f3-426b-9720-d005943adb58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-08c9e314-60b3-4faf-aa62-f17ffd8aa3e2 {
  margin-bottom: 1.5em;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-08c9e314-60b3-4faf-aa62-f17ffd8aa3e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08c9e314-60b3-4faf-aa62-f17ffd8aa3e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08c9e314-60b3-4faf-aa62-f17ffd8aa3e2 {
  
}
}@media (max-width: 767px){#s-08c9e314-60b3-4faf-aa62-f17ffd8aa3e2 {
  
}
}
.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: 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-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  
}
}@media (max-width: 767px){#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  
}
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  max-width:  100%;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  aspect-ratio: 0.875/1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  max-width:  100%;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  aspect-ratio: 0.875/1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  max-width:  100%;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  aspect-ratio: 0.875/1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  max-width:  100%;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  aspect-ratio: 0.875/1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 {
  max-width:  100%;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 .shg-image-zoom,
.shg-c#s-3ea6eeda-d445-4e0a-8e66-b9a4dd23c290 img.shogun-image {
  aspect-ratio: 0.875/1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-af063afb-70df-49a1-bbcb-8f5aa3069bb7 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

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

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

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

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

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

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

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

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

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 5px;
padding-left: 19px;
padding-bottom: 5px;
padding-right: 19px;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 1);
}
#s-e34409c8-48f1-4399-abd9-ec3a34ca3769:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e34409c8-48f1-4399-abd9-ec3a34ca3769:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e34409c8-48f1-4399-abd9-ec3a34ca3769-atc-btn-wrapper {
    text-align: center;
  }


#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e34409c8-48f1-4399-abd9-ec3a34ca3769-atc-btn-wrapper {
    text-align: center;
  }


#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e34409c8-48f1-4399-abd9-ec3a34ca3769-atc-btn-wrapper {
    text-align: center;
  }


#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e34409c8-48f1-4399-abd9-ec3a34ca3769-atc-btn-wrapper {
    text-align: center;
  }


#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e34409c8-48f1-4399-abd9-ec3a34ca3769-atc-btn-wrapper {
    text-align: center;
  }


#s-e34409c8-48f1-4399-abd9-ec3a34ca3769 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e34409c8-48f1-4399-abd9-ec3a34ca3769.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.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-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 {
  
}
}@media (max-width: 767px){#s-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 {
  
}
}
#s-57ad45f4-c006-4feb-a1b9-3cc99ab14e47 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 16px;
  
  
  
}

#s-763fd63f-d730-4fc7-ada5-a292ed160ab2 {
  text-align: center;
}

#s-763fd63f-d730-4fc7-ada5-a292ed160ab2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-763fd63f-d730-4fc7-ada5-a292ed160ab2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-763fd63f-d730-4fc7-ada5-a292ed160ab2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39f7e1bc-a078-49b2-91df-f3a0b2443b1b {
  margin-bottom: 1.5em;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-39f7e1bc-a078-49b2-91df-f3a0b2443b1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39f7e1bc-a078-49b2-91df-f3a0b2443b1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39f7e1bc-a078-49b2-91df-f3a0b2443b1b {
  
}
}@media (max-width: 767px){#s-39f7e1bc-a078-49b2-91df-f3a0b2443b1b {
  
}
}
#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  
}
}@media (max-width: 767px){#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  
}
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  max-width:  100%;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  max-width:  100%;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  max-width:  100%;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  max-width:  100%;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e {
  max-width:  100%;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e .shg-image-zoom,
.shg-c#s-0348e8ee-8d83-4155-92a2-0429bcd2960e img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-234f0bdc-6a25-4463-8ac3-6d7746b41bc5 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 5px;
padding-left: 19px;
padding-bottom: 5px;
padding-right: 19px;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 1);
}
#s-3fd5d325-6797-4206-b1ac-074fad4420c1:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3fd5d325-6797-4206-b1ac-074fad4420c1:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3fd5d325-6797-4206-b1ac-074fad4420c1-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3fd5d325-6797-4206-b1ac-074fad4420c1-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fd5d325-6797-4206-b1ac-074fad4420c1-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3fd5d325-6797-4206-b1ac-074fad4420c1-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3fd5d325-6797-4206-b1ac-074fad4420c1-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd5d325-6797-4206-b1ac-074fad4420c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3fd5d325-6797-4206-b1ac-074fad4420c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba {
  
}
}@media (max-width: 767px){#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba {
  
}
}
#s-c1540f51-cf00-4d20-8ef4-ce2d9eb200ba .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 16px;
  
  
  
}

#s-8fe96575-b3c2-4e6e-8188-b44a90796bc3 {
  text-align: center;
}

#s-8fe96575-b3c2-4e6e-8188-b44a90796bc3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-8fe96575-b3c2-4e6e-8188-b44a90796bc3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-8fe96575-b3c2-4e6e-8188-b44a90796bc3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82f38621-4e05-44d6-b7ae-8fd45ef14360 {
  margin-bottom: 1.5em;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-82f38621-4e05-44d6-b7ae-8fd45ef14360 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82f38621-4e05-44d6-b7ae-8fd45ef14360 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82f38621-4e05-44d6-b7ae-8fd45ef14360 {
  
}
}@media (max-width: 767px){#s-82f38621-4e05-44d6-b7ae-8fd45ef14360 {
  
}
}
#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  
}
}@media (max-width: 767px){#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  
}
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  max-width:  100%;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  max-width:  100%;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  max-width:  100%;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  max-width:  100%;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db {
  max-width:  100%;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db .shg-image-zoom,
.shg-c#s-4b08e120-484c-4898-aee1-b90c91d4d9db img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c444b96-5553-4741-b0de-52d27c23f210 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-7c444b96-5553-4741-b0de-52d27c23f210 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 5px;
padding-left: 19px;
padding-bottom: 5px;
padding-right: 19px;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 1);
}
#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-dfbd81fa-3ff7-46ee-8387-f12a512fab18-atc-btn-wrapper {
    text-align: center;
  }


#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dfbd81fa-3ff7-46ee-8387-f12a512fab18-atc-btn-wrapper {
    text-align: center;
  }


#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfbd81fa-3ff7-46ee-8387-f12a512fab18-atc-btn-wrapper {
    text-align: center;
  }


#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dfbd81fa-3ff7-46ee-8387-f12a512fab18-atc-btn-wrapper {
    text-align: center;
  }


#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dfbd81fa-3ff7-46ee-8387-f12a512fab18-atc-btn-wrapper {
    text-align: center;
  }


#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dfbd81fa-3ff7-46ee-8387-f12a512fab18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-42e38285-6417-4832-885c-fa2fadcc2837 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-42e38285-6417-4832-885c-fa2fadcc2837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42e38285-6417-4832-885c-fa2fadcc2837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42e38285-6417-4832-885c-fa2fadcc2837 {
  
}
}@media (max-width: 767px){#s-42e38285-6417-4832-885c-fa2fadcc2837 {
  
}
}
#s-42e38285-6417-4832-885c-fa2fadcc2837 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 16px;
  
  
  
}

@media (min-width: 0px) {
[id="s-a087415f-5bc0-47f9-b8f4-a7495a9c49c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-a087415f-5bc0-47f9-b8f4-a7495a9c49c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-a087415f-5bc0-47f9-b8f4-a7495a9c49c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-a087415f-5bc0-47f9-b8f4-a7495a9c49c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

}

.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 ::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-2049bbbf-f591-4c7a-b866-23357f028142 {
  text-align: left;
}

#s-2049bbbf-f591-4c7a-b866-23357f028142 .shg-product-sold-out {
  display: none;
  color: rgba(201, 4, 4, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-2049bbbf-f591-4c7a-b866-23357f028142 .shg-product-price {
  color: rgba(201, 4, 4, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2049bbbf-f591-4c7a-b866-23357f028142 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3410b3d-3b9a-4bbf-b771-c67fedde9187 {
  margin-bottom: 1.5em;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-b3410b3d-3b9a-4bbf-b771-c67fedde9187 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3410b3d-3b9a-4bbf-b771-c67fedde9187 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3410b3d-3b9a-4bbf-b771-c67fedde9187 {
  
}
}@media (max-width: 767px){#s-b3410b3d-3b9a-4bbf-b771-c67fedde9187 {
  
}
}
#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  
}
}@media (max-width: 767px){#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  
}
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  max-width:  100%;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  max-width:  100%;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  max-width:  100%;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  max-width:  100%;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 {
  max-width:  100%;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom {
  width:  100%; 
  height:  343; 
}


.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 .shg-image-zoom,
.shg-c#s-4ee41bf8-8066-4902-8352-9248292bdaf4 img.shogun-image {
  aspect-ratio: 0.875/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9a588538-624a-47bd-8a42-fe9e730cce5e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-9a588538-624a-47bd-8a42-fe9e730cce5e .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 5px;
padding-left: 19px;
padding-bottom: 5px;
padding-right: 19px;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 1);
}
#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758-atc-btn-wrapper {
    text-align: center;
  }


#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758-atc-btn-wrapper {
    text-align: center;
  }


#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758-atc-btn-wrapper {
    text-align: center;
  }


#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758-atc-btn-wrapper {
    text-align: center;
  }


#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758-atc-btn-wrapper {
    text-align: center;
  }


#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b8b19a5-0deb-4c37-ab2c-bb94c14b8758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e {
  
}
}@media (max-width: 767px){#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e {
  
}
}
#s-12408f39-9fff-4ac6-b4ba-e72dfaf39f6e .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 16px;
  
  
  
}

@media (min-width: 0px) {
[id="s-7b17e9af-ee06-4b36-8cb4-d3c081f85d50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-7b17e9af-ee06-4b36-8cb4-d3c081f85d50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-7b17e9af-ee06-4b36-8cb4-d3c081f85d50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b17e9af-ee06-4b36-8cb4-d3c081f85d50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

}

#s-cf9ca799-fd83-4596-9ec5-d578321ce8e3 {
  text-align: left;
}

#s-cf9ca799-fd83-4596-9ec5-d578321ce8e3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-cf9ca799-fd83-4596-9ec5-d578321ce8e3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-cf9ca799-fd83-4596-9ec5-d578321ce8e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c50ada72-b786-4da0-a861-486044e61836 {
  margin-bottom: 3em;
min-height: 50px;
}








#s-c50ada72-b786-4da0-a861-486044e61836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c50ada72-b786-4da0-a861-486044e61836.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20ab1d09-b743-46f8-826d-16e3a3998965 {
  padding-bottom: 0.71428em;
text-align: center;
}

#s-20ab1d09-b743-46f8-826d-16e3a3998965 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-110cdbb5-a1e1-471a-9949-16a2defbf3f2 {
  margin-bottom: 2.5em;
min-height: 50px;
}








#s-110cdbb5-a1e1-471a-9949-16a2defbf3f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-110cdbb5-a1e1-471a-9949-16a2defbf3f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-df011f93-b7bd-4fc3-8a47-e8055431357d {
  display: none;
}
#s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-content-s-df011f93-b7bd-4fc3-8a47-e8055431357d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df011f93-b7bd-4fc3-8a47-e8055431357d {
  display: none;
}
#s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-content-s-df011f93-b7bd-4fc3-8a47-e8055431357d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df011f93-b7bd-4fc3-8a47-e8055431357d {
  display: none;
}
#s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-content-s-df011f93-b7bd-4fc3-8a47-e8055431357d { display: none !important; }}@media (max-width: 767px){#s-df011f93-b7bd-4fc3-8a47-e8055431357d {
  display: none;
}
#s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-s-df011f93-b7bd-4fc3-8a47-e8055431357d, #wrap-content-s-df011f93-b7bd-4fc3-8a47-e8055431357d { display: none !important; }}
#s-d050781a-3780-47db-92df-43a47a1674ed {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-d050781a-3780-47db-92df-43a47a1674ed .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-50507b35-d740-4e1a-a6e4-ef6a9862dd8f {
  margin-bottom: 4em;
padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
background-color: rgba(0, 102, 179, 0.04);
}








#s-50507b35-d740-4e1a-a6e4-ef6a9862dd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50507b35-d740-4e1a-a6e4-ef6a9862dd8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4921c25d-526e-4be0-89b6-f160f6f0b37e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

#s-c7e64b39-0f09-4a41-96a7-7c4a80f37907 {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-c7e64b39-0f09-4a41-96a7-7c4a80f37907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7e64b39-0f09-4a41-96a7-7c4a80f37907.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ee5f8f-b64b-437e-9674-9f6f5242786f {
  padding-bottom: 1em;
text-align: center;
}

#s-07ee5f8f-b64b-437e-9674-9f6f5242786f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-a923e6c5-d0a0-4c04-bef3-e7dd0d10cb87 {
  display: none;
}
#s-a923e6c5-d0a0-4c04-bef3-e7dd0d10cb87, #wrap-s-a923e6c5-d0a0-4c04-bef3-e7dd0d10cb87, #wrap-content-s-a923e6c5-d0a0-4c04-bef3-e7dd0d10cb87 { display: none !important; }}
@media (min-width: 1200px){#s-ba8d64ec-d933-4488-ae88-45e67893853b {
  display: none;
}
#s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-content-s-ba8d64ec-d933-4488-ae88-45e67893853b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba8d64ec-d933-4488-ae88-45e67893853b {
  display: none;
}
#s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-content-s-ba8d64ec-d933-4488-ae88-45e67893853b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba8d64ec-d933-4488-ae88-45e67893853b {
  display: none;
}
#s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-s-ba8d64ec-d933-4488-ae88-45e67893853b, #wrap-content-s-ba8d64ec-d933-4488-ae88-45e67893853b { display: none !important; }}
#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  
}
}@media (max-width: 767px){#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  display: none;
}
#s-4e4199a9-9999-4bd7-82cc-2228dc57911c, #wrap-s-4e4199a9-9999-4bd7-82cc-2228dc57911c, #wrap-content-s-4e4199a9-9999-4bd7-82cc-2228dc57911c { display: none !important; }}
#s-4e4199a9-9999-4bd7-82cc-2228dc57911c {
  background-image: url();
}








#s-4e4199a9-9999-4bd7-82cc-2228dc57911c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e4199a9-9999-4bd7-82cc-2228dc57911c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-aa2c3ba3-5131-493c-bcd9-0078d0a51b6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa2c3ba3-5131-493c-bcd9-0078d0a51b6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-aa2c3ba3-5131-493c-bcd9-0078d0a51b6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa2c3ba3-5131-493c-bcd9-0078d0a51b6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-9127ff68-7173-4d42-9941-76c16a9977ed {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9127ff68-7173-4d42-9941-76c16a9977ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9127ff68-7173-4d42-9941-76c16a9977ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9127ff68-7173-4d42-9941-76c16a9977ed {
  
}
}@media (max-width: 767px){#s-9127ff68-7173-4d42-9941-76c16a9977ed {
  
}
}
@media (min-width: 0px) {
[id="s-9127ff68-7173-4d42-9941-76c16a9977ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9127ff68-7173-4d42-9941-76c16a9977ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9127ff68-7173-4d42-9941-76c16a9977ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9127ff68-7173-4d42-9941-76c16a9977ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-05932e4f-b8e7-4f57-9503-39b457a6ed2e {
  margin-bottom: 2em;
min-height: 50px;
}








#s-05932e4f-b8e7-4f57-9503-39b457a6ed2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05932e4f-b8e7-4f57-9503-39b457a6ed2e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1cf26952-587b-43c6-b461-a71860df4b5c .shogun-icon-wrapper {
  text-align: center;
}


#s-1cf26952-587b-43c6-b461-a71860df4b5c .shogun-icon-wrapper > .shogun-icon {

  font-size: 5em !important;
  color: rgba(0, 102, 179, 1);
}

#s-0764f2cd-0abd-4f4c-abd3-099f5b1820e4 {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-0764f2cd-0abd-4f4c-abd3-099f5b1820e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0764f2cd-0abd-4f4c-abd3-099f5b1820e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0764f2cd-0abd-4f4c-abd3-099f5b1820e4 {
  
}
}@media (max-width: 767px){#s-0764f2cd-0abd-4f4c-abd3-099f5b1820e4 {
  
}
}
#s-e793edfa-5c8b-450c-b65d-2bf67dbbd892 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-e793edfa-5c8b-450c-b65d-2bf67dbbd892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e793edfa-5c8b-450c-b65d-2bf67dbbd892.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-09f111c9-c5ea-46c9-a2b8-bd702443a2c8 {
  margin-bottom: 0.3em;
}

#s-09f111c9-c5ea-46c9-a2b8-bd702443a2c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-09f111c9-c5ea-46c9-a2b8-bd702443a2c8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 4.7em !important;
  color: rgba(0, 102, 179, 1);
}

#s-45ebb4ba-9953-4760-8f12-7a38e7c5ecf9 {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-45ebb4ba-9953-4760-8f12-7a38e7c5ecf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45ebb4ba-9953-4760-8f12-7a38e7c5ecf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45ebb4ba-9953-4760-8f12-7a38e7c5ecf9 {
  
}
}@media (max-width: 767px){#s-45ebb4ba-9953-4760-8f12-7a38e7c5ecf9 {
  
}
}
#s-e4484898-abc4-49d3-8158-7333c2e180aa {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e4484898-abc4-49d3-8158-7333c2e180aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4484898-abc4-49d3-8158-7333c2e180aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4484898-abc4-49d3-8158-7333c2e180aa {
  
}
}@media (max-width: 767px){#s-e4484898-abc4-49d3-8158-7333c2e180aa {
  
}
}
@media (min-width: 0px) {
[id="s-e4484898-abc4-49d3-8158-7333c2e180aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4484898-abc4-49d3-8158-7333c2e180aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e4484898-abc4-49d3-8158-7333c2e180aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4484898-abc4-49d3-8158-7333c2e180aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-88dceaaf-17cc-4a64-bd14-906e787c361e {
  margin-bottom: 2em;
min-height: 50px;
}








#s-88dceaaf-17cc-4a64-bd14-906e787c361e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88dceaaf-17cc-4a64-bd14-906e787c361e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-40a93ea4-1a98-425a-9f68-b99d25180b3f {
  margin-bottom: 0.25em;
min-height: 50px;
}








#s-40a93ea4-1a98-425a-9f68-b99d25180b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40a93ea4-1a98-425a-9f68-b99d25180b3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7be8a5f6-0099-48d4-bda2-aae09a118f87 {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-7be8a5f6-0099-48d4-bda2-aae09a118f87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be8a5f6-0099-48d4-bda2-aae09a118f87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be8a5f6-0099-48d4-bda2-aae09a118f87 {
  
}
}@media (max-width: 767px){#s-7be8a5f6-0099-48d4-bda2-aae09a118f87 {
  
}
}
#s-52ecb2ea-8e5e-488a-a2fc-0a22401b9d41 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-52ecb2ea-8e5e-488a-a2fc-0a22401b9d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52ecb2ea-8e5e-488a-a2fc-0a22401b9d41.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d9ec41ac-318d-40d0-b0f6-b651a2ce518d {
  margin-bottom: 0.2em;
}

#s-d9ec41ac-318d-40d0-b0f6-b651a2ce518d .shogun-icon-wrapper {
  text-align: center;
}


#s-d9ec41ac-318d-40d0-b0f6-b651a2ce518d .shogun-icon-wrapper > .shogun-icon {

  font-size: 4.8em !important;
  color: rgba(0, 102, 179, 1);
}

#s-4c252203-c86a-4c02-9bf8-2a115f14267c {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-4c252203-c86a-4c02-9bf8-2a115f14267c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c252203-c86a-4c02-9bf8-2a115f14267c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c252203-c86a-4c02-9bf8-2a115f14267c {
  
}
}@media (max-width: 767px){#s-4c252203-c86a-4c02-9bf8-2a115f14267c {
  
}
}
#s-b10775da-7fc8-4df7-9fc6-5015474325fc {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
min-height: 50px;
max-width: 460px;
}
@media (min-width: 1200px){#s-b10775da-7fc8-4df7-9fc6-5015474325fc {
  display: none;
}
#s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-content-s-b10775da-7fc8-4df7-9fc6-5015474325fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10775da-7fc8-4df7-9fc6-5015474325fc {
  display: none;
}
#s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-content-s-b10775da-7fc8-4df7-9fc6-5015474325fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b10775da-7fc8-4df7-9fc6-5015474325fc {
  display: none;
}
#s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-s-b10775da-7fc8-4df7-9fc6-5015474325fc, #wrap-content-s-b10775da-7fc8-4df7-9fc6-5015474325fc { display: none !important; }}







#s-b10775da-7fc8-4df7-9fc6-5015474325fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b10775da-7fc8-4df7-9fc6-5015474325fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-5ac307fd-67a0-4995-b60e-54c152a560b2 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-5ac307fd-67a0-4995-b60e-54c152a560b2 .shg-sld-dot {
  background-color: rgba(0, 102, 179, 1);
}

#s-5ac307fd-67a0-4995-b60e-54c152a560b2 .shg-sld-nav-button.shg-sld-left,
#s-5ac307fd-67a0-4995-b60e-54c152a560b2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 102, 179, 1);
}

#s-028e8d0d-b700-421d-a7d3-1a07348ccae2 {
  margin-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-028e8d0d-b700-421d-a7d3-1a07348ccae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-028e8d0d-b700-421d-a7d3-1a07348ccae2 {
  cursor: pointer;
}#s-028e8d0d-b700-421d-a7d3-1a07348ccae2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1488a488-7a39-465c-a769-f74ac859ce90 {
  margin-bottom: 0.2em;
}

#s-1488a488-7a39-465c-a769-f74ac859ce90 .shogun-icon-wrapper {
  text-align: center;
}


#s-1488a488-7a39-465c-a769-f74ac859ce90 .shogun-icon-wrapper > .shogun-icon {

  font-size: 4.8em !important;
  color: rgba(0, 102, 179, 1);
}

#s-78a96e39-268b-4551-8078-15c13ecf112e {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-78a96e39-268b-4551-8078-15c13ecf112e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78a96e39-268b-4551-8078-15c13ecf112e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78a96e39-268b-4551-8078-15c13ecf112e {
  
}
}@media (max-width: 767px){#s-78a96e39-268b-4551-8078-15c13ecf112e {
  
}
}
#s-e9fdfe19-c449-44ed-ad48-c32483d8c4b4 {
  margin-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-e9fdfe19-c449-44ed-ad48-c32483d8c4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9fdfe19-c449-44ed-ad48-c32483d8c4b4 {
  cursor: pointer;
}#s-e9fdfe19-c449-44ed-ad48-c32483d8c4b4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a9b74265-5ded-4339-ba37-e7293b147590 {
  margin-bottom: 0.25em;
min-height: 50px;
}








#s-a9b74265-5ded-4339-ba37-e7293b147590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9b74265-5ded-4339-ba37-e7293b147590.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-494708f9-be82-448d-a049-2d75567a85b1 {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-494708f9-be82-448d-a049-2d75567a85b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-494708f9-be82-448d-a049-2d75567a85b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-494708f9-be82-448d-a049-2d75567a85b1 {
  
}
}@media (max-width: 767px){#s-494708f9-be82-448d-a049-2d75567a85b1 {
  
}
}
#s-e9ba1614-cfe7-4390-8ac6-ffc9c1f43a72 {
  margin-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-e9ba1614-cfe7-4390-8ac6-ffc9c1f43a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9ba1614-cfe7-4390-8ac6-ffc9c1f43a72 {
  cursor: pointer;
}#s-e9ba1614-cfe7-4390-8ac6-ffc9c1f43a72.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ebd38eae-6ca1-4506-832d-ae0168a481b9 {
  margin-bottom: 0.3em;
}

#s-ebd38eae-6ca1-4506-832d-ae0168a481b9 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebd38eae-6ca1-4506-832d-ae0168a481b9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 4.7em !important;
  color: rgba(0, 102, 179, 1);
}

#s-6cdea4f5-0145-45f6-8ba6-1d846f85e29d {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-6cdea4f5-0145-45f6-8ba6-1d846f85e29d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cdea4f5-0145-45f6-8ba6-1d846f85e29d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cdea4f5-0145-45f6-8ba6-1d846f85e29d {
  
}
}@media (max-width: 767px){#s-6cdea4f5-0145-45f6-8ba6-1d846f85e29d {
  
}
}
#s-a85ef002-aeaa-4650-ac59-b075fa76098a {
  margin-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-a85ef002-aeaa-4650-ac59-b075fa76098a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a85ef002-aeaa-4650-ac59-b075fa76098a {
  cursor: pointer;
}#s-a85ef002-aeaa-4650-ac59-b075fa76098a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7908136d-634b-449c-8ad4-92c0959b03fd .shogun-icon-wrapper {
  text-align: center;
}


#s-7908136d-634b-449c-8ad4-92c0959b03fd .shogun-icon-wrapper > .shogun-icon {

  font-size: 5em !important;
  color: rgba(0, 102, 179, 1);
}

#s-a4af0c91-ebac-4e84-a520-01e8df086711 {
  padding-top: 0.57142em;
opacity: 1;
}
@media (min-width: 1200px){#s-a4af0c91-ebac-4e84-a520-01e8df086711 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4af0c91-ebac-4e84-a520-01e8df086711 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4af0c91-ebac-4e84-a520-01e8df086711 {
  
}
}@media (max-width: 767px){#s-a4af0c91-ebac-4e84-a520-01e8df086711 {
  
}
}
/*
  $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;
  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;
}
