.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/8dc6a9da-c33f-42c9-94d2-e546358de398/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
  display: block;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

.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-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

.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-171088e7-e5c9-44cc-844b-b2ebb01e4c28 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-171088e7-e5c9-44cc-844b-b2ebb01e4c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-818a92ac-57b4-4a74-a2aa-39f2887296a0 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 0px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2595a27b-1b08-4dbd-ac5b-19d860e0e16f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-6d3e8048-29a9-4f87-9f4b-1054ca87b23d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d-root {
    text-align: center;
  }


#s-6d3e8048-29a9-4f87-9f4b-1054ca87b23d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-40cfc078-4a72-49c6-9445-08585a4c4b6c {
  background-repeat: no-repeat;
min-height: 50px;
}








#s-40cfc078-4a72-49c6-9445-08585a4c4b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40cfc078-4a72-49c6-9445-08585a4c4b6c.shg-box.shg-c {
  justify-content: center;
}

#s-f014b397-4b4f-4e04-8033-d24085699003 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f014b397-4b4f-4e04-8033-d24085699003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-3ac0fa23-2937-4ffe-9924-f7fb62ed97d8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-3ac0fa23-2937-4ffe-9924-f7fb62ed97d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
  display: block;
}#s-3ac0fa23-2937-4ffe-9924-f7fb62ed97d8.shg-box.shg-c {
  justify-content: center;
}

#s-845024e4-02c1-44ae-98ac-42e59771500c {
  margin-top: 200px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-845024e4-02c1-44ae-98ac-42e59771500c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-320e7fb7-a6fc-47f1-a5cb-5fa0e25f82cc {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a {
  border-style: solid;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-9238cc84-2f5a-4f9d-acba-2db46d63d65a-root {
    text-align: center;
  }


#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9238cc84-2f5a-4f9d-acba-2db46d63d65a-root {
    text-align: center;
  }


#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9238cc84-2f5a-4f9d-acba-2db46d63d65a-root {
    text-align: center;
  }


#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9238cc84-2f5a-4f9d-acba-2db46d63d65a-root {
    text-align: center;
  }


#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9238cc84-2f5a-4f9d-acba-2db46d63d65a-root {
    text-align: center;
  }


#s-9238cc84-2f5a-4f9d-acba-2db46d63d65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a7223c05-815d-4631-9b98-d9a2f8212eb3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-a7223c05-815d-4631-9b98-d9a2f8212eb3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
  display: block;
}#s-a7223c05-815d-4631-9b98-d9a2f8212eb3.shg-box.shg-c {
  justify-content: center;
}

#s-e5dd9b2e-372b-4782-9ac9-aa9aefa66044 {
  margin-top: 200px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5dd9b2e-372b-4782-9ac9-aa9aefa66044 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-18a763f9-9830-4034-b492-10d3bbc0c5dd {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-9482a477-89ef-4207-9386-90a67a2c676c {
  border-style: solid;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9482a477-89ef-4207-9386-90a67a2c676c:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9482a477-89ef-4207-9386-90a67a2c676c:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-9482a477-89ef-4207-9386-90a67a2c676c-root {
    text-align: center;
  }


#s-9482a477-89ef-4207-9386-90a67a2c676c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9482a477-89ef-4207-9386-90a67a2c676c-root {
    text-align: center;
  }


#s-9482a477-89ef-4207-9386-90a67a2c676c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9482a477-89ef-4207-9386-90a67a2c676c-root {
    text-align: center;
  }


#s-9482a477-89ef-4207-9386-90a67a2c676c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9482a477-89ef-4207-9386-90a67a2c676c-root {
    text-align: center;
  }


#s-9482a477-89ef-4207-9386-90a67a2c676c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9482a477-89ef-4207-9386-90a67a2c676c-root {
    text-align: center;
  }


#s-9482a477-89ef-4207-9386-90a67a2c676c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e442e4cb-3946-4554-845e-15d45bd955ce {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 500px;
background-position: center center;
}








#s-e442e4cb-3946-4554-845e-15d45bd955ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
  display: block;
}#s-e442e4cb-3946-4554-845e-15d45bd955ce.shg-box.shg-c {
  justify-content: center;
}

