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

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

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

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

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

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

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

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

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

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

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

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

#s-74a644c6-6155-4650-9e96-952ab9824a55 {
  min-height: 50px;
}








#s-74a644c6-6155-4650-9e96-952ab9824a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74a644c6-6155-4650-9e96-952ab9824a55.shg-box.shg-c {
  justify-content: flex-start;
}

#s-30a9f43a-2061-4cff-b66b-4f1e347fc4c1 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-30a9f43a-2061-4cff-b66b-4f1e347fc4c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30a9f43a-2061-4cff-b66b-4f1e347fc4c1.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-215013f4-c998-4eb2-95e9-17386b36c5d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-215013f4-c998-4eb2-95e9-17386b36c5d8 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-215013f4-c998-4eb2-95e9-17386b36c5d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5d8cd872-f68e-4900-8d4e-071502cfc246 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-5d8cd872-f68e-4900-8d4e-071502cfc246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d8cd872-f68e-4900-8d4e-071502cfc246.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

#s-26dd23a6-445d-45d3-a061-d93fe9aa650e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-26dd23a6-445d-45d3-a061-d93fe9aa650e {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26dd23a6-445d-45d3-a061-d93fe9aa650e {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26dd23a6-445d-45d3-a061-d93fe9aa650e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-26dd23a6-445d-45d3-a061-d93fe9aa650e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26dd23a6-445d-45d3-a061-d93fe9aa650e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26dd23a6-445d-45d3-a061-d93fe9aa650e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26dd23a6-445d-45d3-a061-d93fe9aa650e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8fc58c18-a7f7-4ac6-b2e0-1071f5817514 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(100, 118, 106, 1);
}
@media (min-width: 1200px){#s-8fc58c18-a7f7-4ac6-b2e0-1071f5817514 {
  margin-left: 2px;
margin-bottom: 19px;
margin-right: 2px;
border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fc58c18-a7f7-4ac6-b2e0-1071f5817514 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fc58c18-a7f7-4ac6-b2e0-1071f5817514 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-8fc58c18-a7f7-4ac6-b2e0-1071f5817514 {
  background-color: rgba(255, 255, 255, 1);
}
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-9b31fe76-8acd-4d40-85ee-044ac9108b4a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9b31fe76-8acd-4d40-85ee-044ac9108b4a .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c699c3b2-ab34-4ba9-80a3-c0fb3ca7629f {
  max-width: 295px;
text-align: center;
}
@media (min-width: 1200px){#s-c699c3b2-ab34-4ba9-80a3-c0fb3ca7629f {
  max-width: 500px;
}
}@media (max-width: 767px){#s-c699c3b2-ab34-4ba9-80a3-c0fb3ca7629f {
  min-height: 0px;
max-width: 500px;
}
}
#s-c699c3b2-ab34-4ba9-80a3-c0fb3ca7629f {
  overflow: hidden;
  
  
      max-width: 295px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c699c3b2-ab34-4ba9-80a3-c0fb3ca7629f .shogun-image-content {
  
    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-6d53db06-c438-46c9-817d-725c122cb54c {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-6d53db06-c438-46c9-817d-725c122cb54c:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-6d53db06-c438-46c9-817d-725c122cb54c:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6d53db06-c438-46c9-817d-725c122cb54c {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-6d53db06-c438-46c9-817d-725c122cb54c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 500px;
background-color: rgba(2, 195, 154, 1);
}
}

  #s-6d53db06-c438-46c9-817d-725c122cb54c-root {
    text-align: center;
  }


#s-6d53db06-c438-46c9-817d-725c122cb54c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d53db06-c438-46c9-817d-725c122cb54c-root {
    text-align: center;
  }


#s-6d53db06-c438-46c9-817d-725c122cb54c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d53db06-c438-46c9-817d-725c122cb54c-root {
    text-align: center;
  }


#s-6d53db06-c438-46c9-817d-725c122cb54c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d53db06-c438-46c9-817d-725c122cb54c-root {
    text-align: center;
  }


#s-6d53db06-c438-46c9-817d-725c122cb54c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d53db06-c438-46c9-817d-725c122cb54c-root {
    text-align: center;
  }


#s-6d53db06-c438-46c9-817d-725c122cb54c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-df5843ba-3077-413d-ba0c-b23654e79e84 {
  border-style: solid;
margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-df5843ba-3077-413d-ba0c-b23654e79e84:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-df5843ba-3077-413d-ba0c-b23654e79e84:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-df5843ba-3077-413d-ba0c-b23654e79e84 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df5843ba-3077-413d-ba0c-b23654e79e84 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df5843ba-3077-413d-ba0c-b23654e79e84 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-df5843ba-3077-413d-ba0c-b23654e79e84 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
}

  #s-df5843ba-3077-413d-ba0c-b23654e79e84-root {
    text-align: center;
  }


#s-df5843ba-3077-413d-ba0c-b23654e79e84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-df5843ba-3077-413d-ba0c-b23654e79e84-root {
    text-align: center;
  }


#s-df5843ba-3077-413d-ba0c-b23654e79e84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df5843ba-3077-413d-ba0c-b23654e79e84-root {
    text-align: center;
  }


#s-df5843ba-3077-413d-ba0c-b23654e79e84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df5843ba-3077-413d-ba0c-b23654e79e84-root {
    text-align: center;
  }


