<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#s-7c08c36c-8aa0-4bf9-9f75-5f9d5ba450a5 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-af831231-1cac-4b75-a940-cdd918cd53b1 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-af831231-1cac-4b75-a940-cdd918cd53b1 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af831231-1cac-4b75-a940-cdd918cd53b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5e534949-5933-46c2-90f0-14cd333e690b {
  margin-bottom: 4em;
min-height: 50px;
}








#s-5e534949-5933-46c2-90f0-14cd333e690b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e534949-5933-46c2-90f0-14cd333e690b.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-0213076c-e8b3-4026-97b4-01a566dd1f96 {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0213076c-e8b3-4026-97b4-01a566dd1f96 {
  
}
}@media (max-width: 767px){#s-0213076c-e8b3-4026-97b4-01a566dd1f96 {
  
}
}
#s-0213076c-e8b3-4026-97b4-01a566dd1f96 .shogun-heading-component h2 {
  color: rgba(24, 74, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

@media (min-width: 768px) and (max-width: 991px){#s-bb4fa4ac-9e43-40ec-8e00-44874e687110 {
  
}
}@media (max-width: 767px){#s-bb4fa4ac-9e43-40ec-8e00-44874e687110 {
  
}
}
#s-dd4e5aaa-7ef1-429d-b16a-c8df52fe48d1 {
  margin-bottom: 4em;
min-height: 50px;
}








#s-dd4e5aaa-7ef1-429d-b16a-c8df52fe48d1 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd4e5aaa-7ef1-429d-b16a-c8df52fe48d1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e179cb39-fb84-46b0-ac14-5a414b3c0fe8 {
  padding-bottom: 1em;
text-align: center;
}

#s-e179cb39-fb84-46b0-ac14-5a414b3c0fe8 .shogun-heading-component h2 {
  color: rgba(24, 74, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1536422c-a8ab-4d7a-97b3-1cbe449cd770 {
  margin-bottom: 3em;
min-height: 50px;
}








#s-1536422c-a8ab-4d7a-97b3-1cbe449cd770 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1536422c-a8ab-4d7a-97b3-1cbe449cd770.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b6ac4ff-79f2-4f60-a66e-ff80f88274e5 {
  padding-bottom: 1em;
text-align: center;
}

#s-1b6ac4ff-79f2-4f60-a66e-ff80f88274e5 .shogun-heading-component h2 {
  color: rgba(24, 74, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px){#s-5562df64-399d-427b-bd5f-abfe471477ec {
  
}
}@media (max-width: 767px){#s-5562df64-399d-427b-bd5f-abfe471477ec {
  
}
}
@media (min-width: 0px) {
[id="s-5562df64-399d-427b-bd5f-abfe471477ec"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5562df64-399d-427b-bd5f-abfe471477ec"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5562df64-399d-427b-bd5f-abfe471477ec"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5562df64-399d-427b-bd5f-abfe471477ec"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eb47ec0c-da30-433c-a201-ae364dc7f0d5 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-eb47ec0c-da30-433c-a201-ae364dc7f0d5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb47ec0c-da30-433c-a201-ae364dc7f0d5.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  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 &gt; 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 &gt; 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-feac3897-01eb-445f-af4f-263bcbfab67c {
  text-align: center;
}







  #s-feac3897-01eb-445f-af4f-263bcbfab67c img.shogun-image {
    

    
    
    
  }


#s-feac3897-01eb-445f-af4f-263bcbfab67c .shogun-image-content {
  
    align-items: center;
  
}

#s-8b920a20-c0b6-43a0-93b3-32df3a4d9057 {
  padding-top: 8px;
text-align: center;
}

#s-8b920a20-c0b6-43a0-93b3-32df3a4d9057 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-8b920a20-c0b6-43a0-93b3-32df3a4d9057 .shogun-heading-component h4 a {
  color: #000;
}


#s-419d09d8-72f7-4cd3-868e-88f7faacde90 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-419d09d8-72f7-4cd3-868e-88f7faacde90 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-419d09d8-72f7-4cd3-868e-88f7faacde90.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b10d193f-70b8-479d-b4a5-556edc209653 {
  max-width: 640px;
text-align: center;
}








#s-b10d193f-70b8-479d-b4a5-556edc209653 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d926204-3ad6-4e2e-b598-20d4a6745ca8 {
  padding-top: 8px;
text-align: center;
}

#s-5d926204-3ad6-4e2e-b598-20d4a6745ca8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5d926204-3ad6-4e2e-b598-20d4a6745ca8 .shogun-heading-component h4 a {
  color: #000;
}


#s-d327ac34-a97b-458a-ae96-2b2835c7f75e {
  margin-bottom: 30px;