#s-e366de5b-d2d1-4208-ad01-afa6d8d32500 {
  margin-top: 200px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e366de5b-d2d1-4208-ad01-afa6d8d32500 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-270b98e2-f30d-416b-967d-c62d6af41c51 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-bf866dd7-3079-44a4-b6da-460c71e97b59 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-bf866dd7-3079-44a4-b6da-460c71e97b59:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-bf866dd7-3079-44a4-b6da-460c71e97b59:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-bf866dd7-3079-44a4-b6da-460c71e97b59-root {
    text-align: center;
  }


#s-bf866dd7-3079-44a4-b6da-460c71e97b59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf866dd7-3079-44a4-b6da-460c71e97b59-root {
    text-align: center;
  }


#s-bf866dd7-3079-44a4-b6da-460c71e97b59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf866dd7-3079-44a4-b6da-460c71e97b59-root {
    text-align: center;
  }


#s-bf866dd7-3079-44a4-b6da-460c71e97b59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf866dd7-3079-44a4-b6da-460c71e97b59-root {
    text-align: center;
  }


#s-bf866dd7-3079-44a4-b6da-460c71e97b59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf866dd7-3079-44a4-b6da-460c71e97b59-root {
    text-align: center;
  }


#s-bf866dd7-3079-44a4-b6da-460c71e97b59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af54287a-07ef-4e30-82e1-0bf2c422ed14 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

.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-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: center;
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width:  100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width:  100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width:  100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width:  100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width:  100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}
#s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0023e5a-3f9f-40f0-b04e-6b7740ae36e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

.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-d10a458b-20b7-434a-8f16-d95a1b7f9190 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d10a458b-20b7-434a-8f16-d95a1b7f9190 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-751c3b73-2205-40e4-b15f-c4ec55c89a1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

.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-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-7315a7ea-6d66-4381-9134-4014bb809ae2:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7315a7ea-6d66-4381-9134-4014bb809ae2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-7315a7ea-6d66-4381-9134-4014bb809ae2-atc-btn-wrapper {
    text-align: center;
  }


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7315a7ea-6d66-4381-9134-4014bb809ae2-atc-btn-wrapper {
    text-align: center;
  }


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7315a7ea-6d66-4381-9134-4014bb809ae2-atc-btn-wrapper {
    text-align: center;
  }


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7315a7ea-6d66-4381-9134-4014bb809ae2-atc-btn-wrapper {
    text-align: center;
  }


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7315a7ea-6d66-4381-9134-4014bb809ae2-atc-btn-wrapper {
    text-align: center;
  }


#s-7315a7ea-6d66-4381-9134-4014bb809ae2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7315a7ea-6d66-4381-9134-4014bb809ae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fe2301f4-2e2f-42bd-8ac5-a11e7e6ff7d1 {
  background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-8a968208-039c-421d-83c6-92cb7953397b {
  text-align: center;
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width:  100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width:  100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width:  100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width:  100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width:  100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}
#s-7c3dcd3f-2735-4899-8e21-f7d483c0922a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c3dcd3f-2735-4899-8e21-f7d483c0922a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9bfb7a76-13e6-4527-bafb-11cc41b72b49 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bfb7a76-13e6-4527-bafb-11cc41b72b49 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-3326e432-d296-4ce4-aaa8-6e0c59d815ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-9eb122d3-94c4-43dc-aa4b-3797d0e770df-atc-btn-wrapper {
    text-align: center;
  }


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9eb122d3-94c4-43dc-aa4b-3797d0e770df-atc-btn-wrapper {
    text-align: center;
  }


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eb122d3-94c4-43dc-aa4b-3797d0e770df-atc-btn-wrapper {
    text-align: center;
  }


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9eb122d3-94c4-43dc-aa4b-3797d0e770df-atc-btn-wrapper {
    text-align: center;
  }


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9eb122d3-94c4-43dc-aa4b-3797d0e770df-atc-btn-wrapper {
    text-align: center;
  }