#s-df5843ba-3077-413d-ba0c-b23654e79e84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-df5843ba-3077-413d-ba0c-b23654e79e84-root {
    text-align: center;
  }


#s-df5843ba-3077-413d-ba0c-b23654e79e84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-641a5a5e-dc49-4e28-bd87-cf8acc9dd6a8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(100, 118, 106, 1);
}
@media (min-width: 1200px){#s-641a5a5e-dc49-4e28-bd87-cf8acc9dd6a8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-641a5a5e-dc49-4e28-bd87-cf8acc9dd6a8 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-641a5a5e-dc49-4e28-bd87-cf8acc9dd6a8 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-641a5a5e-dc49-4e28-bd87-cf8acc9dd6a8 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-99cab7f5-d8c7-4888-9829-6da92186e7e6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-99cab7f5-d8c7-4888-9829-6da92186e7e6 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  
  
  
  
}

#s-5f95c520-dc28-4a19-a579-98c49240a93e {
  max-width: 296px;
text-align: center;
}
@media (min-width: 1200px){#s-5f95c520-dc28-4a19-a579-98c49240a93e {
  max-width: 500px;
}
}@media (max-width: 767px){#s-5f95c520-dc28-4a19-a579-98c49240a93e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
}
}
#s-5f95c520-dc28-4a19-a579-98c49240a93e {
  overflow: hidden;
  
  
      max-width: 296px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5f95c520-dc28-4a19-a579-98c49240a93e .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c14a03c5-3de3-4942-860e-05ff971c164b {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-c14a03c5-3de3-4942-860e-05ff971c164b:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-c14a03c5-3de3-4942-860e-05ff971c164b:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c14a03c5-3de3-4942-860e-05ff971c164b {
  margin-top: 13px;
margin-bottom: 7px;
}
}

  #s-c14a03c5-3de3-4942-860e-05ff971c164b-root {
    text-align: center;
  }


#s-c14a03c5-3de3-4942-860e-05ff971c164b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c14a03c5-3de3-4942-860e-05ff971c164b-root {
    text-align: center;
  }


#s-c14a03c5-3de3-4942-860e-05ff971c164b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c14a03c5-3de3-4942-860e-05ff971c164b-root {
    text-align: center;
  }


#s-c14a03c5-3de3-4942-860e-05ff971c164b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c14a03c5-3de3-4942-860e-05ff971c164b-root {
    text-align: center;
  }


#s-c14a03c5-3de3-4942-860e-05ff971c164b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c14a03c5-3de3-4942-860e-05ff971c164b-root {
    text-align: center;
  }


#s-c14a03c5-3de3-4942-860e-05ff971c164b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-1804f69e-cd10-4fa8-85b4-35a91900368a {
  border-style: solid;
margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-1804f69e-cd10-4fa8-85b4-35a91900368a:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-1804f69e-cd10-4fa8-85b4-35a91900368a:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1804f69e-cd10-4fa8-85b4-35a91900368a {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1804f69e-cd10-4fa8-85b4-35a91900368a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1804f69e-cd10-4fa8-85b4-35a91900368a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1804f69e-cd10-4fa8-85b4-35a91900368a {
  margin-left: 0px;
margin-right: 0px;
}
}

  #s-1804f69e-cd10-4fa8-85b4-35a91900368a-root {
    text-align: center;
  }


#s-1804f69e-cd10-4fa8-85b4-35a91900368a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1804f69e-cd10-4fa8-85b4-35a91900368a-root {
    text-align: center;
  }


#s-1804f69e-cd10-4fa8-85b4-35a91900368a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1804f69e-cd10-4fa8-85b4-35a91900368a-root {
    text-align: center;
  }


#s-1804f69e-cd10-4fa8-85b4-35a91900368a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1804f69e-cd10-4fa8-85b4-35a91900368a-root {
    text-align: center;
  }


#s-1804f69e-cd10-4fa8-85b4-35a91900368a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1804f69e-cd10-4fa8-85b4-35a91900368a-root {
    text-align: center;
  }


#s-1804f69e-cd10-4fa8-85b4-35a91900368a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-6f96f7ec-6c67-40e4-9df0-1fd62d7cfd8f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(100, 118, 106, 1);
}
@media (min-width: 1200px){#s-6f96f7ec-6c67-40e4-9df0-1fd62d7cfd8f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f96f7ec-6c67-40e4-9df0-1fd62d7cfd8f {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f96f7ec-6c67-40e4-9df0-1fd62d7cfd8f {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-6f96f7ec-6c67-40e4-9df0-1fd62d7cfd8f {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-f042f587-f034-4499-b4bd-07df9f84f9d1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f042f587-f034-4499-b4bd-07df9f84f9d1 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-f042f587-f034-4499-b4bd-07df9f84f9d1 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  
  
  
  
}

#s-95b6eceb-6b6c-4208-9d15-99d8f83991ed {
  max-width: 296px;