min-height: 50px;
}








#s-d327ac34-a97b-458a-ae96-2b2835c7f75e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d327ac34-a97b-458a-ae96-2b2835c7f75e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5635938e-783d-4023-bdf4-69e0478930b5 {
  text-align: center;
}







  #s-5635938e-783d-4023-bdf4-69e0478930b5 img.shogun-image {
    

    
    
    
  }


#s-5635938e-783d-4023-bdf4-69e0478930b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f4a6831-acb5-4e0e-b8eb-c247acc80f50 {
  padding-top: 8px;
text-align: center;
}

#s-5f4a6831-acb5-4e0e-b8eb-c247acc80f50 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5f4a6831-acb5-4e0e-b8eb-c247acc80f50 .shogun-heading-component h4 a {
  color: #000;
}


#s-68680192-4694-472a-8343-c1d08d0a1570 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-68680192-4694-472a-8343-c1d08d0a1570 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68680192-4694-472a-8343-c1d08d0a1570.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86087c68-803d-44b9-863b-eb0aaeff1be9 {
  text-align: center;
}







  #s-86087c68-803d-44b9-863b-eb0aaeff1be9 img.shogun-image {
    

    
    
    
  }


#s-86087c68-803d-44b9-863b-eb0aaeff1be9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5829e23-14f6-4e64-ba57-ca91da531c21 {
  padding-top: 8px;
text-align: center;
}

#s-a5829e23-14f6-4e64-ba57-ca91da531c21 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-a5829e23-14f6-4e64-ba57-ca91da531c21 .shogun-heading-component h4 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-e4a75fa6-ba7d-44c9-830e-8187e21d1372"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e4a75fa6-ba7d-44c9-830e-8187e21d1372"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e4a75fa6-ba7d-44c9-830e-8187e21d1372"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4a75fa6-ba7d-44c9-830e-8187e21d1372"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-44ee9f08-f88b-49ca-a233-b5e86d3b161e {
  margin-bottom: 30px;
min-height: 50px;
}








#s-44ee9f08-f88b-49ca-a233-b5e86d3b161e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44ee9f08-f88b-49ca-a233-b5e86d3b161e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3ac8b436-62df-4833-a3a6-97a7d947b2cd {
  text-align: center;
}







  #s-3ac8b436-62df-4833-a3a6-97a7d947b2cd img.shogun-image {
    

    
    
    
  }


#s-3ac8b436-62df-4833-a3a6-97a7d947b2cd .shogun-image-content {
  
    align-items: center;
  
}

#s-b1599fc6-2df9-4c52-aa26-ddcd0e9d4459 {
  padding-top: 8px;
text-align: center;
}

#s-b1599fc6-2df9-4c52-aa26-ddcd0e9d4459 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b1599fc6-2df9-4c52-aa26-ddcd0e9d4459 .shogun-heading-component h4 a {
  color: #000;
}


#s-556fef6c-abca-4886-90b6-280d8eec2530 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-556fef6c-abca-4886-90b6-280d8eec2530 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-556fef6c-abca-4886-90b6-280d8eec2530.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bedc4d0-a225-410e-bdc8-6ba3d5badf8d {
  text-align: center;
}







  #s-0bedc4d0-a225-410e-bdc8-6ba3d5badf8d img.shogun-image {
    

    
    
    
  }


#s-0bedc4d0-a225-410e-bdc8-6ba3d5badf8d .shogun-image-content {
  
    align-items: center;
  
}

#s-62d99a75-7924-4218-9085-0f2472f8120f {
  padding-top: 8px;
text-align: center;
}

#s-62d99a75-7924-4218-9085-0f2472f8120f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-62d99a75-7924-4218-9085-0f2472f8120f .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


#s-bac49459-f8ed-402a-8864-95feb986e47c {
  margin-bottom: 30px;
min-height: 50px;
}








#s-bac49459-f8ed-402a-8864-95feb986e47c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bac49459-f8ed-402a-8864-95feb986e47c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89f416c8-930f-44c3-96d1-b12a42df8729 {
  text-align: center;
}







  #s-89f416c8-930f-44c3-96d1-b12a42df8729 img.shogun-image {
    

    
    
    
  }


#s-89f416c8-930f-44c3-96d1-b12a42df8729 .shogun-image-content {
  
    align-items: center;
  
}

#s-207f3a8d-fb48-441a-822e-312024820932 {
  padding-top: 8px;
text-align: center;
}

#s-207f3a8d-fb48-441a-822e-312024820932 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-207f3a8d-fb48-441a-822e-312024820932 .shogun-heading-component h4 a {
  color: #000;
}