#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9eb122d3-94c4-43dc-aa4b-3797d0e770df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b3498092-19cc-446f-8156-333672a8f6ed {
  background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  text-align: center;
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width:  100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width:  100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width:  100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width:  100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db {
  max-width:  100%;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom,
.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d49a49f1-4fbe-4fe8-8a17-03cfbe1500db .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}
#s-2a5f84f6-a00f-46ff-92a1-65f9196238d5 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a5f84f6-a00f-46ff-92a1-65f9196238d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0048ced8-3f8e-494e-b411-c165838d8709 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0048ced8-3f8e-494e-b411-c165838d8709 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-61c0877f-ba21-431c-935a-48dbe6f8df08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9-atc-btn-wrapper {
    text-align: center;
  }


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9-atc-btn-wrapper {
    text-align: center;
  }


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9-atc-btn-wrapper {
    text-align: center;
  }


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9-atc-btn-wrapper {
    text-align: center;
  }


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9-atc-btn-wrapper {
    text-align: center;
  }


#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f774c5b8-810e-41f9-8ebb-3f5054b6fcc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a1735750-def0-4ddc-bf1e-b7b508acd754 {
  background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  text-align: center;
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width:  100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width:  100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width:  100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width:  100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a {
  max-width:  100%;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom,
.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a img.shogun-image {
  max-width: 315px !important;
  
}

.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae346bcc-31b9-42f2-a393-9ebe62c07d4a .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}
#s-e2d3e412-37b1-41cb-9b68-882206a5837d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2d3e412-37b1-41cb-9b68-882206a5837d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-fcb056d3-5bb5-4911-a47f-f90bb3ca7c5c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb056d3-5bb5-4911-a47f-f90bb3ca7c5c .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-41d593e6-51b5-4385-9f25-d2690a3c5252 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683-atc-btn-wrapper {
    text-align: center;
  }


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683-atc-btn-wrapper {
    text-align: center;
  }


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683-atc-btn-wrapper {
    text-align: center;
  }


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683-atc-btn-wrapper {
    text-align: center;
  }


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683-atc-btn-wrapper {
    text-align: center;
  }


#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c92fa8a1-31f6-4de3-bfd4-18c3b46b6683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-155fdde3-003b-4939-9158-3ce3e0bf12a7 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-363203a5-8e0a-4ffa-bc01-668a82762f29 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-363203a5-8e0a-4ffa-bc01-668a82762f29:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjI2MjBiZjAtNTI5YS00YTdkLTk4ZWUtNDZmN2E0ZmI1M2U1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEzMDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMjYyMGJmMC01MjlhLTRhN2QtOThlZS00NmY3YTRmYjUzZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 0.8 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f1300b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-363203a5-8e0a-4ffa-bc01-668a82762f29:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  max-width: 1920px;
aspect-ratio: 1920/100;
text-align: center;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }

    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-link {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
  box-sizing: border-box;
}



.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
      --shg-aspect-ratio: calc(1920/100); 
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
      position: relative;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }

    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-link {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
  box-sizing: border-box;
}



.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
      --shg-aspect-ratio: calc(1920/100); 
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
      position: relative;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }

    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-link {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
  box-sizing: border-box;
}



.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
      --shg-aspect-ratio: calc(1920/100); 
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
      position: relative;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }

    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-link {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
  box-sizing: border-box;
}