text-align: center;
}
@media (min-width: 1200px){#s-95b6eceb-6b6c-4208-9d15-99d8f83991ed {
  max-width: 500px;
}
}@media (max-width: 767px){#s-95b6eceb-6b6c-4208-9d15-99d8f83991ed {
  max-width: 500px;
}
}
#s-95b6eceb-6b6c-4208-9d15-99d8f83991ed {
  overflow: hidden;
  
  
      max-width: 296px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-95b6eceb-6b6c-4208-9d15-99d8f83991ed .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-2b492306-d965-4e7c-9169-5b40458f9643 {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-2b492306-d965-4e7c-9169-5b40458f9643:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-2b492306-d965-4e7c-9169-5b40458f9643:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2b492306-d965-4e7c-9169-5b40458f9643 {
  margin-top: 15px;
}
}

  #s-2b492306-d965-4e7c-9169-5b40458f9643-root {
    text-align: center;
  }


#s-2b492306-d965-4e7c-9169-5b40458f9643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b492306-d965-4e7c-9169-5b40458f9643-root {
    text-align: center;
  }


#s-2b492306-d965-4e7c-9169-5b40458f9643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b492306-d965-4e7c-9169-5b40458f9643-root {
    text-align: center;
  }


#s-2b492306-d965-4e7c-9169-5b40458f9643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b492306-d965-4e7c-9169-5b40458f9643-root {
    text-align: center;
  }


#s-2b492306-d965-4e7c-9169-5b40458f9643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b492306-d965-4e7c-9169-5b40458f9643-root {
    text-align: center;
  }


#s-2b492306-d965-4e7c-9169-5b40458f9643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-70870172-ee18-4663-84c6-fa7ed9f37f33 {
  border-style: solid;
margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-70870172-ee18-4663-84c6-fa7ed9f37f33:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-70870172-ee18-4663-84c6-fa7ed9f37f33:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-70870172-ee18-4663-84c6-fa7ed9f37f33 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70870172-ee18-4663-84c6-fa7ed9f37f33 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70870172-ee18-4663-84c6-fa7ed9f37f33 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-70870172-ee18-4663-84c6-fa7ed9f37f33 {
  margin-left: 0%;
margin-right: 0%;
}
}

  #s-70870172-ee18-4663-84c6-fa7ed9f37f33-root {
    text-align: center;
  }


#s-70870172-ee18-4663-84c6-fa7ed9f37f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-70870172-ee18-4663-84c6-fa7ed9f37f33-root {
    text-align: center;
  }


#s-70870172-ee18-4663-84c6-fa7ed9f37f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70870172-ee18-4663-84c6-fa7ed9f37f33-root {
    text-align: center;
  }


#s-70870172-ee18-4663-84c6-fa7ed9f37f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70870172-ee18-4663-84c6-fa7ed9f37f33-root {
    text-align: center;
  }


#s-70870172-ee18-4663-84c6-fa7ed9f37f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-70870172-ee18-4663-84c6-fa7ed9f37f33-root {
    text-align: center;
  }


#s-70870172-ee18-4663-84c6-fa7ed9f37f33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-9b963d03-6cc7-406a-a992-b0cff23d1d99 {
  margin-top: 16px;
margin-left: 20px;
margin-bottom: 16px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9b963d03-6cc7-406a-a992-b0cff23d1d99 {
  margin-top: 0px;
margin-left: 16px;
margin-bottom: 0px;
margin-right: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b963d03-6cc7-406a-a992-b0cff23d1d99 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b963d03-6cc7-406a-a992-b0cff23d1d99 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-9b963d03-6cc7-406a-a992-b0cff23d1d99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b963d03-6cc7-406a-a992-b0cff23d1d99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9b963d03-6cc7-406a-a992-b0cff23d1d99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9b963d03-6cc7-406a-a992-b0cff23d1d99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-3ac184cd-0e4a-4330-913f-3c267af5bb72 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(100, 118, 106, 1);
}
@media (min-width: 1200px){#s-3ac184cd-0e4a-4330-913f-3c267af5bb72 {
  border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ac184cd-0e4a-4330-913f-3c267af5bb72 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ac184cd-0e4a-4330-913f-3c267af5bb72 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-3ac184cd-0e4a-4330-913f-3c267af5bb72 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-fe538024-9783-41f1-a20a-1c700d64c0af {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-fe538024-9783-41f1-a20a-1c700d64c0af .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  font-size: 18px;
  
  
  
}

#s-89c64a42-7fd3-43c5-9c22-d23385b5ece7 {
  max-width: 296px;
text-align: center;
}
@media (min-width: 1200px){#s-89c64a42-7fd3-43c5-9c22-d23385b5ece7 {
  max-width: 500px;
}
}@media (max-width: 767px){#s-89c64a42-7fd3-43c5-9c22-d23385b5ece7 {
  max-width: 500px;
}
}
#s-89c64a42-7fd3-43c5-9c22-d23385b5ece7 {
  overflow: hidden;
  
  
      max-width: 296px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-89c64a42-7fd3-43c5-9c22-d23385b5ece7 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb {
  border-style: solid;
margin-top: 8px;
margin-left: 0px;
margin-bottom: 8px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb {
  margin-top: 13px;
margin-bottom: 13px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 4px;
padding-bottom: 4px;
}
}

  #s-864d59bc-89f2-4486-b4eb-b0727b1e12cb-root {
    text-align: center;
  }


#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-864d59bc-89f2-4486-b4eb-b0727b1e12cb-root {
    text-align: center;
  }


#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-864d59bc-89f2-4486-b4eb-b0727b1e12cb-root {
    text-align: center;
  }


#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-864d59bc-89f2-4486-b4eb-b0727b1e12cb-root {
    text-align: center;
  }