#s-eb98ec71-3643-4233-a50e-ebe52b267c62 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-eb98ec71-3643-4233-a50e-ebe52b267c62 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb98ec71-3643-4233-a50e-ebe52b267c62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d1895856-3e83-4ce7-8660-7e86fcb5b25f {
  text-align: center;
}







  #s-d1895856-3e83-4ce7-8660-7e86fcb5b25f img.shogun-image {
    

    
    
    
  }


#s-d1895856-3e83-4ce7-8660-7e86fcb5b25f .shogun-image-content {
  
    align-items: center;
  
}

#s-c287733c-6a11-499c-be36-2fc697595d2e {
  padding-top: 8px;
text-align: center;
}

#s-c287733c-6a11-499c-be36-2fc697595d2e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-c287733c-6a11-499c-be36-2fc697595d2e .shogun-heading-component h4 a {
  color: #000;
}


#s-bf73f8c6-814c-42d7-87ec-80dbf60e6b75 {
  margin-bottom: 1.5em;
min-height: 50px;
}








#s-bf73f8c6-814c-42d7-87ec-80dbf60e6b75 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf73f8c6-814c-42d7-87ec-80dbf60e6b75.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62bb6bf5-36b7-4426-8162-ef8e28c2283a {
  margin-bottom: 2em;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(24, 74, 108, 1);
}

#s-62bb6bf5-36b7-4426-8162-ef8e28c2283a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cfcb2d5e-6010-4e89-ada3-9307bd16c016 {
  margin-bottom: 3em;
padding-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(166, 177, 184, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-cfcb2d5e-6010-4e89-ada3-9307bd16c016 {
  background-image: url();
}








#s-cfcb2d5e-6010-4e89-ada3-9307bd16c016 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfcb2d5e-6010-4e89-ada3-9307bd16c016.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1591d2a4-3298-471e-9d36-6eb7a38cfd10 {
  min-height: 50px;
}








#s-1591d2a4-3298-471e-9d36-6eb7a38cfd10 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1591d2a4-3298-471e-9d36-6eb7a38cfd10.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8df108f7-50e3-45a7-940e-e161df9ca9a3 {
  padding-top: %;
}

@media (min-width: 0px) {
[id="s-8df108f7-50e3-45a7-940e-e161df9ca9a3"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8df108f7-50e3-45a7-940e-e161df9ca9a3"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-8df108f7-50e3-45a7-940e-e161df9ca9a3"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-8df108f7-50e3-45a7-940e-e161df9ca9a3"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-8597dc0b-5223-4a94-8dd3-dbb720921780 {
  margin-bottom: 1em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8597dc0b-5223-4a94-8dd3-dbb720921780 {
  
}
}@media (max-width: 767px){#s-8597dc0b-5223-4a94-8dd3-dbb720921780 {
  
}
}







#s-8597dc0b-5223-4a94-8dd3-dbb720921780 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8597dc0b-5223-4a94-8dd3-dbb720921780.shg-box.shg-c {
  justify-content: center;
}

#s-bda51717-5a82-4d68-8c6d-a3c402f0a312 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 8px;
border-right-width: 0px;
border-color: rgba(66, 128, 108, 1);
border-style: solid;
min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bda51717-5a82-4d68-8c6d-a3c402f0a312 {
  
}
}@media (max-width: 767px){#s-bda51717-5a82-4d68-8c6d-a3c402f0a312 {
  
}
}






  #s-bda51717-5a82-4d68-8c6d-a3c402f0a312 img.shogun-image {
    

    
    
    
  }


#s-bda51717-5a82-4d68-8c6d-a3c402f0a312 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2711c47-d321-46c4-b6c4-094262e51460 {
  padding-top: 5px;
text-align: center;
}

#s-d2711c47-d321-46c4-b6c4-094262e51460 .shogun-heading-component h3 {
  color: rgba(66, 128, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-691a33a3-0310-4f55-a6e0-fbfb3df93808 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-691a33a3-0310-4f55-a6e0-fbfb3df93808 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-691a33a3-0310-4f55-a6e0-fbfb3df93808.shg-box.shg-c {
  justify-content: center;
}

#s-89104600-f4c4-40a2-9103-8e3175c79008 {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 142px;
}
@media (max-width: 767px){#s-89104600-f4c4-40a2-9103-8e3175c79008 {
  
}
}
@media (min-width: 0px) {
[id="s-89104600-f4c4-40a2-9103-8e3175c79008"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-89104600-f4c4-40a2-9103-8e3175c79008"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-89104600-f4c4-40a2-9103-8e3175c79008"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-89104600-f4c4-40a2-9103-8e3175c79008"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

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

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

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

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

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

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

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

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

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

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

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

#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b92312-9d0a-4ae0-95b4-f6d566284bd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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-03a78633-08b5-43d0-beef-3e6dd6907382 {
  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-03a78633-08b5-43d0-beef-3e6dd6907382:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-03a78633-08b5-43d0-beef-3e6dd6907382:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-03a78633-08b5-43d0-beef-3e6dd6907382-atc-btn-wrapper {
    text-align: center;
  }


#s-03a78633-08b5-43d0-beef-3e6dd6907382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-03a78633-08b5-43d0-beef-3e6dd6907382-atc-btn-wrapper {
    text-align: center;
  }


#s-03a78633-08b5-43d0-beef-3e6dd6907382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-03a78633-08b5-43d0-beef-3e6dd6907382-atc-btn-wrapper {
    text-align: center;
  }