.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
      --shg-aspect-ratio: calc(1920/100); 
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
      position: relative;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }

    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-link {
      aspect-ratio: 1920/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image {
  box-sizing: border-box;
}



.s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 {
      --shg-aspect-ratio: calc(1920/100); 
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container {
      position: relative;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdfdfec2-ef11-4d92-b995-38959cb598d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (max-width: 767px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}







#s-561ad8a9-aafd-425f-8dc0-5147ac26276f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-561ad8a9-aafd-425f-8dc0-5147ac26276f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-24052572-a111-4be8-9617-1f4689c21bfa {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 737px;
aspect-ratio: 737/582;
text-align: center;
}

#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
  overflow: hidden;
  
  
      max-width: 737px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 img.shogun-image,
  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 {
    width: 100%;
    height: auto;
  }



  #s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 img.shogun-image {
    

    
    
    
  }


#s-af4e06a2-0a60-4796-aecd-fb460a9b4e59 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c892503f-4668-4fc4-a16d-bbcfa700d211 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-c892503f-4668-4fc4-a16d-bbcfa700d211 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8980df2a-8bef-4752-974e-cd1db56d41d8 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-20204276-73b4-4752-b205-fbf054dc2500 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-20204276-73b4-4752-b205-fbf054dc2500"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-cc7941d8-f218-43fa-93da-965477c4ca79 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-8ab1efab-9d5b-4fcc-a97a-54cd6da14eff .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-0dbbab9e-f2de-4a01-ba44-25c00c593616 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0dbbab9e-f2de-4a01-ba44-25c00c593616"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b00b4a56-7a1e-4318-aa2f-c7bf32181252 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b00b4a56-7a1e-4318-aa2f-c7bf32181252 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-563fcab1-3edc-44c1-b3d1-33aca701cbeb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-e8505763-9d47-4d1b-aafa-3c0101383c0d:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e8505763-9d47-4d1b-aafa-3c0101383c0d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e8505763-9d47-4d1b-aafa-3c0101383c0d-atc-btn-wrapper {
    text-align: center;
  }


#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e8505763-9d47-4d1b-aafa-3c0101383c0d-atc-btn-wrapper {
    text-align: center;
  }


#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8505763-9d47-4d1b-aafa-3c0101383c0d-atc-btn-wrapper {
    text-align: center;
  }


#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e8505763-9d47-4d1b-aafa-3c0101383c0d-atc-btn-wrapper {
    text-align: center;
  }


#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e8505763-9d47-4d1b-aafa-3c0101383c0d-atc-btn-wrapper {
    text-align: center;
  }


#s-e8505763-9d47-4d1b-aafa-3c0101383c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e8505763-9d47-4d1b-aafa-3c0101383c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-880467a1-f8cc-4501-b9de-0430d0fc8dda {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-8ee759cc-5814-4eb8-b93a-8e73a4c9d6b4 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}
#s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-001894f3-a6d8-4d28-a6f4-5a8b910d8a08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-74b1ed12-aafa-406f-8616-c45282370a7d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74b1ed12-aafa-406f-8616-c45282370a7d .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-197bba0f-444f-4256-b5c5-1c9e320bef38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cf088d2a-77a6-40a0-aed4-5bc176ce8594-atc-btn-wrapper {
    text-align: center;
  }


#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cf088d2a-77a6-40a0-aed4-5bc176ce8594-atc-btn-wrapper {
    text-align: center;
  }


#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf088d2a-77a6-40a0-aed4-5bc176ce8594-atc-btn-wrapper {
    text-align: center;
  }


#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cf088d2a-77a6-40a0-aed4-5bc176ce8594-atc-btn-wrapper {
    text-align: center;
  }


#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cf088d2a-77a6-40a0-aed4-5bc176ce8594-atc-btn-wrapper {
    text-align: center;
  }


#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cf088d2a-77a6-40a0-aed4-5bc176ce8594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1d9e08e7-88d0-49ad-94cd-0c0b88c174e0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-731bc1b4-8cf2-4ca8-93e4-bd8281611272 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}
#s-bbfe65c2-1627-4da2-8124-540dc85c68ba {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbfe65c2-1627-4da2-8124-540dc85c68ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f76bd0d3-f328-4af2-9701-2e6a0388b9af {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f76bd0d3-f328-4af2-9701-2e6a0388b9af .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f1b88ec-7442-4170-b00a-84d7f69cc341 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-3f8682e2-f741-439b-b26b-22a80213ed84:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3f8682e2-f741-439b-b26b-22a80213ed84:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-3f8682e2-f741-439b-b26b-22a80213ed84-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3f8682e2-f741-439b-b26b-22a80213ed84-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f8682e2-f741-439b-b26b-22a80213ed84-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3f8682e2-f741-439b-b26b-22a80213ed84-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3f8682e2-f741-439b-b26b-22a80213ed84-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8682e2-f741-439b-b26b-22a80213ed84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3f8682e2-f741-439b-b26b-22a80213ed84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ed4b36c7-7c3e-4cb3-aeb1-7377f0ac154f {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ed4b36c7-7c3e-4cb3-aeb1-7377f0ac154f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed4b36c7-7c3e-4cb3-aeb1-7377f0ac154f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed4b36c7-7c3e-4cb3-aeb1-7377f0ac154f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed4b36c7-7c3e-4cb3-aeb1-7377f0ac154f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-91e7ebd3-5571-4813-bcd3-a149a090df56 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-91e7ebd3-5571-4813-bcd3-a149a090df56:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI0MzhkYmItOThkYi00ZjE0LThhYmQtNDdhZDQ0NTFmYmM0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEzMDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjQzOGRiYi05OGRiLTRmMTQtOGFiZC00N2FkNDQ1MWZiYzQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 0.8 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f1300b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-91e7ebd3-5571-4813-bcd3-a149a090df56:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-91e7ebd3-5571-4813-bcd3-a149a090df56-root {
    text-align: center;
  }