#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-864d59bc-89f2-4486-b4eb-b0727b1e12cb-root {
    text-align: center;
  }


#s-864d59bc-89f2-4486-b4eb-b0727b1e12cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54 {
  border-style: solid;
margin-top: 10px;
margin-left: 46px;
margin-bottom: 10px;
margin-right: 46px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}

  #s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54-root {
    text-align: center;
  }


#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54-root {
    text-align: center;
  }


#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54-root {
    text-align: center;
  }


#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54-root {
    text-align: center;
  }


#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54-root {
    text-align: center;
  }


#s-f488f4cb-8fe9-4e6c-be7c-7f50b1a9be54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-c08a7307-350a-46f4-a0de-9536adb70c60 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c08a7307-350a-46f4-a0de-9536adb70c60 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c08a7307-350a-46f4-a0de-9536adb70c60 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-c08a7307-350a-46f4-a0de-9536adb70c60 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-c08a7307-350a-46f4-a0de-9536adb70c60 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-5593b4c6-f031-4a6d-b408-41fc8db429e3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5593b4c6-f031-4a6d-b408-41fc8db429e3 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  font-size: 18px;
  
  
  
}

#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  max-width: 300px;
}
}@media (max-width: 767px){#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  max-width: 500px;
}
}
#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-60c76bb2-cf06-47a4-95a7-2f597dc9845b .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}

  #s-1925ee6d-edbd-43b2-84b0-dc7416fb1776-root {
    text-align: center;
  }


#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1925ee6d-edbd-43b2-84b0-dc7416fb1776-root {
    text-align: center;
  }


#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1925ee6d-edbd-43b2-84b0-dc7416fb1776-root {
    text-align: center;
  }


#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1925ee6d-edbd-43b2-84b0-dc7416fb1776-root {
    text-align: center;
  }


#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1925ee6d-edbd-43b2-84b0-dc7416fb1776-root {
    text-align: center;
  }


#s-1925ee6d-edbd-43b2-84b0-dc7416fb1776.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-b783f0fd-1315-483e-b7ba-348196e250e7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b783f0fd-1315-483e-b7ba-348196e250e7 {
  border-style: none;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b783f0fd-1315-483e-b7ba-348196e250e7 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-b783f0fd-1315-483e-b7ba-348196e250e7 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-b783f0fd-1315-483e-b7ba-348196e250e7 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-8f4462a1-782f-47cc-890e-d9817f08f869 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-8f4462a1-782f-47cc-890e-d9817f08f869 .shg-product-title-component h3 span {
  color: #000;
  
  font-family: Lora;
  
  
  
  
  
}

#s-98c0a24e-071f-4acb-b51f-45db46d6b6a7 {
  max-width: 296px;
text-align: center;
}
@media (min-width: 1200px){#s-98c0a24e-071f-4acb-b51f-45db46d6b6a7 {
  max-width: 500px;
}
}@media (max-width: 767px){#s-98c0a24e-071f-4acb-b51f-45db46d6b6a7 {
  max-width: 500px;
}
}
#s-98c0a24e-071f-4acb-b51f-45db46d6b6a7 {
  overflow: hidden;
  
  
      max-width: 296px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-98c0a24e-071f-4acb-b51f-45db46d6b6a7 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-25d2a30c-600e-4cc8-9343-57e599e8eead {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-25d2a30c-600e-4cc8-9343-57e599e8eead:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-25d2a30c-600e-4cc8-9343-57e599e8eead:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}

  #s-25d2a30c-600e-4cc8-9343-57e599e8eead-root {
    text-align: center;
  }


#s-25d2a30c-600e-4cc8-9343-57e599e8eead.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25d2a30c-600e-4cc8-9343-57e599e8eead-root {
    text-align: center;
  }


#s-25d2a30c-600e-4cc8-9343-57e599e8eead.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25d2a30c-600e-4cc8-9343-57e599e8eead-root {
    text-align: center;
  }


#s-25d2a30c-600e-4cc8-9343-57e599e8eead.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25d2a30c-600e-4cc8-9343-57e599e8eead-root {
    text-align: center;
  }


#s-25d2a30c-600e-4cc8-9343-57e599e8eead.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25d2a30c-600e-4cc8-9343-57e599e8eead-root {
    text-align: center;
  }


#s-25d2a30c-600e-4cc8-9343-57e599e8eead.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe {
  border-style: solid;
margin-top: 15px;
margin-left: 46px;
margin-bottom: 15px;
margin-right: 46px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}

  #s-f67b8c9a-28db-4a54-aaa3-575fb125dafe-root {
    text-align: center;
  }


#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f67b8c9a-28db-4a54-aaa3-575fb125dafe-root {
    text-align: center;
  }


#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f67b8c9a-28db-4a54-aaa3-575fb125dafe-root {
    text-align: center;
  }


#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f67b8c9a-28db-4a54-aaa3-575fb125dafe-root {
    text-align: center;
  }


#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f67b8c9a-28db-4a54-aaa3-575fb125dafe-root {
    text-align: center;
  }


#s-f67b8c9a-28db-4a54-aaa3-575fb125dafe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-96a5ad0d-a79d-4f80-a933-1f9f22d2bb88 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-96a5ad0d-a79d-4f80-a933-1f9f22d2bb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96a5ad0d-a79d-4f80-a933-1f9f22d2bb88.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bb81435-a025-4dbc-a803-c67c9a8ac58d {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(80, 80, 80, 1);
text-align: center;
}