#s-03a78633-08b5-43d0-beef-3e6dd6907382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-03a78633-08b5-43d0-beef-3e6dd6907382-atc-btn-wrapper {
    text-align: center;
  }


#s-03a78633-08b5-43d0-beef-3e6dd6907382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-03a78633-08b5-43d0-beef-3e6dd6907382-atc-btn-wrapper {
    text-align: center;
  }


#s-03a78633-08b5-43d0-beef-3e6dd6907382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03a78633-08b5-43d0-beef-3e6dd6907382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-39ecff67-f4d7-4b53-aed4-933c2370338a {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-39ecff67-f4d7-4b53-aed4-933c2370338a .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-27ca8b9f-2dd9-4b78-866f-6c56f89f2b02 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-27ca8b9f-2dd9-4b78-866f-6c56f89f2b02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-27ca8b9f-2dd9-4b78-866f-6c56f89f2b02 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-27ca8b9f-2dd9-4b78-866f-6c56f89f2b02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb9911ff-1ae5-448c-8458-237b418c21bc {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9911ff-1ae5-448c-8458-237b418c21bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  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-0f3923ff-51a3-4da1-bff8-52b17574b3b7:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0f3923ff-51a3-4da1-bff8-52b17574b3b7-atc-btn-wrapper {
    text-align: center;
  }


#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0f3923ff-51a3-4da1-bff8-52b17574b3b7-atc-btn-wrapper {
    text-align: center;
  }


#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f3923ff-51a3-4da1-bff8-52b17574b3b7-atc-btn-wrapper {
    text-align: center;
  }


#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0f3923ff-51a3-4da1-bff8-52b17574b3b7-atc-btn-wrapper {
    text-align: center;
  }


#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0f3923ff-51a3-4da1-bff8-52b17574b3b7-atc-btn-wrapper {
    text-align: center;
  }


#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f3923ff-51a3-4da1-bff8-52b17574b3b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bc7934bc-0fc0-4da3-b261-4082d9b4ecf5 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-bc7934bc-0fc0-4da3-b261-4082d9b4ecf5 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-56630864-7898-4f90-bf2f-717995526da6 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-56630864-7898-4f90-bf2f-717995526da6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-56630864-7898-4f90-bf2f-717995526da6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-56630864-7898-4f90-bf2f-717995526da6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-60205c28-2c47-4fc9-a71e-58627aa942b7 {
  
}
}@media (max-width: 767px){#s-60205c28-2c47-4fc9-a71e-58627aa942b7 {
  
}
}
#s-4e9e3145-f415-4680-8167-e00ae201a28b {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e9e3145-f415-4680-8167-e00ae201a28b {
  
}
}@media (max-width: 767px){#s-4e9e3145-f415-4680-8167-e00ae201a28b {
  
}
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9e3145-f415-4680-8167-e00ae201a28b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  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-31787bab-4d21-4f26-80f4-db2c5502c4bc:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-31787bab-4d21-4f26-80f4-db2c5502c4bc:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-31787bab-4d21-4f26-80f4-db2c5502c4bc-atc-btn-wrapper {
    text-align: center;
  }


#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-31787bab-4d21-4f26-80f4-db2c5502c4bc-atc-btn-wrapper {
    text-align: center;
  }


#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-31787bab-4d21-4f26-80f4-db2c5502c4bc-atc-btn-wrapper {
    text-align: center;
  }


#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-31787bab-4d21-4f26-80f4-db2c5502c4bc-atc-btn-wrapper {
    text-align: center;
  }


#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-31787bab-4d21-4f26-80f4-db2c5502c4bc-atc-btn-wrapper {
    text-align: center;
  }