#s-91e7ebd3-5571-4813-bcd3-a149a090df56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-91e7ebd3-5571-4813-bcd3-a149a090df56-root {
    text-align: center;
  }


#s-91e7ebd3-5571-4813-bcd3-a149a090df56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91e7ebd3-5571-4813-bcd3-a149a090df56-root {
    text-align: center;
  }


#s-91e7ebd3-5571-4813-bcd3-a149a090df56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91e7ebd3-5571-4813-bcd3-a149a090df56-root {
    text-align: center;
  }


#s-91e7ebd3-5571-4813-bcd3-a149a090df56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-91e7ebd3-5571-4813-bcd3-a149a090df56-root {
    text-align: center;
  }


#s-91e7ebd3-5571-4813-bcd3-a149a090df56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e {
  
}
}@media (max-width: 767px){#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e {
  
}
}







#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0043ddc-f6f0-48d2-abe0-ebb875b51d1e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-d575bb5c-aa7c-44e7-b088-b0bfed9e9550"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cff6ee95-257c-4576-bd90-fadbbf6428da {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-cff6ee95-257c-4576-bd90-fadbbf6428da .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cb66ab1c-8ff9-4144-bac6-0ddf6ac8fa3d {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-957cd51a-0cdd-4595-89e9-c742a65da194 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-957cd51a-0cdd-4595-89e9-c742a65da194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-957cd51a-0cdd-4595-89e9-c742a65da194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-957cd51a-0cdd-4595-89e9-c742a65da194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-957cd51a-0cdd-4595-89e9-c742a65da194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-f0bea374-a6a1-4443-a2db-66ba13291b44 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-e3724d14-175d-41b0-916f-bd7f33d92056 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-e3724d14-175d-41b0-916f-bd7f33d92056 .shg-image-zoom {
  width:  722; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e3724d14-175d-41b0-916f-bd7f33d92056 .shg-image-zoom {
  width:  722; 
  height:  100%; 
}





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

.shg-c#s-e3724d14-175d-41b0-916f-bd7f33d92056 .shg-image-zoom {
  width:  722; 
  height:  100%; 
}





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

.shg-c#s-e3724d14-175d-41b0-916f-bd7f33d92056 .shg-image-zoom {
  width:  722; 
  height:  100%; 
}





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

.shg-c#s-e3724d14-175d-41b0-916f-bd7f33d92056 .shg-image-zoom {
  width:  722; 
  height:  100%; 
}





}
#s-92093f6e-41d0-4d1e-9e42-bf894b6de2df {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92093f6e-41d0-4d1e-9e42-bf894b6de2df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-08d58d7c-3ac5-4aac-b990-93886bec3a99 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08d58d7c-3ac5-4aac-b990-93886bec3a99 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-e8e9351a-5b3f-4201-9af9-0742765a9fe5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-e8e9351a-5b3f-4201-9af9-0742765a9fe5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e8e9351a-5b3f-4201-9af9-0742765a9fe5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-e8e9351a-5b3f-4201-9af9-0742765a9fe5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-51079fc0-3988-4e83-badc-f8e83ed5c97b:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-51079fc0-3988-4e83-badc-f8e83ed5c97b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-51079fc0-3988-4e83-badc-f8e83ed5c97b-atc-btn-wrapper {
    text-align: center;
  }