#s-0bb81435-a025-4dbc-a803-c67c9a8ac58d .shogun-heading-component h1 {
  color: rgba(2, 195, 154, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1878adce-7e38-48c1-9ec7-35f314118f72 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1878adce-7e38-48c1-9ec7-35f314118f72 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1878adce-7e38-48c1-9ec7-35f314118f72 .shg-sld-nav-button.shg-sld-left,
#s-1878adce-7e38-48c1-9ec7-35f314118f72 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b687f88a-ac6e-4e05-ad70-8775fafecf59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b687f88a-ac6e-4e05-ad70-8775fafecf59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b687f88a-ac6e-4e05-ad70-8775fafecf59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b687f88a-ac6e-4e05-ad70-8775fafecf59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 {
  text-align: center;
}



.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bc78f25-2893-4c19-88ad-5b59680ff9e3 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-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b-atc-btn-wrapper {
    text-align: center;
  }


#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b-atc-btn-wrapper {
    text-align: center;
  }


#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b-atc-btn-wrapper {
    text-align: center;
  }


#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b-atc-btn-wrapper {
    text-align: center;
  }


#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b-atc-btn-wrapper {
    text-align: center;
  }


#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a40f0e96-7e13-4765-ad30-f4a7bd5bd30b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 {
  text-align: center;
}



.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ae98093-ff87-4f87-acb5-b242b8ee7f51 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0-atc-btn-wrapper {
    text-align: center;
  }


#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0-atc-btn-wrapper {
    text-align: center;
  }


#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0-atc-btn-wrapper {
    text-align: center;
  }


#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0-atc-btn-wrapper {
    text-align: center;
  }


#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0-atc-btn-wrapper {
    text-align: center;
  }


#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1c381429-2b10-4ecd-b26c-c2ba6ccee2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-74d31c64-ea70-4bb0-bcf4-bf0e77cbfb51 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74d31c64-ea70-4bb0-bcf4-bf0e77cbfb51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d31c64-ea70-4bb0-bcf4-bf0e77cbfb51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-74d31c64-ea70-4bb0-bcf4-bf0e77cbfb51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d31c64-ea70-4bb0-bcf4-bf0e77cbfb51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-279371c2-9a20-476a-a34d-92d5cf0bb467 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 {
  text-align: center;
}



.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a41e561e-aae5-4f07-b2c8-b35fccaad992 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1d148e2-af9b-4e6a-9332-bbddd3ecf308 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c1d148e2-af9b-4e6a-9332-bbddd3ecf308 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-1eb3bc45-2d62-436d-8ce7-3041addc4d25 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1eb3bc45-2d62-436d-8ce7-3041addc4d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1eb3bc45-2d62-436d-8ce7-3041addc4d25 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-1eb3bc45-2d62-436d-8ce7-3041addc4d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-f24108a8-95ae-497e-94d4-5e4e71f8453f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-f24108a8-95ae-497e-94d4-5e4e71f8453f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f24108a8-95ae-497e-94d4-5e4e71f8453f-atc-btn-wrapper {
    text-align: center;
  }


#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f24108a8-95ae-497e-94d4-5e4e71f8453f-atc-btn-wrapper {
    text-align: center;
  }


#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f24108a8-95ae-497e-94d4-5e4e71f8453f-atc-btn-wrapper {
    text-align: center;
  }


#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f24108a8-95ae-497e-94d4-5e4e71f8453f-atc-btn-wrapper {
    text-align: center;
  }


#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f24108a8-95ae-497e-94d4-5e4e71f8453f-atc-btn-wrapper {
    text-align: center;
  }


#s-f24108a8-95ae-497e-94d4-5e4e71f8453f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f24108a8-95ae-497e-94d4-5e4e71f8453f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9cd926c7-25ff-461e-96d2-1d02d8352cfe {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb {
  text-align: center;
}



.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eec88765-95e6-4ccc-b7ba-441bc672c9fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-54fab675-fa71-4494-bee7-b04e9fba2d4f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-54fab675-fa71-4494-bee7-b04e9fba2d4f .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-3e53b29a-aacc-42a5-8621-1d71cb7ffba2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e53b29a-aacc-42a5-8621-1d71cb7ffba2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3e53b29a-aacc-42a5-8621-1d71cb7ffba2 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-3e53b29a-aacc-42a5-8621-1d71cb7ffba2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec686963-1f6a-48e9-aeec-0379cc0b95d8-atc-btn-wrapper {
    text-align: center;
  }


#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ec686963-1f6a-48e9-aeec-0379cc0b95d8-atc-btn-wrapper {
    text-align: center;
  }


#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec686963-1f6a-48e9-aeec-0379cc0b95d8-atc-btn-wrapper {
    text-align: center;
  }


#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ec686963-1f6a-48e9-aeec-0379cc0b95d8-atc-btn-wrapper {
    text-align: center;
  }


#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ec686963-1f6a-48e9-aeec-0379cc0b95d8-atc-btn-wrapper {
    text-align: center;
  }