#s-31787bab-4d21-4f26-80f4-db2c5502c4bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-31787bab-4d21-4f26-80f4-db2c5502c4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-54ce01ee-3c20-47d9-81d7-447aa12c49ac {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-54ce01ee-3c20-47d9-81d7-447aa12c49ac .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-c3ab590d-743e-477b-a92b-e5f88ab5c9bc {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-c3ab590d-743e-477b-a92b-e5f88ab5c9bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c3ab590d-743e-477b-a92b-e5f88ab5c9bc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c3ab590d-743e-477b-a92b-e5f88ab5c9bc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e2d9e02-c38c-4b9d-86da-ed26839be30d {
  margin-top: 1.5em;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 216px;
}








#s-9e2d9e02-c38c-4b9d-86da-ed26839be30d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e2d9e02-c38c-4b9d-86da-ed26839be30d.shg-box.shg-c {
  justify-content: flex-start;
}

.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-1fac0f00-1845-45f3-956b-8877a852f536 {
  border-style: solid;
margin-top: 1.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(66, 128, 108, 1);
border-radius: 2px;
background-color: rgba(66, 128, 108, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1fac0f00-1845-45f3-956b-8877a852f536:hover {border-style: solid !important;
border-color: rgba(66, 128, 108, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(66, 128, 108, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1fac0f00-1845-45f3-956b-8877a852f536:active {border-style: solid !important;
border-color: rgba(66, 128, 108, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(66, 128, 108, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1fac0f00-1845-45f3-956b-8877a852f536-root {
    text-align: center;
  }


#s-1fac0f00-1845-45f3-956b-8877a852f536.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fac0f00-1845-45f3-956b-8877a852f536-root {
    text-align: center;
  }


#s-1fac0f00-1845-45f3-956b-8877a852f536.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fac0f00-1845-45f3-956b-8877a852f536-root {
    text-align: center;
  }


#s-1fac0f00-1845-45f3-956b-8877a852f536.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fac0f00-1845-45f3-956b-8877a852f536-root {
    text-align: center;
  }


#s-1fac0f00-1845-45f3-956b-8877a852f536.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fac0f00-1845-45f3-956b-8877a852f536-root {
    text-align: center;
  }


#s-1fac0f00-1845-45f3-956b-8877a852f536.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68988175-f0a1-4b04-8bc3-10b397ae72b8 {
  margin-bottom: 3em;
padding-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(166, 177, 184, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-68988175-f0a1-4b04-8bc3-10b397ae72b8 {
  background-image: url();
}








#s-68988175-f0a1-4b04-8bc3-10b397ae72b8 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68988175-f0a1-4b04-8bc3-10b397ae72b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e84fd17-4802-4dbb-bf75-196ddf97403f {
  min-height: 50px;
}








#s-9e84fd17-4802-4dbb-bf75-196ddf97403f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e84fd17-4802-4dbb-bf75-196ddf97403f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f739c250-57d1-4313-9d6d-545b1a213161 {
  padding-top: %;
}

@media (min-width: 0px) {
[id="s-f739c250-57d1-4313-9d6d-545b1a213161"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f739c250-57d1-4313-9d6d-545b1a213161"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-f739c250-57d1-4313-9d6d-545b1a213161"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-f739c250-57d1-4313-9d6d-545b1a213161"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (max-width: 767px) {
  [id="s-f739c250-57d1-4313-9d6d-545b1a213161"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a4a99144-b2b0-4c6e-9a43-752cef780098 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-a4a99144-b2b0-4c6e-9a43-752cef780098 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4a99144-b2b0-4c6e-9a43-752cef780098.shg-box.shg-c {
  justify-content: center;
}

#s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94 {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 142px;
}
@media (max-width: 767px){#s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94 {
  
}
}
@media (min-width: 0px) {
[id="s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8af1c61b-58ac-49fe-a74c-b1f9fff31d94"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9ac39e16-122e-43d9-827f-19f9e3961451 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac39e16-122e-43d9-827f-19f9e3961451 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  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-88b23d86-3b67-4293-8fc3-3f5eb27c8a95:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95-atc-btn-wrapper {
    text-align: center;
  }


#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95-atc-btn-wrapper {
    text-align: center;
  }


#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95-atc-btn-wrapper {
    text-align: center;
  }


#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95-atc-btn-wrapper {
    text-align: center;
  }


#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95-atc-btn-wrapper {
    text-align: center;
  }


#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88b23d86-3b67-4293-8fc3-3f5eb27c8a95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cc7c2a66-0f27-4855-8410-89b8aea320b1 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-cc7c2a66-0f27-4855-8410-89b8aea320b1 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-07ab8ec7-1006-4d8f-8976-84ee4d3751fa {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-07ab8ec7-1006-4d8f-8976-84ee4d3751fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-07ab8ec7-1006-4d8f-8976-84ee4d3751fa .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-07ab8ec7-1006-4d8f-8976-84ee4d3751fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db8bc35-48b0-4111-a8d4-823fa454a9a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  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-c017c8a2-cb48-4773-b4cd-188721094787:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c017c8a2-cb48-4773-b4cd-188721094787:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c017c8a2-cb48-4773-b4cd-188721094787-atc-btn-wrapper {
    text-align: center;
  }


#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c017c8a2-cb48-4773-b4cd-188721094787-atc-btn-wrapper {
    text-align: center;
  }