#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-51079fc0-3988-4e83-badc-f8e83ed5c97b-atc-btn-wrapper {
    text-align: center;
  }


#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-51079fc0-3988-4e83-badc-f8e83ed5c97b-atc-btn-wrapper {
    text-align: center;
  }


#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-51079fc0-3988-4e83-badc-f8e83ed5c97b-atc-btn-wrapper {
    text-align: center;
  }


#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-51079fc0-3988-4e83-badc-f8e83ed5c97b-atc-btn-wrapper {
    text-align: center;
  }


#s-51079fc0-3988-4e83-badc-f8e83ed5c97b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51079fc0-3988-4e83-badc-f8e83ed5c97b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5fd565ba-b41c-4c97-b47b-ac419518f175 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-64e96afc-ba12-4434-a22a-e3b226743166 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-64e96afc-ba12-4434-a22a-e3b226743166 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-64e96afc-ba12-4434-a22a-e3b226743166 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-64e96afc-ba12-4434-a22a-e3b226743166 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-64e96afc-ba12-4434-a22a-e3b226743166 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





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

.shg-c#s-64e96afc-ba12-4434-a22a-e3b226743166 .shg-image-zoom {
  width:  540; 
  height:  100%; 
}





}
#s-2f78fe75-62e0-45a2-a914-1d7470beecda {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f78fe75-62e0-45a2-a914-1d7470beecda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b781b42f-94bb-4d63-a211-47457127e937 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b781b42f-94bb-4d63-a211-47457127e937 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-0db520fc-3bad-4b2d-b8a2-d45b893e9034 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-0db520fc-3bad-4b2d-b8a2-d45b893e9034 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-0db520fc-3bad-4b2d-b8a2-d45b893e9034 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-0db520fc-3bad-4b2d-b8a2-d45b893e9034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb-atc-btn-wrapper {
    text-align: center;
  }


#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb-atc-btn-wrapper {
    text-align: center;
  }


#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb-atc-btn-wrapper {
    text-align: center;
  }


#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb-atc-btn-wrapper {
    text-align: center;
  }


#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb-atc-btn-wrapper {
    text-align: center;
  }


#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-beb44526-aaa1-47c9-9b9e-e3ca8907cedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e71415b4-57c0-4401-bc0d-d4fce9b89ee2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-d1f70c21-c008-42a5-be15-a468e3f2b555 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}



.shg-c#s-d1f70c21-c008-42a5-be15-a468e3f2b555 .shg-image-zoom {
  width:  1447; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d1f70c21-c008-42a5-be15-a468e3f2b555 .shg-image-zoom {
  width:  1447; 
  height:  100%; 
}





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

.shg-c#s-d1f70c21-c008-42a5-be15-a468e3f2b555 .shg-image-zoom {
  width:  1447; 
  height:  100%; 
}





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

.shg-c#s-d1f70c21-c008-42a5-be15-a468e3f2b555 .shg-image-zoom {
  width:  1447; 
  height:  100%; 
}





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

.shg-c#s-d1f70c21-c008-42a5-be15-a468e3f2b555 .shg-image-zoom {
  width:  1447; 
  height:  100%; 
}





}
#s-dac4593d-34eb-425e-8e4c-48082f22c71d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dac4593d-34eb-425e-8e4c-48082f22c71d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-63c7a614-cdf1-4ba5-85fc-2246093059ea {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63c7a614-cdf1-4ba5-85fc-2246093059ea .shg-product-title-component h3 span {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  
  
  
  
}

#s-bd109fd2-117d-40af-a8b1-d5f91c3affe5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-bd109fd2-117d-40af-a8b1-d5f91c3affe5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-bd109fd2-117d-40af-a8b1-d5f91c3affe5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
}