#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec686963-1f6a-48e9-aeec-0379cc0b95d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d3247041-c458-4510-b6dc-38f7c907dcc9 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d3247041-c458-4510-b6dc-38f7c907dcc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3247041-c458-4510-b6dc-38f7c907dcc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d3247041-c458-4510-b6dc-38f7c907dcc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d3247041-c458-4510-b6dc-38f7c907dcc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f5107e06-ff5a-485b-888d-d94fe358938d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-f5107e06-ff5a-485b-888d-d94fe358938d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
}
}
#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  max-width:  100%;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom,
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  
  min-height: 1px !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  width:  2383; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  max-width:  100%;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom,
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  
  min-height: 1px !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  width:  2383; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  max-width:  100%;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom,
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  
  min-height: 1px !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  width:  2383; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  max-width:  100%;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom,
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  
  min-height: 1px !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  width:  2383; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b {
  max-width:  100%;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom,
.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b img.shogun-image {
  
  min-height: 1px !important;
}

.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9b49faec-9596-4ba4-8fd1-b88872fe971b .shg-image-zoom {
  width:  2383; 
  height:  100%; 
}





}
#s-0e2193a7-0401-4cd6-a8aa-4da3755e118b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0e2193a7-0401-4cd6-a8aa-4da3755e118b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-cda0c20a-c4db-45c9-a392-ad196c3bf38f {
  padding-top: 0px;
text-align: center;
}

#s-cda0c20a-c4db-45c9-a392-ad196c3bf38f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cda0c20a-c4db-45c9-a392-ad196c3bf38f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-cda0c20a-c4db-45c9-a392-ad196c3bf38f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  
}
#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 197, 69, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  
}
#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}}

  #s-40c41a9e-04d7-4963-bf8c-eeaf361ce614-atc-btn-wrapper {
    text-align: center;
  }


#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-40c41a9e-04d7-4963-bf8c-eeaf361ce614-atc-btn-wrapper {
    text-align: center;
  }


#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-40c41a9e-04d7-4963-bf8c-eeaf361ce614-atc-btn-wrapper {
    text-align: center;
  }


#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-40c41a9e-04d7-4963-bf8c-eeaf361ce614-atc-btn-wrapper {
    text-align: center;
  }


#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-40c41a9e-04d7-4963-bf8c-eeaf361ce614-atc-btn-wrapper {
    text-align: center;
  }


#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-40c41a9e-04d7-4963-bf8c-eeaf361ce614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-78c9465a-b008-4880-8e5c-a137a3d84d5b {
  border-style: solid;
margin-top: 18px;
margin-left: 46px;
margin-bottom: 18px;
margin-right: 46px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-78c9465a-b008-4880-8e5c-a137a3d84d5b:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-78c9465a-b008-4880-8e5c-a137a3d84d5b:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-78c9465a-b008-4880-8e5c-a137a3d84d5b {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78c9465a-b008-4880-8e5c-a137a3d84d5b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78c9465a-b008-4880-8e5c-a137a3d84d5b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-78c9465a-b008-4880-8e5c-a137a3d84d5b {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}
}

  #s-78c9465a-b008-4880-8e5c-a137a3d84d5b-root {
    text-align: center;
  }


#s-78c9465a-b008-4880-8e5c-a137a3d84d5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-78c9465a-b008-4880-8e5c-a137a3d84d5b-root {
    text-align: center;
  }


#s-78c9465a-b008-4880-8e5c-a137a3d84d5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78c9465a-b008-4880-8e5c-a137a3d84d5b-root {
    text-align: center;
  }


#s-78c9465a-b008-4880-8e5c-a137a3d84d5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78c9465a-b008-4880-8e5c-a137a3d84d5b-root {
    text-align: center;
  }


#s-78c9465a-b008-4880-8e5c-a137a3d84d5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-78c9465a-b008-4880-8e5c-a137a3d84d5b-root {
    text-align: center;
  }


#s-78c9465a-b008-4880-8e5c-a137a3d84d5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-1b3da5a4-5ea4-48c0-b00f-bd687292ec38 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-b42f7444-a023-45c1-9d60-e3c85b63f05b {
  text-align: center;
}



.shg-c#s-b42f7444-a023-45c1-9d60-e3c85b63f05b .shg-image-zoom {
  width:  1850; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b42f7444-a023-45c1-9d60-e3c85b63f05b .shg-image-zoom {
  width:  1850; 
  height:  100%; 
}





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

.shg-c#s-b42f7444-a023-45c1-9d60-e3c85b63f05b .shg-image-zoom {
  width:  1850; 
  height:  100%; 
}





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

.shg-c#s-b42f7444-a023-45c1-9d60-e3c85b63f05b .shg-image-zoom {
  width:  1850; 
  height:  100%; 
}





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

.shg-c#s-b42f7444-a023-45c1-9d60-e3c85b63f05b .shg-image-zoom {
  width:  1850; 
  height:  100%; 
}





}
#s-7d44bd9e-7d2e-4b89-95e6-0201be3d8449 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7d44bd9e-7d2e-4b89-95e6-0201be3d8449 .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-9954d65e-ec15-4bc3-8cb0-eee28d21fdb5 {
  padding-top: 0px;
text-align: center;
}

#s-9954d65e-ec15-4bc3-8cb0-eee28d21fdb5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9954d65e-ec15-4bc3-8cb0-eee28d21fdb5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-9954d65e-ec15-4bc3-8cb0-eee28d21fdb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
}
#s-25f6dc19-37c8-447d-95ec-b0817a0af342:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(2, 195, 154, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 18px !important;
color: rgba(2, 195, 154, 1) !important;
text-decoration: none !important;}#s-25f6dc19-37c8-447d-95ec-b0817a0af342:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  margin-top: 15px;
}
}

  #s-25f6dc19-37c8-447d-95ec-b0817a0af342-atc-btn-wrapper {
    text-align: center;
  }