#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c017c8a2-cb48-4773-b4cd-188721094787-atc-btn-wrapper {
    text-align: center;
  }


#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c017c8a2-cb48-4773-b4cd-188721094787-atc-btn-wrapper {
    text-align: center;
  }


#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c017c8a2-cb48-4773-b4cd-188721094787-atc-btn-wrapper {
    text-align: center;
  }


#s-c017c8a2-cb48-4773-b4cd-188721094787 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c017c8a2-cb48-4773-b4cd-188721094787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d44eb548-fe2d-4f7c-9012-6f717ccb0cce {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-d44eb548-fe2d-4f7c-9012-6f717ccb0cce .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-89b19b98-6bdf-4c2f-a549-82a7af836d7b {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-89b19b98-6bdf-4c2f-a549-82a7af836d7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-89b19b98-6bdf-4c2f-a549-82a7af836d7b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-89b19b98-6bdf-4c2f-a549-82a7af836d7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-49fc4388-9aed-4eba-a2b3-dd93aea39f57 {
  
}
}@media (max-width: 767px){#s-49fc4388-9aed-4eba-a2b3-dd93aea39f57 {
  
}
}
#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 {
  
}
}@media (max-width: 767px){#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 {
  
}
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89d100a-593a-42f6-9b6c-0825edf25ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  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-4922cd59-3670-4fa8-8fd1-a4ad99469eff:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4922cd59-3670-4fa8-8fd1-a4ad99469eff-atc-btn-wrapper {
    text-align: center;
  }


#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4922cd59-3670-4fa8-8fd1-a4ad99469eff-atc-btn-wrapper {
    text-align: center;
  }


#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4922cd59-3670-4fa8-8fd1-a4ad99469eff-atc-btn-wrapper {
    text-align: center;
  }


#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4922cd59-3670-4fa8-8fd1-a4ad99469eff-atc-btn-wrapper {
    text-align: center;
  }


#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4922cd59-3670-4fa8-8fd1-a4ad99469eff-atc-btn-wrapper {
    text-align: center;
  }


#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4922cd59-3670-4fa8-8fd1-a4ad99469eff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5c2ee9cd-7baf-4f41-b5ff-48c8b8870f6b {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-5c2ee9cd-7baf-4f41-b5ff-48c8b8870f6b .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-f0f8fd88-0855-4003-a02a-4fa0413a2ce0 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-f0f8fd88-0855-4003-a02a-4fa0413a2ce0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f0f8fd88-0855-4003-a02a-4fa0413a2ce0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f0f8fd88-0855-4003-a02a-4fa0413a2ce0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca386788-e71a-4b6b-90e1-7db730b2ede4 {
  margin-top: 1.5em;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 216px;
}








#s-ca386788-e71a-4b6b-90e1-7db730b2ede4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca386788-e71a-4b6b-90e1-7db730b2ede4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043 {
  border-style: solid;
margin-top: 1.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(199, 80, 41, 1);
border-radius: 2px;
background-color: rgba(199, 80, 41, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043:hover {border-style: solid !important;
border-color: rgba(199, 80, 41, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(199, 80, 41, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043:active {border-style: solid !important;
border-color: rgba(199, 80, 41, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(199, 80, 41, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043-root {
    text-align: center;
  }


#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043-root {
    text-align: center;
  }


#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043-root {
    text-align: center;
  }


#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043-root {
    text-align: center;
  }


#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043-root {
    text-align: center;
  }


#s-b8c6b1ed-1ffe-48b0-b996-be3463cd7043.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-599e31ce-9d7e-4fde-9894-e9326a891d5f {
  margin-bottom: 1em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-599e31ce-9d7e-4fde-9894-e9326a891d5f {
  
}
}@media (max-width: 767px){#s-599e31ce-9d7e-4fde-9894-e9326a891d5f {
  
}
}







#s-599e31ce-9d7e-4fde-9894-e9326a891d5f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-599e31ce-9d7e-4fde-9894-e9326a891d5f.shg-box.shg-c {
  justify-content: center;
}