#s-bd109fd2-117d-40af-a8b1-d5f91c3affe5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-radius: 0px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 10px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-505396a7-bd11-4508-9fb5-4fc4b9fdcb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7229488f-fb9f-451b-a1ad-edf20b33219b {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7229488f-fb9f-451b-a1ad-edf20b33219b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7229488f-fb9f-451b-a1ad-edf20b33219b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7229488f-fb9f-451b-a1ad-edf20b33219b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7229488f-fb9f-451b-a1ad-edf20b33219b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGFkYmY4NGQtNmE0Mi00YjVkLWIyMWMtMTRmNGQxMjQxYzM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEzMDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YWRiZjg0ZC02YTQyLTRiNWQtYjIxYy0xNGY0ZDEyNDFjMzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 0.8 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f1300b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-fc22ad92-2c31-48f9-a2c5-26510ee68d24-root {
    text-align: center;
  }


#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc22ad92-2c31-48f9-a2c5-26510ee68d24-root {
    text-align: center;
  }


#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc22ad92-2c31-48f9-a2c5-26510ee68d24-root {
    text-align: center;
  }


#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc22ad92-2c31-48f9-a2c5-26510ee68d24-root {
    text-align: center;
  }


#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc22ad92-2c31-48f9-a2c5-26510ee68d24-root {
    text-align: center;
  }


#s-fc22ad92-2c31-48f9-a2c5-26510ee68d24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 500px;
aspect-ratio: 500/700;
text-align: center;
}

#s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 img.shogun-image,
  #s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 {
    width: 100%;
    height: auto;
  }



  #s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 img.shogun-image {
    

    
    
    
  }


#s-4a165ccb-b49a-45b1-b125-9ce6be4c23f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (max-width: 767px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}







#s-8003a33e-9577-48ad-9f10-128f05b936d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8003a33e-9577-48ad-9f10-128f05b936d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e27d1908-b25f-4219-a85a-99b83f7b0924 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-65efea89-ab32-46ee-9cad-374d18bf418a {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-65efea89-ab32-46ee-9cad-374d18bf418a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65efea89-ab32-46ee-9cad-374d18bf418a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e57a0952-8732-4569-8634-269207f1a057 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-33d89733-394b-4d74-95bd-9e608f43d1c3 {
  margin-bottom: 10px;
}

#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper {
  text-align: left;
}


#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-425ca726-e8a3-432e-9d64-aeacf39fa02a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 {
  margin-bottom: 10px;
}

#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 .shogun-icon-wrapper {
  text-align: left;
}


#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-457496df-1afe-4c11-87c5-83242c695e69 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-457496df-1afe-4c11-87c5-83242c695e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-457496df-1afe-4c11-87c5-83242c695e69.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03527943-1b40-412f-92b2-0bcd61ebd9c1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 {
  margin-bottom: 10px;
}

#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 .shogun-icon-wrapper {
  text-align: left;
}


#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b0c4f515-157f-457d-8606-e7cef5363a3a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 10px;
background-position: right top;
background-attachment: scroll;
}








#s-b0c4f515-157f-457d-8606-e7cef5363a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0c4f515-157f-457d-8606-e7cef5363a3a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-99bfb05b-49b5-4e9e-8406-620e80d5a1a6 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

#s-80be629a-fd26-450e-8d56-6657a19f0523 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(205, 205, 205, 0);
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-success-alert {
  background-color: rgba(48, 48, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-label {
  color: #555;
  font-family: Open Sans;
  font-size: 16px;
  
  
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-field {
  color: #555;
  
  
  
  
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 1) !important;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-6b4a374e-8a3b-40e9-a1f0-0f9b3ddcab98 .shogun-form .shogun-form-submit-label {
  color: rgba(250, 8, 8, 1) !important;
}

#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (max-width: 767px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}







#s-6404e3e9-4500-4018-9737-0d42f271ec9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6404e3e9-4500-4018-9737-0d42f271ec9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10fa1935-8896-432a-8d6b-4fa5a6727fc5 {
  border-style: solid;
margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-10fa1935-8896-432a-8d6b-4fa5a6727fc5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-129c27cd-35ce-44f9-bf8d-dc5932252340 {
  text-align: left;
}

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