#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-25f6dc19-37c8-447d-95ec-b0817a0af342-atc-btn-wrapper {
    text-align: center;
  }


#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-25f6dc19-37c8-447d-95ec-b0817a0af342-atc-btn-wrapper {
    text-align: center;
  }


#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-25f6dc19-37c8-447d-95ec-b0817a0af342-atc-btn-wrapper {
    text-align: center;
  }


#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-25f6dc19-37c8-447d-95ec-b0817a0af342-atc-btn-wrapper {
    text-align: center;
  }


#s-25f6dc19-37c8-447d-95ec-b0817a0af342 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}

#s-25f6dc19-37c8-447d-95ec-b0817a0af342.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-188919c0-80c1-4af4-96ba-9eb1f0435c22 {
  border-style: solid;
margin-top: 18px;
margin-left: 46px;
margin-bottom: 18px;
margin-right: 46px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-188919c0-80c1-4af4-96ba-9eb1f0435c22:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFlNjJlZGEtYzA1Mi00ZmQ0LWIwNzctYjRjNmE3NjgzMmFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWU2MmVkYS1jMDUyLTRmZDQtYjA3Ny1iNGM2YTc2ODMyYWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-188919c0-80c1-4af4-96ba-9eb1f0435c22:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-188919c0-80c1-4af4-96ba-9eb1f0435c22 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-188919c0-80c1-4af4-96ba-9eb1f0435c22 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-188919c0-80c1-4af4-96ba-9eb1f0435c22 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-188919c0-80c1-4af4-96ba-9eb1f0435c22 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}
}

  #s-188919c0-80c1-4af4-96ba-9eb1f0435c22-root {
    text-align: center;
  }


#s-188919c0-80c1-4af4-96ba-9eb1f0435c22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-188919c0-80c1-4af4-96ba-9eb1f0435c22-root {
    text-align: center;
  }


#s-188919c0-80c1-4af4-96ba-9eb1f0435c22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-188919c0-80c1-4af4-96ba-9eb1f0435c22-root {
    text-align: center;
  }


#s-188919c0-80c1-4af4-96ba-9eb1f0435c22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-188919c0-80c1-4af4-96ba-9eb1f0435c22-root {
    text-align: center;
  }


#s-188919c0-80c1-4af4-96ba-9eb1f0435c22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-188919c0-80c1-4af4-96ba-9eb1f0435c22-root {
    text-align: center;
  }


#s-188919c0-80c1-4af4-96ba-9eb1f0435c22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-26e828c0-1505-40a2-9a2a-faf3cd995aed {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-72370bda-524d-405b-87f2-50f3b6ccbba8 {
  text-align: center;
}



.shg-c#s-72370bda-524d-405b-87f2-50f3b6ccbba8 .shg-image-zoom {
  width:  1054; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-72370bda-524d-405b-87f2-50f3b6ccbba8 .shg-image-zoom {
  width:  1054; 
  height:  100%; 
}





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

.shg-c#s-72370bda-524d-405b-87f2-50f3b6ccbba8 .shg-image-zoom {
  width:  1054; 
  height:  100%; 
}





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

.shg-c#s-72370bda-524d-405b-87f2-50f3b6ccbba8 .shg-image-zoom {
  width:  1054; 
  height:  100%; 
}





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

.shg-c#s-72370bda-524d-405b-87f2-50f3b6ccbba8 .shg-image-zoom {
  width:  1054; 
  height:  100%; 
}





}
#s-2697298d-a2e3-49fd-9f52-e72e70e1d27b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2697298d-a2e3-49fd-9f52-e72e70e1d27b .shg-product-title-component h4 span {
  color: #000;
  
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-a0fcdc6c-41ec-492a-b553-f1fb34996d35 {
  padding-top: 0px;
text-align: center;
}

#s-a0fcdc6c-41ec-492a-b553-f1fb34996d35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a0fcdc6c-41ec-492a-b553-f1fb34996d35 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-a0fcdc6c-41ec-492a-b553-f1fb34996d35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-659f8bc3-2ada-4185-b759-539c27ef7557 {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
border-radius: 4px;
text-align: center;
background-color: rgba(41, 190, 149, 1);
text-decoration: none;
}
#s-659f8bc3-2ada-4185-b759-539c27ef7557:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmY0M2U4YWItMzc0Ni00NWI2LWE0NTgtZjczZmI2YTNiYjNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZjQzZThhYi0zNzQ2LTQ1YjYtYTQ1OC1mNzNmYjZhM2JiM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(2, 195, 154, 1) !important;}#s-659f8bc3-2ada-4185-b759-539c27ef7557:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-659f8bc3-2ada-4185-b759-539c27ef7557 {
  
}
#s-659f8bc3-2ada-4185-b759-539c27ef7557:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdmZTYxOTYtYmEzYi00YjRlLThlZDItNTMyMjE0YmM4NDZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjOGM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyN2ZlNjE5Ni1iYTNiLTRiNGUtOGVkMi01MzIyMTRiYzg0NmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc8c8"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(2, 195, 154, 1) !important;}#s-659f8bc3-2ada-4185-b759-539c27ef7557:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODBmZTQ0ZGMtNmE3MS00YTM2LTg3MmYtYTRlYzIwMmI1ZDkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MGZlNDRkYy02YTcxLTRhMzYtODcyZi1hNGVjMjAyYjVkOTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}}@media (min-width: 768px) and (max-width: 991px){#s-659f8bc3-2ada-4185-b759-539c27ef7557 {
  margin-top: 13px;
}
#s-659f8bc3-2ada-4185-b759-539c27ef7557:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTZiMTI2NWUtNWQyYy00NzhjLTg0ZGMtMzgyZmE0MjdjOWM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNmIxMjY1ZS01ZDJjLTQ3OGMtODRkYy0zODJmYTQyN2M5YzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(2, 195, 154, 1) !important;}}

  #s-659f8bc3-2ada-4185-b759-539c27ef7557-root {
    text-align: center;
  }