#s-4cef33ad-c801-4eec-9eaa-17389c4cf8d6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 8px;
border-right-width: 0px;
border-color: rgba(199, 80, 41, 1);
border-style: solid;
min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cef33ad-c801-4eec-9eaa-17389c4cf8d6 {
  
}
}@media (max-width: 767px){#s-4cef33ad-c801-4eec-9eaa-17389c4cf8d6 {
  
}
}






  #s-4cef33ad-c801-4eec-9eaa-17389c4cf8d6 img.shogun-image {
    

    
    
    
  }


#s-4cef33ad-c801-4eec-9eaa-17389c4cf8d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd7af31-f63e-4e4f-9984-ecf8ef45cdb5 {
  padding-top: 5px;
text-align: center;
}

#s-bdd7af31-f63e-4e4f-9984-ecf8ef45cdb5 .shogun-heading-component h3 {
  color: rgba(199, 80, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1b004c2a-8077-4171-af23-78bc1f8fdcb3 {
  margin-bottom: 3em;
padding-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(166, 177, 184, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-1b004c2a-8077-4171-af23-78bc1f8fdcb3 {
  background-image: url();
}








#s-1b004c2a-8077-4171-af23-78bc1f8fdcb3 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b004c2a-8077-4171-af23-78bc1f8fdcb3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ccbb5f4-e6d5-4fb6-9ae4-ef607b19e3ef {
  min-height: 50px;
}








#s-7ccbb5f4-e6d5-4fb6-9ae4-ef607b19e3ef &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ccbb5f4-e6d5-4fb6-9ae4-ef607b19e3ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eb9a65d0-ce17-4373-a152-49df35abddde {
  padding-top: %;
}

@media (min-width: 0px) {
[id="s-eb9a65d0-ce17-4373-a152-49df35abddde"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb9a65d0-ce17-4373-a152-49df35abddde"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-eb9a65d0-ce17-4373-a152-49df35abddde"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb9a65d0-ce17-4373-a152-49df35abddde"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-59cd1dc4-96e2-4a10-b788-6a83d163f0ec {
  margin-bottom: 1em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-59cd1dc4-96e2-4a10-b788-6a83d163f0ec {
  
}
}@media (max-width: 767px){#s-59cd1dc4-96e2-4a10-b788-6a83d163f0ec {
  
}
}







#s-59cd1dc4-96e2-4a10-b788-6a83d163f0ec &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59cd1dc4-96e2-4a10-b788-6a83d163f0ec.shg-box.shg-c {
  justify-content: center;
}

#s-42c2f661-c0a9-44e2-b173-9b8512b09e9e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 7px;
border-right-width: 0px;
border-color: rgba(44, 106, 122, 1);
border-style: solid;
min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-42c2f661-c0a9-44e2-b173-9b8512b09e9e {
  
}
}@media (max-width: 767px){#s-42c2f661-c0a9-44e2-b173-9b8512b09e9e {
  
}
}






  #s-42c2f661-c0a9-44e2-b173-9b8512b09e9e img.shogun-image {
    

    
    
    
  }


#s-42c2f661-c0a9-44e2-b173-9b8512b09e9e .shogun-image-content {
  
    align-items: center;
  
}

#s-faeafd15-6efd-417c-8acc-cf5511ad8f4f {
  padding-top: 5px;
text-align: center;
}

#s-faeafd15-6efd-417c-8acc-cf5511ad8f4f .shogun-heading-component h3 {
  color: rgba(44, 106, 122, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f3b49ead-13f6-4458-b670-c2a67960c446 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-f3b49ead-13f6-4458-b670-c2a67960c446 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3b49ead-13f6-4458-b670-c2a67960c446.shg-box.shg-c {
  justify-content: center;
}

#s-785b94f4-3d5e-451b-8ec2-baf03fdd2687 {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 142px;
}
@media (max-width: 767px){#s-785b94f4-3d5e-451b-8ec2-baf03fdd2687 {
  
}
}
@media (min-width: 0px) {
[id="s-785b94f4-3d5e-451b-8ec2-baf03fdd2687"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-785b94f4-3d5e-451b-8ec2-baf03fdd2687"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-785b94f4-3d5e-451b-8ec2-baf03fdd2687"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-785b94f4-3d5e-451b-8ec2-baf03fdd2687"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4840a7-4cb5-4687-af94-9d2d883e5359 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  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-8523d2f7-1b5b-42f0-b58b-441c882f8ffa:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa-atc-btn-wrapper {
    text-align: center;
  }


#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa-atc-btn-wrapper {
    text-align: center;
  }