#s-659f8bc3-2ada-4185-b759-539c27ef7557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Taprom;
  display:  block ;
}
@media (min-width: 1200px){
  #s-659f8bc3-2ada-4185-b759-539c27ef7557-root {
    text-align: center;
  }


#s-659f8bc3-2ada-4185-b759-539c27ef7557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Taprom;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-659f8bc3-2ada-4185-b759-539c27ef7557-root {
    text-align: center;
  }


#s-659f8bc3-2ada-4185-b759-539c27ef7557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Taprom;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-659f8bc3-2ada-4185-b759-539c27ef7557-root {
    text-align: center;
  }


#s-659f8bc3-2ada-4185-b759-539c27ef7557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Taprom;
  display:  block ;
}
}@media (max-width: 767px){
  #s-659f8bc3-2ada-4185-b759-539c27ef7557-root {
    text-align: center;
  }


#s-659f8bc3-2ada-4185-b759-539c27ef7557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Taprom;
  display:  block ;
}
}
#s-c95c1a1b-410d-485c-8ad5-4e358314691f {
  border-style: solid;
margin-top: 18px;
margin-left: 46px;
margin-bottom: 18px;
margin-right: 46px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(142, 181, 64, 0);
border-radius: 6px;
text-align: center;
background-color: rgba(2, 195, 154, 1);
text-decoration: none;
}
#s-c95c1a1b-410d-485c-8ad5-4e358314691f:hover {border-style: solid !important;
border-color: rgba(251, 197, 69, 1) !important;
border-radius: 10px !important;
background-color: rgba(166, 252, 81, 0) !important;
color: rgba(251, 197, 69, 1) !important;
text-decoration: none !important;}#s-c95c1a1b-410d-485c-8ad5-4e358314691f:active {margin-left: 40px !important;
margin-right: 40px !important;
background-color: rgba(251, 248, 248, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c95c1a1b-410d-485c-8ad5-4e358314691f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c95c1a1b-410d-485c-8ad5-4e358314691f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c95c1a1b-410d-485c-8ad5-4e358314691f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c95c1a1b-410d-485c-8ad5-4e358314691f {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}
}

  #s-c95c1a1b-410d-485c-8ad5-4e358314691f-root {
    text-align: center;
  }


#s-c95c1a1b-410d-485c-8ad5-4e358314691f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c95c1a1b-410d-485c-8ad5-4e358314691f-root {
    text-align: center;
  }


#s-c95c1a1b-410d-485c-8ad5-4e358314691f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c95c1a1b-410d-485c-8ad5-4e358314691f-root {
    text-align: center;
  }


#s-c95c1a1b-410d-485c-8ad5-4e358314691f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c95c1a1b-410d-485c-8ad5-4e358314691f-root {
    text-align: center;
  }


#s-c95c1a1b-410d-485c-8ad5-4e358314691f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c95c1a1b-410d-485c-8ad5-4e358314691f-root {
    text-align: center;
  }


#s-c95c1a1b-410d-485c-8ad5-4e358314691f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lora;
  display:  block ;
}
}
#s-58c142ad-67cd-4f71-bd75-201f69e20b30 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
background-repeat: repeat;
}

#s-58c142ad-67cd-4f71-bd75-201f69e20b30 {
  background-image: url();
}








#s-58c142ad-67cd-4f71-bd75-201f69e20b30 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.85;
  display: block;
}#s-58c142ad-67cd-4f71-bd75-201f69e20b30.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c208ded-7982-4199-8363-810b44e0ae66 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
@media (max-width: 767px){#s-4c208ded-7982-4199-8363-810b44e0ae66 {
  background-color: rgba(100, 118, 106, 1);
}
}
@media (min-width: 0px) {
[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4c208ded-7982-4199-8363-810b44e0ae66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(80, 80, 80, 1);
text-align: center;
}

#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
background-color: rgba(205, 205, 205, 0);
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-success-alert {
  background-color: #E2EFDA;
  color: rgba(2, 195, 154, 1);
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-form .shogun-form-label {
  color: #555;
  
  font-size: 16px;
  
  
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-form .shogun-form-field {
  color: rgba(255, 255, 255, 1);
  font-family: Lora;
  
  
  
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-300251fd-4b56-4ff5-a788-9d76f9807414 .shogun-form .shogun-form-submit-label {
  color: rgba(0, 0, 0, 1) !important;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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