#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa-atc-btn-wrapper {
    text-align: center;
  }


#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa-atc-btn-wrapper {
    text-align: center;
  }


#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa-atc-btn-wrapper {
    text-align: center;
  }


#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8523d2f7-1b5b-42f0-b58b-441c882f8ffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d67d873b-00d1-4288-a1b8-6564ec595c45 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-d67d873b-00d1-4288-a1b8-6564ec595c45 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-e575b543-738c-462b-9ce9-c0388ec6f18b {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-e575b543-738c-462b-9ce9-c0388ec6f18b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e575b543-738c-462b-9ce9-c0388ec6f18b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e575b543-738c-462b-9ce9-c0388ec6f18b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c742e18-3be3-4f64-aa28-2c743198c086 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}



.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c742e18-3be3-4f64-aa28-2c743198c086 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  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-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0-atc-btn-wrapper {
    text-align: center;
  }


#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0-atc-btn-wrapper {
    text-align: center;
  }


#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0-atc-btn-wrapper {
    text-align: center;
  }


#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0-atc-btn-wrapper {
    text-align: center;
  }


#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0-atc-btn-wrapper {
    text-align: center;
  }


#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c0f96c1f-8eb4-46d7-8a3c-d2677b1a9ae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ddedf4de-7090-434a-861a-2632d3b87c33 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-ddedf4de-7090-434a-861a-2632d3b87c33 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-83aa7abc-ddc5-422b-87e8-7e3a5d88178f {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-83aa7abc-ddc5-422b-87e8-7e3a5d88178f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-83aa7abc-ddc5-422b-87e8-7e3a5d88178f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-83aa7abc-ddc5-422b-87e8-7e3a5d88178f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a380f64a-079c-4bf1-bc3a-f4776cb87a5e {
  
}
}@media (max-width: 767px){#s-a380f64a-079c-4bf1-bc3a-f4776cb87a5e {
  
}
}
#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 {
  
}
}@media (max-width: 767px){#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 {
  
}
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d184e1df-e34e-406f-be19-12fadfd5a2d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  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-2a60cd11-0155-430d-b5e6-a0f66440d7f4:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2a60cd11-0155-430d-b5e6-a0f66440d7f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2a60cd11-0155-430d-b5e6-a0f66440d7f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a60cd11-0155-430d-b5e6-a0f66440d7f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2a60cd11-0155-430d-b5e6-a0f66440d7f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2a60cd11-0155-430d-b5e6-a0f66440d7f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2a60cd11-0155-430d-b5e6-a0f66440d7f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ca9af77b-3249-460c-8e4e-07150c80bdf6 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-ca9af77b-3249-460c-8e4e-07150c80bdf6 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-ec27f514-c074-4b0a-a49b-5044b42a597d {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-ec27f514-c074-4b0a-a49b-5044b42a597d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ec27f514-c074-4b0a-a49b-5044b42a597d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ec27f514-c074-4b0a-a49b-5044b42a597d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-14a83097-1685-4d2a-bee1-8fe43d6699d4 {
  margin-top: 1.5em;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 216px;
}








#s-14a83097-1685-4d2a-bee1-8fe43d6699d4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14a83097-1685-4d2a-bee1-8fe43d6699d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6273e59c-913e-4be1-99ce-517efd8c0a1a {
  border-style: solid;
margin-top: 1.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(44, 106, 122, 1);
border-radius: 2px;
background-color: rgba(44, 106, 122, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6273e59c-913e-4be1-99ce-517efd8c0a1a:hover {border-style: solid !important;
border-color: rgba(44, 106, 122, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(44, 106, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6273e59c-913e-4be1-99ce-517efd8c0a1a:active {border-style: solid !important;
border-color: rgba(44, 106, 122, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(44, 106, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6273e59c-913e-4be1-99ce-517efd8c0a1a-root {
    text-align: center;
  }


#s-6273e59c-913e-4be1-99ce-517efd8c0a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6273e59c-913e-4be1-99ce-517efd8c0a1a-root {
    text-align: center;
  }


#s-6273e59c-913e-4be1-99ce-517efd8c0a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6273e59c-913e-4be1-99ce-517efd8c0a1a-root {
    text-align: center;
  }


#s-6273e59c-913e-4be1-99ce-517efd8c0a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6273e59c-913e-4be1-99ce-517efd8c0a1a-root {
    text-align: center;
  }


#s-6273e59c-913e-4be1-99ce-517efd8c0a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6273e59c-913e-4be1-99ce-517efd8c0a1a-root {
    text-align: center;
  }


#s-6273e59c-913e-4be1-99ce-517efd8c0a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* &lt;-- 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;
}
</pre></body></html>