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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-127a6d5c-f3df-4125-bb7c-eb755dbbc9da {
  min-height: 50px;
}








#s-127a6d5c-f3df-4125-bb7c-eb755dbbc9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-127a6d5c-f3df-4125-bb7c-eb755dbbc9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (max-width: 767px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}
#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (max-width: 767px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-repeat: no-repeat;
background-size: contain;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/0025ebce-2a28-4062-a06a-df2dd6a0213a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#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 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 20px;
}
@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 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-647c767d-c0ab-4865-ab7f-24d012de41e3 {
  min-height: 50px;
background-color: rgba(85, 162, 20, 1);
}








#s-647c767d-c0ab-4865-ab7f-24d012de41e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647c767d-c0ab-4865-ab7f-24d012de41e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bc645e9-108d-4d57-b053-2eaf83826829 {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
min-height: 50px;
}








#s-6bc645e9-108d-4d57-b053-2eaf83826829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc645e9-108d-4d57-b053-2eaf83826829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0ba4192-8aef-4a24-a8bf-72366c9a2c17 {
  margin-top: 10px;
margin-left: 13px;
margin-bottom: 10px;
margin-right: 13px;
}
@media (min-width: 1200px){#s-e0ba4192-8aef-4a24-a8bf-72366c9a2c17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0ba4192-8aef-4a24-a8bf-72366c9a2c17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0ba4192-8aef-4a24-a8bf-72366c9a2c17 {
  
}
}@media (max-width: 767px){#s-e0ba4192-8aef-4a24-a8bf-72366c9a2c17 {
  
}
}
#s-c45fbbb6-f644-41f9-8b6d-12b0e9a354a9 {
  min-height: 20px;
}








#s-c45fbbb6-f644-41f9-8b6d-12b0e9a354a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c45fbbb6-f644-41f9-8b6d-12b0e9a354a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3279659-d9a2-40f6-8368-b76f998e02f5 {
  min-height: 50px;
}








#s-a3279659-d9a2-40f6-8368-b76f998e02f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3279659-d9a2-40f6-8368-b76f998e02f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
@media (min-width: 1200px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (max-width: 767px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}
@media (min-width: 0px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-28ed246f-82dd-4ba2-90fe-27472cd41bc3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-28ed246f-82dd-4ba2-90fe-27472cd41bc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ed246f-82dd-4ba2-90fe-27472cd41bc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ed246f-82dd-4ba2-90fe-27472cd41bc3 {
  
}
}@media (max-width: 767px){#s-28ed246f-82dd-4ba2-90fe-27472cd41bc3 {
  
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image,
  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
    width: 100%;
    height: auto;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
    
    
  }


.s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
      position: relative;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image,
  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
    width: 100%;
    height: auto;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
    
    
  }


.s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
      position: relative;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image,
  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
    width: 100%;
    height: auto;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
    
    
  }


.s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
      position: relative;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image,
  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
    width: 100%;
    height: auto;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
    
    
  }


.s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
      position: relative;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image,
  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
    width: 100%;
    height: auto;
  }

  #s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
    
    
  }


.s-434839d1-097c-4f5f-b8b8-2e677807c4e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container {
      position: relative;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434839d1-097c-4f5f-b8b8-2e677807c4e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-af0a8fca-f53d-406d-bf57-3b5cc82acd8b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-af0a8fca-f53d-406d-bf57-3b5cc82acd8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af0a8fca-f53d-406d-bf57-3b5cc82acd8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af0a8fca-f53d-406d-bf57-3b5cc82acd8b {
  
}
}@media (max-width: 767px){#s-af0a8fca-f53d-406d-bf57-3b5cc82acd8b {
  
}
}
#s-af0a8fca-f53d-406d-bf57-3b5cc82acd8b .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-537578bd-1a10-4efb-a550-271266d13416 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-537578bd-1a10-4efb-a550-271266d13416 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-537578bd-1a10-4efb-a550-271266d13416 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-537578bd-1a10-4efb-a550-271266d13416 {
  
}
}@media (max-width: 767px){#s-537578bd-1a10-4efb-a550-271266d13416 {
  
}
}
#s-537578bd-1a10-4efb-a550-271266d13416 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-537578bd-1a10-4efb-a550-271266d13416 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-537578bd-1a10-4efb-a550-271266d13416 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-c249197d-c530-40c2-81e0-91a3fa91c5f0 {
  padding-left: 5%;
padding-right: 5%;
}

.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-center {
  text-align: center;
}

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

#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a258ac95-b8bd-428a-8011-e66edcdff717:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a258ac95-b8bd-428a-8011-e66edcdff717:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  
}
}@media (max-width: 767px){#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  
}
}


#s-a258ac95-b8bd-428a-8011-e66edcdff717 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a258ac95-b8bd-428a-8011-e66edcdff717.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a258ac95-b8bd-428a-8011-e66edcdff717.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a258ac95-b8bd-428a-8011-e66edcdff717.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4565545e-f380-4199-be16-dd17fd1a47cb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4565545e-f380-4199-be16-dd17fd1a47cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4565545e-f380-4199-be16-dd17fd1a47cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4565545e-f380-4199-be16-dd17fd1a47cb {
  
}
}@media (max-width: 767px){#s-4565545e-f380-4199-be16-dd17fd1a47cb {
  
}
}
#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image,
  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
    width: 100%;
    height: auto;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
    
    
  }


.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
      position: relative;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image,
  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
    width: 100%;
    height: auto;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
    
    
  }


.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
      position: relative;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image,
  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
    width: 100%;
    height: auto;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
    
    
  }


.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
      position: relative;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image,
  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
    width: 100%;
    height: auto;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
    
    
  }


.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
      position: relative;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image,
  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
    width: 100%;
    height: auto;
  }

  #s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
    
    
  }


.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container {
      position: relative;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d93f7633-d65c-4f5c-a749-fdc1d7e3f544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9c45aee6-1fab-4b2d-8400-4c503f903147 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9c45aee6-1fab-4b2d-8400-4c503f903147 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c45aee6-1fab-4b2d-8400-4c503f903147 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c45aee6-1fab-4b2d-8400-4c503f903147 {
  
}
}@media (max-width: 767px){#s-9c45aee6-1fab-4b2d-8400-4c503f903147 {
  
}
}
#s-9c45aee6-1fab-4b2d-8400-4c503f903147 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-ca547e02-f122-4925-bf78-8af76be88927 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-ca547e02-f122-4925-bf78-8af76be88927 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca547e02-f122-4925-bf78-8af76be88927 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca547e02-f122-4925-bf78-8af76be88927 {
  
}
}@media (max-width: 767px){#s-ca547e02-f122-4925-bf78-8af76be88927 {
  
}
}
#s-ca547e02-f122-4925-bf78-8af76be88927 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca547e02-f122-4925-bf78-8af76be88927 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-ca547e02-f122-4925-bf78-8af76be88927 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-4e2154b0-85b9-48fe-9ef5-e36ed579b101 {
  padding-left: 5%;
padding-right: 5%;
}

#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  
}
}@media (max-width: 767px){#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  
}
}


#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6eb8e39e-4c46-4f00-b872-5c695ab12eaf.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-899cd647-892f-4603-9593-a986b5ec1874 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-899cd647-892f-4603-9593-a986b5ec1874 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-899cd647-892f-4603-9593-a986b5ec1874 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-899cd647-892f-4603-9593-a986b5ec1874 {
  
}
}@media (max-width: 767px){#s-899cd647-892f-4603-9593-a986b5ec1874 {
  
}
}
#s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image,
  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
    width: 100%;
    height: auto;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
    
    
  }


.s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shogun-image-content {
  
    align-items: center;
  
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
      position: relative;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image,
  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
    width: 100%;
    height: auto;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
    
    
  }


.s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shogun-image-content {
  
    align-items: center;
  
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
      position: relative;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image,
  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
    width: 100%;
    height: auto;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
    
    
  }


.s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shogun-image-content {
  
    align-items: center;
  
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
      position: relative;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image,
  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
    width: 100%;
    height: auto;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
    
    
  }


.s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shogun-image-content {
  
    align-items: center;
  
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
      position: relative;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image,
  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
    width: 100%;
    height: auto;
  }

  #s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
    
    
  }


.s-20635205-1481-4b9b-b3ad-c98b4b6d4190 .shogun-image-content {
  
    align-items: center;
  
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container {
      position: relative;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20635205-1481-4b9b-b3ad-c98b4b6d4190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc {
  
}
}@media (max-width: 767px){#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc {
  
}
}
#s-934f8d32-8cf2-4bae-9430-acc9a858bbfc .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 {
  
}
}@media (max-width: 767px){#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 {
  
}
}
#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-b32412aa-e0bd-4bfd-a40c-f57667998e11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-2d5a6515-21d0-46fc-a91f-c58f7905c8e7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  
}
}@media (max-width: 767px){#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  
}
}


#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8b417e39-8a81-4552-b9fd-e40a800dfbe7.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-112f98ad-c27b-451e-9d6c-7b7bca4c2ecb {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(85, 162, 20, 1);
}








#s-112f98ad-c27b-451e-9d6c-7b7bca4c2ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-112f98ad-c27b-451e-9d6c-7b7bca4c2ecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92865e3c-1ece-4acb-8c4a-b86ce6ae4955 {
  margin-top: 10px;
margin-left: 13px;
margin-bottom: 10px;
margin-right: 13px;
}
@media (min-width: 1200px){#s-92865e3c-1ece-4acb-8c4a-b86ce6ae4955 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92865e3c-1ece-4acb-8c4a-b86ce6ae4955 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92865e3c-1ece-4acb-8c4a-b86ce6ae4955 {
  
}
}@media (max-width: 767px){#s-92865e3c-1ece-4acb-8c4a-b86ce6ae4955 {
  
}
}
#s-cd0211f8-fff7-46f0-9c65-86a52e41a4c2 {
  min-height: 30px;
}








#s-cd0211f8-fff7-46f0-9c65-86a52e41a4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd0211f8-fff7-46f0-9c65-86a52e41a4c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bf91101-2e23-4b4f-b3be-484ff75b7287 {
  background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
background-color: rgba(233, 227, 218, 1);
}








#s-0bf91101-2e23-4b4f-b3be-484ff75b7287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf91101-2e23-4b4f-b3be-484ff75b7287.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e160abdb-d146-47b7-bb95-6ffcb84aa064 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e160abdb-d146-47b7-bb95-6ffcb84aa064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e160abdb-d146-47b7-bb95-6ffcb84aa064"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.0px);
}

}

@media (min-width: 992px) {
[id="s-e160abdb-d146-47b7-bb95-6ffcb84aa064"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.0px);
}

}

@media (min-width: 1200px) {
[id="s-e160abdb-d146-47b7-bb95-6ffcb84aa064"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.0px);
}

}

#s-50058d2b-4dee-4b99-b5b5-3f5ddbbd3a56 {
  padding-top: 20px;
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-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.81);
}








#s-50058d2b-4dee-4b99-b5b5-3f5ddbbd3a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50058d2b-4dee-4b99-b5b5-3f5ddbbd3a56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a2a612-e000-4284-9c0f-6cfc836059e7 {
  padding-top: 20px;
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-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.81);
}








#s-47a2a612-e000-4284-9c0f-6cfc836059e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a2a612-e000-4284-9c0f-6cfc836059e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e1ac501-7da9-4f68-aa1b-3c859d9c9801 {
  min-height: 30px;
}








#s-7e1ac501-7da9-4f68-aa1b-3c859d9c9801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e1ac501-7da9-4f68-aa1b-3c859d9c9801.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ddfbff4-e498-4d83-81b6-55ced826811b {
  min-height: 50px;
}








#s-1ddfbff4-e498-4d83-81b6-55ced826811b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ddfbff4-e498-4d83-81b6-55ced826811b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 {
  
}
}@media (max-width: 767px){#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 {
  
}
}
#s-4c209486-61d2-47f2-a8ae-69a8829f3da5 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-2fd53a36-f7ee-41e1-ad34-5b7205b30ba3 {
  min-height: 50px;
}








#s-2fd53a36-f7ee-41e1-ad34-5b7205b30ba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd53a36-f7ee-41e1-ad34-5b7205b30ba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19 {
  
}
@media (min-width: 1200px){#s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19 {
  
}
}@media (max-width: 767px){#s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19 {
  
}
}
@media (min-width: 0px) {
[id="s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb05aea3-2a62-4bff-ab8c-62bc26d7fc19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ce5c7a4f-14b9-46eb-84d8-ae058ef2d8f2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ce5c7a4f-14b9-46eb-84d8-ae058ef2d8f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce5c7a4f-14b9-46eb-84d8-ae058ef2d8f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce5c7a4f-14b9-46eb-84d8-ae058ef2d8f2 {
  
}
}@media (max-width: 767px){#s-ce5c7a4f-14b9-46eb-84d8-ae058ef2d8f2 {
  
}
}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-d327759d-e15c-4e91-babc-50ee23841111 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d327759d-e15c-4e91-babc-50ee23841111 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d327759d-e15c-4e91-babc-50ee23841111 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d327759d-e15c-4e91-babc-50ee23841111 {
  
}
}@media (max-width: 767px){#s-d327759d-e15c-4e91-babc-50ee23841111 {
  
}
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d327759d-e15c-4e91-babc-50ee23841111 img.shogun-image {
  width: 100%;
}



}
#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 {
  
}
}@media (max-width: 767px){#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 {
  
}
}
#s-ef203881-0e70-4420-b9a4-252bd77d7ae2 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-629f51b0-2fa1-45db-8170-d2c917150b9e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-629f51b0-2fa1-45db-8170-d2c917150b9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-629f51b0-2fa1-45db-8170-d2c917150b9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-629f51b0-2fa1-45db-8170-d2c917150b9e {
  
}
}@media (max-width: 767px){#s-629f51b0-2fa1-45db-8170-d2c917150b9e {
  
}
}
#s-629f51b0-2fa1-45db-8170-d2c917150b9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-629f51b0-2fa1-45db-8170-d2c917150b9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-629f51b0-2fa1-45db-8170-d2c917150b9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-ce113f57-561e-4964-ac21-fe112e3f1364:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce113f57-561e-4964-ac21-fe112e3f1364:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  
}
}@media (max-width: 767px){#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  
}
}


#s-ce113f57-561e-4964-ac21-fe112e3f1364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce113f57-561e-4964-ac21-fe112e3f1364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce113f57-561e-4964-ac21-fe112e3f1364.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ce113f57-561e-4964-ac21-fe112e3f1364.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a58d5008-8710-477e-b55b-33748bf5f96a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a58d5008-8710-477e-b55b-33748bf5f96a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a58d5008-8710-477e-b55b-33748bf5f96a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a58d5008-8710-477e-b55b-33748bf5f96a {
  
}
}@media (max-width: 767px){#s-a58d5008-8710-477e-b55b-33748bf5f96a {
  
}
}
#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 16px;
margin-bottom: 16px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 {
  
}
}@media (max-width: 767px){#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 {
  
}
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af54d55-aee4-4e22-a1e1-3e59f8ce2a68 img.shogun-image {
  width: 100%;
}



}
#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d {
  
}
}@media (max-width: 767px){#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d {
  
}
}
#s-41b1dc87-ec38-4423-bf8f-362b0cc9305d .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-ae8d6473-9963-437c-8b5c-97ff431501a1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-ae8d6473-9963-437c-8b5c-97ff431501a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae8d6473-9963-437c-8b5c-97ff431501a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae8d6473-9963-437c-8b5c-97ff431501a1 {
  
}
}@media (max-width: 767px){#s-ae8d6473-9963-437c-8b5c-97ff431501a1 {
  
}
}
#s-ae8d6473-9963-437c-8b5c-97ff431501a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ae8d6473-9963-437c-8b5c-97ff431501a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-ae8d6473-9963-437c-8b5c-97ff431501a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-3c030817-cad4-4b00-b032-ceadb8dc0675:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c030817-cad4-4b00-b032-ceadb8dc0675:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  
}
}@media (max-width: 767px){#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  
}
}


#s-3c030817-cad4-4b00-b032-ceadb8dc0675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c030817-cad4-4b00-b032-ceadb8dc0675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c030817-cad4-4b00-b032-ceadb8dc0675.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3c030817-cad4-4b00-b032-ceadb8dc0675.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-bd89f321-14c5-44f8-953e-a57e28f015db {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bd89f321-14c5-44f8-953e-a57e28f015db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd89f321-14c5-44f8-953e-a57e28f015db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd89f321-14c5-44f8-953e-a57e28f015db {
  
}
}@media (max-width: 767px){#s-bd89f321-14c5-44f8-953e-a57e28f015db {
  
}
}
#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa {
  
}
}@media (max-width: 767px){#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa {
  
}
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea0d285-58f6-485c-b326-2ab7b034c9aa img.shogun-image {
  width: 100%;
}



}
#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 {
  
}
}@media (max-width: 767px){#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 {
  
}
}
#s-12238f60-9c66-400e-8b23-4dc9b4bb6885 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 {
  
}
}@media (max-width: 767px){#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 {
  
}
}
#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-eb8f9517-2e4c-4e32-9ec4-14aa428cf340 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-29ad25e0-85d6-44b1-b294-630bd528383a:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29ad25e0-85d6-44b1-b294-630bd528383a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  
}
}@media (max-width: 767px){#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  
}
}


#s-29ad25e0-85d6-44b1-b294-630bd528383a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29ad25e0-85d6-44b1-b294-630bd528383a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29ad25e0-85d6-44b1-b294-630bd528383a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-29ad25e0-85d6-44b1-b294-630bd528383a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4b5d9ba2-df3d-4693-8ab5-da979de45688 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4b5d9ba2-df3d-4693-8ab5-da979de45688 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b5d9ba2-df3d-4693-8ab5-da979de45688 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b5d9ba2-df3d-4693-8ab5-da979de45688 {
  
}
}@media (max-width: 767px){#s-4b5d9ba2-df3d-4693-8ab5-da979de45688 {
  
}
}
#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 {
  
}
}@media (max-width: 767px){#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 {
  
}
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ede3ca-224a-4e8f-9222-5b474c4d2d78 img.shogun-image {
  width: 100%;
}



}
#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 {
  
}
}@media (max-width: 767px){#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 {
  
}
}
#s-bf555e2f-9d6a-4c5a-9ede-cbe290d96236 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e {
  
}
}@media (max-width: 767px){#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e {
  
}
}
#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-7bc68d2c-ff2f-4784-a5a3-ee3b30fff29e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  
}
}@media (max-width: 767px){#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  
}
}


#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2ce7a5a9-d759-4fc0-999e-a91c208c18d3.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e89d5d86-c396-41f1-a548-51f80b9ef027 {
  min-height: 50px;
}








#s-e89d5d86-c396-41f1-a548-51f80b9ef027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e89d5d86-c396-41f1-a548-51f80b9ef027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c {
  
}
}@media (max-width: 767px){#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c {
  
}
}
#s-ed86e3c4-c2a6-402d-a4be-3f181a04653c .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-332ec924-58c2-4e02-8284-0f362a550be3 {
  min-height: 50px;
}








#s-332ec924-58c2-4e02-8284-0f362a550be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-332ec924-58c2-4e02-8284-0f362a550be3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfd43865-4c51-4470-bb55-82ada902a925 {
  
}
@media (min-width: 1200px){#s-dfd43865-4c51-4470-bb55-82ada902a925 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfd43865-4c51-4470-bb55-82ada902a925 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfd43865-4c51-4470-bb55-82ada902a925 {
  
}
}@media (max-width: 767px){#s-dfd43865-4c51-4470-bb55-82ada902a925 {
  
}
}
@media (min-width: 0px) {
[id="s-dfd43865-4c51-4470-bb55-82ada902a925"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dfd43865-4c51-4470-bb55-82ada902a925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd43865-4c51-4470-bb55-82ada902a925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd43865-4c51-4470-bb55-82ada902a925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3b19b837-094d-407b-8b69-309aaf4d1b43 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-3b19b837-094d-407b-8b69-309aaf4d1b43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b19b837-094d-407b-8b69-309aaf4d1b43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b19b837-094d-407b-8b69-309aaf4d1b43 {
  
}
}@media (max-width: 767px){#s-3b19b837-094d-407b-8b69-309aaf4d1b43 {
  
}
}
#s-54311fba-fbf6-41ca-a145-687b39fabdc0 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-54311fba-fbf6-41ca-a145-687b39fabdc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54311fba-fbf6-41ca-a145-687b39fabdc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54311fba-fbf6-41ca-a145-687b39fabdc0 {
  
}
}@media (max-width: 767px){#s-54311fba-fbf6-41ca-a145-687b39fabdc0 {
  
}
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54311fba-fbf6-41ca-a145-687b39fabdc0 img.shogun-image {
  width: 100%;
}



}
#s-385e63e5-f543-4592-a118-29d614be2d9e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-385e63e5-f543-4592-a118-29d614be2d9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-385e63e5-f543-4592-a118-29d614be2d9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-385e63e5-f543-4592-a118-29d614be2d9e {
  
}
}@media (max-width: 767px){#s-385e63e5-f543-4592-a118-29d614be2d9e {
  
}
}
#s-385e63e5-f543-4592-a118-29d614be2d9e .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6866091f-9dbe-4127-81b2-ef2053c8d09e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-6866091f-9dbe-4127-81b2-ef2053c8d09e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6866091f-9dbe-4127-81b2-ef2053c8d09e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6866091f-9dbe-4127-81b2-ef2053c8d09e {
  
}
}@media (max-width: 767px){#s-6866091f-9dbe-4127-81b2-ef2053c8d09e {
  
}
}
#s-6866091f-9dbe-4127-81b2-ef2053c8d09e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6866091f-9dbe-4127-81b2-ef2053c8d09e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-6866091f-9dbe-4127-81b2-ef2053c8d09e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  
}
}@media (max-width: 767px){#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  
}
}


#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6c354ccd-9b3e-4d54-98d2-b1bd5a7c3592.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-36f12093-9111-4957-990d-784a624608c2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-36f12093-9111-4957-990d-784a624608c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36f12093-9111-4957-990d-784a624608c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36f12093-9111-4957-990d-784a624608c2 {
  
}
}@media (max-width: 767px){#s-36f12093-9111-4957-990d-784a624608c2 {
  
}
}
#s-8474d9dd-1a17-42f6-9287-be73e9d17cec {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8474d9dd-1a17-42f6-9287-be73e9d17cec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8474d9dd-1a17-42f6-9287-be73e9d17cec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8474d9dd-1a17-42f6-9287-be73e9d17cec {
  
}
}@media (max-width: 767px){#s-8474d9dd-1a17-42f6-9287-be73e9d17cec {
  
}
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8474d9dd-1a17-42f6-9287-be73e9d17cec img.shogun-image {
  width: 100%;
}



}
#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff {
  
}
}@media (max-width: 767px){#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff {
  
}
}
#s-c90ef246-f06c-4a29-85e5-70eb39ad17ff .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f {
  
}
}@media (max-width: 767px){#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f {
  
}
}
#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-ec53eebc-6e02-4f4d-af20-c0abaf0efd7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-72841034-420c-4215-942b-8a7e9339b8b6:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72841034-420c-4215-942b-8a7e9339b8b6:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  
}
}@media (max-width: 767px){#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  
}
}


#s-72841034-420c-4215-942b-8a7e9339b8b6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72841034-420c-4215-942b-8a7e9339b8b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72841034-420c-4215-942b-8a7e9339b8b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-72841034-420c-4215-942b-8a7e9339b8b6.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7c1fae05-16e7-473c-b35d-185b9f1bcb6a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7c1fae05-16e7-473c-b35d-185b9f1bcb6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c1fae05-16e7-473c-b35d-185b9f1bcb6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c1fae05-16e7-473c-b35d-185b9f1bcb6a {
  
}
}@media (max-width: 767px){#s-7c1fae05-16e7-473c-b35d-185b9f1bcb6a {
  
}
}
#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 {
  
}
}@media (max-width: 767px){#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 {
  
}
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97748c59-27d6-4236-ae8d-642b3c6a66c3 img.shogun-image {
  width: 100%;
}



}
#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c {
  
}
}@media (max-width: 767px){#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c {
  
}
}
#s-b5a56d08-4df0-4cf0-b930-3b052c9d540c .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e26b74f6-82a9-448c-bac6-b6621afc256e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-e26b74f6-82a9-448c-bac6-b6621afc256e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e26b74f6-82a9-448c-bac6-b6621afc256e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e26b74f6-82a9-448c-bac6-b6621afc256e {
  
}
}@media (max-width: 767px){#s-e26b74f6-82a9-448c-bac6-b6621afc256e {
  
}
}
#s-e26b74f6-82a9-448c-bac6-b6621afc256e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e26b74f6-82a9-448c-bac6-b6621afc256e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-e26b74f6-82a9-448c-bac6-b6621afc256e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  
}
}@media (max-width: 767px){#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  
}
}


#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6e137c72-ae4f-43b1-a4f5-c4df784afef4.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-93db2cba-97a9-4286-bdb3-2bc8af014765 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-93db2cba-97a9-4286-bdb3-2bc8af014765 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93db2cba-97a9-4286-bdb3-2bc8af014765 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93db2cba-97a9-4286-bdb3-2bc8af014765 {
  
}
}@media (max-width: 767px){#s-93db2cba-97a9-4286-bdb3-2bc8af014765 {
  
}
}
#s-0ad53bff-8b92-404d-88e9-3480907d1761 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0ad53bff-8b92-404d-88e9-3480907d1761 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ad53bff-8b92-404d-88e9-3480907d1761 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ad53bff-8b92-404d-88e9-3480907d1761 {
  
}
}@media (max-width: 767px){#s-0ad53bff-8b92-404d-88e9-3480907d1761 {
  
}
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad53bff-8b92-404d-88e9-3480907d1761 img.shogun-image {
  width: 100%;
}



}
#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 {
  
}
}@media (max-width: 767px){#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 {
  
}
}
#s-006d5217-d4cc-42b3-9991-cb6014aa09b7 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 {
  
}
}@media (max-width: 767px){#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 {
  
}
}
#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-bfe93701-3c15-47d3-bc9f-72168fc7b0a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  
}
}@media (max-width: 767px){#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  
}
}


#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f2d2a4e8-0234-4ed4-9f57-590bfaf4b209.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-48f96e22-4286-42aa-94a0-6a8047272a89 {
  min-height: 50px;
}








#s-48f96e22-4286-42aa-94a0-6a8047272a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f96e22-4286-42aa-94a0-6a8047272a89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-644b8907-8f88-476e-bafd-369eeea504f1 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-644b8907-8f88-476e-bafd-369eeea504f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-644b8907-8f88-476e-bafd-369eeea504f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-644b8907-8f88-476e-bafd-369eeea504f1 {
  
}
}@media (max-width: 767px){#s-644b8907-8f88-476e-bafd-369eeea504f1 {
  
}
}
#s-644b8907-8f88-476e-bafd-369eeea504f1 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-4280024f-4646-4eb0-a23e-b19713d57205 {
  min-height: 50px;
}








#s-4280024f-4646-4eb0-a23e-b19713d57205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4280024f-4646-4eb0-a23e-b19713d57205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fecf1d3b-4fe9-4227-8998-95b6433db968 {
  
}
@media (min-width: 1200px){#s-fecf1d3b-4fe9-4227-8998-95b6433db968 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fecf1d3b-4fe9-4227-8998-95b6433db968 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fecf1d3b-4fe9-4227-8998-95b6433db968 {
  
}
}@media (max-width: 767px){#s-fecf1d3b-4fe9-4227-8998-95b6433db968 {
  
}
}
@media (min-width: 0px) {
[id="s-fecf1d3b-4fe9-4227-8998-95b6433db968"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fecf1d3b-4fe9-4227-8998-95b6433db968"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fecf1d3b-4fe9-4227-8998-95b6433db968"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fecf1d3b-4fe9-4227-8998-95b6433db968"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ac73eb15-9459-418b-8e74-6ece26cb5058 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ac73eb15-9459-418b-8e74-6ece26cb5058 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac73eb15-9459-418b-8e74-6ece26cb5058 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac73eb15-9459-418b-8e74-6ece26cb5058 {
  
}
}@media (max-width: 767px){#s-ac73eb15-9459-418b-8e74-6ece26cb5058 {
  
}
}
#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
padding-top: 20px;
padding-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 {
  
}
}@media (max-width: 767px){#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 {
  
}
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1bfd43b8-fab1-4888-acf3-4aec04af5ba9 img.shogun-image {
  width: 100%;
}



}
#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f {
  
}
}@media (max-width: 767px){#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f {
  
}
}
#s-36cbf4fc-5ece-44d5-b957-28f33b1af54f .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-b3949149-2b12-4c45-a1dd-e80246526a42 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-b3949149-2b12-4c45-a1dd-e80246526a42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3949149-2b12-4c45-a1dd-e80246526a42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3949149-2b12-4c45-a1dd-e80246526a42 {
  
}
}@media (max-width: 767px){#s-b3949149-2b12-4c45-a1dd-e80246526a42 {
  
}
}
#s-b3949149-2b12-4c45-a1dd-e80246526a42 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b3949149-2b12-4c45-a1dd-e80246526a42 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-b3949149-2b12-4c45-a1dd-e80246526a42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-d40b8232-781d-49d2-8c97-3efa16ffeadb:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d40b8232-781d-49d2-8c97-3efa16ffeadb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  
}
}@media (max-width: 767px){#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  
}
}


#s-d40b8232-781d-49d2-8c97-3efa16ffeadb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40b8232-781d-49d2-8c97-3efa16ffeadb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40b8232-781d-49d2-8c97-3efa16ffeadb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d40b8232-781d-49d2-8c97-3efa16ffeadb.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-1079e019-02ee-4671-b488-11c6c4b0af5d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1079e019-02ee-4671-b488-11c6c4b0af5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1079e019-02ee-4671-b488-11c6c4b0af5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1079e019-02ee-4671-b488-11c6c4b0af5d {
  
}
}@media (max-width: 767px){#s-1079e019-02ee-4671-b488-11c6c4b0af5d {
  
}
}
#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a {
  
}
}@media (max-width: 767px){#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a {
  
}
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8efc5335-a2d6-4dc9-a59b-33d9c7e4846a img.shogun-image {
  width: 100%;
}



}
#s-36149154-3479-422b-af6f-885c321f303d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-36149154-3479-422b-af6f-885c321f303d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36149154-3479-422b-af6f-885c321f303d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36149154-3479-422b-af6f-885c321f303d {
  
}
}@media (max-width: 767px){#s-36149154-3479-422b-af6f-885c321f303d {
  
}
}
#s-36149154-3479-422b-af6f-885c321f303d .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-f68c120c-09a2-4de2-b258-1f7a52507acc {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-f68c120c-09a2-4de2-b258-1f7a52507acc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f68c120c-09a2-4de2-b258-1f7a52507acc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f68c120c-09a2-4de2-b258-1f7a52507acc {
  
}
}@media (max-width: 767px){#s-f68c120c-09a2-4de2-b258-1f7a52507acc {
  
}
}
#s-f68c120c-09a2-4de2-b258-1f7a52507acc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f68c120c-09a2-4de2-b258-1f7a52507acc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-f68c120c-09a2-4de2-b258-1f7a52507acc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-ba52f852-9c9b-4d7b-9652-324d85390377:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba52f852-9c9b-4d7b-9652-324d85390377:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  
}
}@media (max-width: 767px){#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  
}
}


#s-ba52f852-9c9b-4d7b-9652-324d85390377 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba52f852-9c9b-4d7b-9652-324d85390377.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba52f852-9c9b-4d7b-9652-324d85390377.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ba52f852-9c9b-4d7b-9652-324d85390377.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-25f4c3c4-79b2-4cc1-b392-19c033cb9858 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-25f4c3c4-79b2-4cc1-b392-19c033cb9858 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25f4c3c4-79b2-4cc1-b392-19c033cb9858 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25f4c3c4-79b2-4cc1-b392-19c033cb9858 {
  
}
}@media (max-width: 767px){#s-25f4c3c4-79b2-4cc1-b392-19c033cb9858 {
  
}
}
#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
padding-top: 17px;
padding-bottom: 17px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 {
  
}
}@media (max-width: 767px){#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 {
  
}
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e9ff42-b580-4ce4-8a79-b5473f8ef345 img.shogun-image {
  width: 100%;
}



}
#s-912612be-1758-4e22-a781-a5f3d01d6d0d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-912612be-1758-4e22-a781-a5f3d01d6d0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-912612be-1758-4e22-a781-a5f3d01d6d0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-912612be-1758-4e22-a781-a5f3d01d6d0d {
  
}
}@media (max-width: 767px){#s-912612be-1758-4e22-a781-a5f3d01d6d0d {
  
}
}
#s-912612be-1758-4e22-a781-a5f3d01d6d0d .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 {
  
}
}@media (max-width: 767px){#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 {
  
}
}
#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-5fef7c8d-eb52-4064-b2bb-1bca2a3db438 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-e941159f-ce28-438e-b38b-150a9bbb5426:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e941159f-ce28-438e-b38b-150a9bbb5426:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  
}
}@media (max-width: 767px){#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  
}
}


#s-e941159f-ce28-438e-b38b-150a9bbb5426 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e941159f-ce28-438e-b38b-150a9bbb5426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e941159f-ce28-438e-b38b-150a9bbb5426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e941159f-ce28-438e-b38b-150a9bbb5426.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-83e56dec-ee89-4b68-aa56-1bbfbf7ece80 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-83e56dec-ee89-4b68-aa56-1bbfbf7ece80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83e56dec-ee89-4b68-aa56-1bbfbf7ece80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83e56dec-ee89-4b68-aa56-1bbfbf7ece80 {
  
}
}@media (max-width: 767px){#s-83e56dec-ee89-4b68-aa56-1bbfbf7ece80 {
  
}
}
#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
padding-top: 3px;
padding-bottom: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 {
  
}
}@media (max-width: 767px){#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 {
  
}
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a82ebfd-ef4d-4656-ac37-37080c53dc36 img.shogun-image {
  width: 100%;
}



}
#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c {
  
}
}@media (max-width: 767px){#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c {
  
}
}
#s-a91483e0-bb39-4f02-bfb1-2257b61ec96c .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6dada7f0-38c4-4719-bd89-d3731fd5675d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-6dada7f0-38c4-4719-bd89-d3731fd5675d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dada7f0-38c4-4719-bd89-d3731fd5675d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dada7f0-38c4-4719-bd89-d3731fd5675d {
  
}
}@media (max-width: 767px){#s-6dada7f0-38c4-4719-bd89-d3731fd5675d {
  
}
}
#s-6dada7f0-38c4-4719-bd89-d3731fd5675d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6dada7f0-38c4-4719-bd89-d3731fd5675d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-6dada7f0-38c4-4719-bd89-d3731fd5675d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  
}
}@media (max-width: 767px){#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  
}
}


#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1a49c1bc-b3cb-4ee2-92c8-32ce27ad531d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 {
  
}
}@media (max-width: 767px){#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 {
  
}
}
#s-aedda0ff-cbdf-4b1b-b6cc-0e785a41ff23 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-11498081-ef61-4fc9-8453-d5cfa2fa43d0 {
  
}
@media (min-width: 1200px){#s-11498081-ef61-4fc9-8453-d5cfa2fa43d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11498081-ef61-4fc9-8453-d5cfa2fa43d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11498081-ef61-4fc9-8453-d5cfa2fa43d0 {
  
}
}@media (max-width: 767px){#s-11498081-ef61-4fc9-8453-d5cfa2fa43d0 {
  
}
}
@media (min-width: 0px) {
[id="s-11498081-ef61-4fc9-8453-d5cfa2fa43d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-11498081-ef61-4fc9-8453-d5cfa2fa43d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11498081-ef61-4fc9-8453-d5cfa2fa43d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11498081-ef61-4fc9-8453-d5cfa2fa43d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-da71487c-95ae-47ce-ac6c-c658011370f0 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image,
  #s-da71487c-95ae-47ce-ac6c-c658011370f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 {
    width: 100%;
    height: auto;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
    
    
  }


.s-da71487c-95ae-47ce-ac6c-c658011370f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da71487c-95ae-47ce-ac6c-c658011370f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
      position: relative;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image,
  #s-da71487c-95ae-47ce-ac6c-c658011370f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 {
    width: 100%;
    height: auto;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
    
    
  }


.s-da71487c-95ae-47ce-ac6c-c658011370f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da71487c-95ae-47ce-ac6c-c658011370f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
      position: relative;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image,
  #s-da71487c-95ae-47ce-ac6c-c658011370f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 {
    width: 100%;
    height: auto;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
    
    
  }


.s-da71487c-95ae-47ce-ac6c-c658011370f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da71487c-95ae-47ce-ac6c-c658011370f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
      position: relative;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image,
  #s-da71487c-95ae-47ce-ac6c-c658011370f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 {
    width: 100%;
    height: auto;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
    
    
  }


.s-da71487c-95ae-47ce-ac6c-c658011370f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da71487c-95ae-47ce-ac6c-c658011370f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
      position: relative;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image,
  #s-da71487c-95ae-47ce-ac6c-c658011370f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 {
    width: 100%;
    height: auto;
  }

  #s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
    
    
  }


.s-da71487c-95ae-47ce-ac6c-c658011370f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da71487c-95ae-47ce-ac6c-c658011370f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container {
      position: relative;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da71487c-95ae-47ce-ac6c-c658011370f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e0fd20f7-4043-44bd-a0b3-5864acd6da40 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e0fd20f7-4043-44bd-a0b3-5864acd6da40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0fd20f7-4043-44bd-a0b3-5864acd6da40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0fd20f7-4043-44bd-a0b3-5864acd6da40 {
  
}
}@media (max-width: 767px){#s-e0fd20f7-4043-44bd-a0b3-5864acd6da40 {
  
}
}
#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 {
  
}
}@media (max-width: 767px){#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 {
  
}
}
#s-0e6604f9-b3dd-48f1-8587-facbcd90e3c6 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-944414d7-a2f7-4666-ab3c-571240f719e4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-944414d7-a2f7-4666-ab3c-571240f719e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-944414d7-a2f7-4666-ab3c-571240f719e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-944414d7-a2f7-4666-ab3c-571240f719e4 {
  
}
}@media (max-width: 767px){#s-944414d7-a2f7-4666-ab3c-571240f719e4 {
  
}
}
#s-944414d7-a2f7-4666-ab3c-571240f719e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-944414d7-a2f7-4666-ab3c-571240f719e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-944414d7-a2f7-4666-ab3c-571240f719e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  
}
}@media (max-width: 767px){#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  
}
}


#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4a55be17-9b5a-4b22-8cbb-16a7add0e250.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f26c160f-c2f5-45f1-adcf-db0bb48a6e57 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f26c160f-c2f5-45f1-adcf-db0bb48a6e57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f26c160f-c2f5-45f1-adcf-db0bb48a6e57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f26c160f-c2f5-45f1-adcf-db0bb48a6e57 {
  
}
}@media (max-width: 767px){#s-f26c160f-c2f5-45f1-adcf-db0bb48a6e57 {
  
}
}
#s-e037604a-0e25-4cbf-bc1d-002d72daca04 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 8px;
margin-bottom: 8px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e037604a-0e25-4cbf-bc1d-002d72daca04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e037604a-0e25-4cbf-bc1d-002d72daca04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e037604a-0e25-4cbf-bc1d-002d72daca04 {
  
}
}@media (max-width: 767px){#s-e037604a-0e25-4cbf-bc1d-002d72daca04 {
  
}
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e037604a-0e25-4cbf-bc1d-002d72daca04 img.shogun-image {
  width: 100%;
}



}
#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc {
  
}
}@media (max-width: 767px){#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc {
  
}
}
#s-48dca5c6-12eb-4d78-8975-515bd0a4aadc .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 {
  
}
}@media (max-width: 767px){#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 {
  
}
}
#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-6785841b-2ba0-4ab1-be4b-fc373720a6b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  
}
}@media (max-width: 767px){#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  
}
}


#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-44f2b003-b780-4e93-88b5-f5f5ef0a101e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c28f9275-fd5f-4e07-aea7-04a6c58fbaca {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c28f9275-fd5f-4e07-aea7-04a6c58fbaca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c28f9275-fd5f-4e07-aea7-04a6c58fbaca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c28f9275-fd5f-4e07-aea7-04a6c58fbaca {
  
}
}@media (max-width: 767px){#s-c28f9275-fd5f-4e07-aea7-04a6c58fbaca {
  
}
}
#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image,
  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
    width: 100%;
    height: auto;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
    
    
  }


.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
      position: relative;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image,
  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
    width: 100%;
    height: auto;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
    
    
  }


.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
      position: relative;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image,
  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
    width: 100%;
    height: auto;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
    
    
  }


.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
      position: relative;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image,
  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
    width: 100%;
    height: auto;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
    
    
  }


.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
      position: relative;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image,
  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
    width: 100%;
    height: auto;
  }

  #s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
    
    
  }


.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container {
      position: relative;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3ef1b0-f426-486d-9211-9a0aa068ed47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f7864b45-d01c-458e-99a1-b028374c5923 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f7864b45-d01c-458e-99a1-b028374c5923 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7864b45-d01c-458e-99a1-b028374c5923 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7864b45-d01c-458e-99a1-b028374c5923 {
  
}
}@media (max-width: 767px){#s-f7864b45-d01c-458e-99a1-b028374c5923 {
  
}
}
#s-f7864b45-d01c-458e-99a1-b028374c5923 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-a8f713d5-89ec-489b-992e-5d04b89319d0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-a8f713d5-89ec-489b-992e-5d04b89319d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8f713d5-89ec-489b-992e-5d04b89319d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8f713d5-89ec-489b-992e-5d04b89319d0 {
  
}
}@media (max-width: 767px){#s-a8f713d5-89ec-489b-992e-5d04b89319d0 {
  
}
}
#s-a8f713d5-89ec-489b-992e-5d04b89319d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a8f713d5-89ec-489b-992e-5d04b89319d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-a8f713d5-89ec-489b-992e-5d04b89319d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-ca1c86dc-143c-4008-b795-1329c6e6e14b:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca1c86dc-143c-4008-b795-1329c6e6e14b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  
}
}@media (max-width: 767px){#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  
}
}


#s-ca1c86dc-143c-4008-b795-1329c6e6e14b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca1c86dc-143c-4008-b795-1329c6e6e14b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca1c86dc-143c-4008-b795-1329c6e6e14b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca1c86dc-143c-4008-b795-1329c6e6e14b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-3c9ece18-6433-40db-a2a8-a80467ec387b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-3c9ece18-6433-40db-a2a8-a80467ec387b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c9ece18-6433-40db-a2a8-a80467ec387b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c9ece18-6433-40db-a2a8-a80467ec387b {
  
}
}@media (max-width: 767px){#s-3c9ece18-6433-40db-a2a8-a80467ec387b {
  
}
}
#s-28040c00-6de1-46c2-aa04-2512681a5dde {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image,
  #s-28040c00-6de1-46c2-aa04-2512681a5dde .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde {
    width: 100%;
    height: auto;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
    
    
  }


.s-28040c00-6de1-46c2-aa04-2512681a5dde .shogun-image-content {
  
    align-items: center;
  
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28040c00-6de1-46c2-aa04-2512681a5dde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
      position: relative;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image,
  #s-28040c00-6de1-46c2-aa04-2512681a5dde .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde {
    width: 100%;
    height: auto;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
    
    
  }


.s-28040c00-6de1-46c2-aa04-2512681a5dde .shogun-image-content {
  
    align-items: center;
  
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28040c00-6de1-46c2-aa04-2512681a5dde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
      position: relative;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image,
  #s-28040c00-6de1-46c2-aa04-2512681a5dde .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde {
    width: 100%;
    height: auto;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
    
    
  }


.s-28040c00-6de1-46c2-aa04-2512681a5dde .shogun-image-content {
  
    align-items: center;
  
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28040c00-6de1-46c2-aa04-2512681a5dde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
      position: relative;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image,
  #s-28040c00-6de1-46c2-aa04-2512681a5dde .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde {
    width: 100%;
    height: auto;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
    
    
  }


.s-28040c00-6de1-46c2-aa04-2512681a5dde .shogun-image-content {
  
    align-items: center;
  
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28040c00-6de1-46c2-aa04-2512681a5dde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
      position: relative;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image,
  #s-28040c00-6de1-46c2-aa04-2512681a5dde .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde {
    width: 100%;
    height: auto;
  }

  #s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
    
    
  }


.s-28040c00-6de1-46c2-aa04-2512681a5dde .shogun-image-content {
  
    align-items: center;
  
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28040c00-6de1-46c2-aa04-2512681a5dde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container {
      position: relative;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28040c00-6de1-46c2-aa04-2512681a5dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-db9cba3e-b18b-4422-a99c-af4c93cc032b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-db9cba3e-b18b-4422-a99c-af4c93cc032b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db9cba3e-b18b-4422-a99c-af4c93cc032b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db9cba3e-b18b-4422-a99c-af4c93cc032b {
  
}
}@media (max-width: 767px){#s-db9cba3e-b18b-4422-a99c-af4c93cc032b {
  
}
}
#s-db9cba3e-b18b-4422-a99c-af4c93cc032b .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
}

#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 {
  
}
}@media (max-width: 767px){#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 {
  
}
}
#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-55d2dea3-6712-4fbd-abab-f6b841e6d394 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  
}
}@media (max-width: 767px){#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  
}
}


#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-83af4e02-2253-46ff-b7c5-9d236f2f3b1e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7b63f7fa-dbc5-4e69-9c22-6880d871d328 {
  min-height: 30px;
}








#s-7b63f7fa-dbc5-4e69-9c22-6880d871d328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b63f7fa-dbc5-4e69-9c22-6880d871d328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b8ad7d8-df03-4dcf-8100-4d8e40a07dbc {
  min-height: 30px;
}








#s-1b8ad7d8-df03-4dcf-8100-4d8e40a07dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8ad7d8-df03-4dcf-8100-4d8e40a07dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83d43ca6-04d2-4b42-8aa4-9817de435c7f {
  min-height: 50px;
}








#s-83d43ca6-04d2-4b42-8aa4-9817de435c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d43ca6-04d2-4b42-8aa4-9817de435c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b871bac-c805-45e5-ae30-a6406451c224 {
  box-shadow:1px 1px 1px 5px rgba(85, 162, 20, 0.61);
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(85, 162, 20, 1);
border-style: solid;
min-height: 55px;
background-color: rgba(252, 252, 252, 1);
}








#s-1b871bac-c805-45e5-ae30-a6406451c224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b871bac-c805-45e5-ae30-a6406451c224.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7acd7f5-e8e3-4a74-b2f2-2b3cdc3a1635 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7acd7f5-e8e3-4a74-b2f2-2b3cdc3a1635 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 {
  margin-bottom: 50px;
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(6, 6, 6, 1);
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(85, 162, 20, 1);
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(85, 162, 20, 1);
  border-top: 1px solid rgba(6, 6, 6, 1);
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(85, 162, 20, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-2e2c167b-08b2-4515-a071-0ed782016fd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-f48a488a-2b20-4909-88f8-0045c31395b6 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-accba16a-4ccd-4bec-8454-d34b3a97457d {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-f96a43a5-3c67-4548-aefb-242166e4afa6 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
padding-top: 3px;
padding-bottom: 3px;
}

#s-c9581ca4-6d12-4614-b97d-cae4390e6b24 {
  min-height: 30px;
}








#s-c9581ca4-6d12-4614-b97d-cae4390e6b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9581ca4-6d12-4614-b97d-cae4390e6b24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaaf517b-df26-44df-936d-7490b55e7ed5 {
  min-height: 50px;
}








#s-eaaf517b-df26-44df-936d-7490b55e7ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaaf517b-df26-44df-936d-7490b55e7ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87b9a08b-4640-4200-ac0d-4f23006d0d3e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
}








#s-87b9a08b-4640-4200-ac0d-4f23006d0d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b9a08b-4640-4200-ac0d-4f23006d0d3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a37a213-758f-4fca-aed2-fbe680dfc6ce {
  padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-4a37a213-758f-4fca-aed2-fbe680dfc6ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a37a213-758f-4fca-aed2-fbe680dfc6ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a37a213-758f-4fca-aed2-fbe680dfc6ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a37a213-758f-4fca-aed2-fbe680dfc6ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00a48fdd-db44-4b35-b9de-e48186634a22 {
  min-height: 50px;
}








#s-00a48fdd-db44-4b35-b9de-e48186634a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a48fdd-db44-4b35-b9de-e48186634a22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04fd8773-6746-43e7-9ed8-b4361207b579 .shogun-icon-wrapper {
  text-align: center;
}


#s-04fd8773-6746-43e7-9ed8-b4361207b579 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(85, 162, 20, 1);
}

#s-596bf339-7b8c-4ad2-ae4b-fbd2f26f15ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596bf339-7b8c-4ad2-ae4b-fbd2f26f15ff .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-81ad3447-39a7-43bf-a15b-5dfa442122ea {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e0b29feb-f1fc-42c1-bffb-07cf0d3432a2 {
  margin-top: 20px;
margin-bottom: 20px;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-a9714ec9-fe7d-464d-a344-a0a537a77de4 {
  border-style: solid;
padding-top: 16px;
padding-left: 30px;
padding-bottom: 16px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 0.05);
border-radius: 12px;
background-color: rgba(85, 162, 20, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a9714ec9-fe7d-464d-a344-a0a537a77de4:hover {background-color: rgba(85, 162, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a9714ec9-fe7d-464d-a344-a0a537a77de4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9714ec9-fe7d-464d-a344-a0a537a77de4-root {
    text-align: center;
  }


#s-a9714ec9-fe7d-464d-a344-a0a537a77de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9714ec9-fe7d-464d-a344-a0a537a77de4-root {
    text-align: center;
  }


#s-a9714ec9-fe7d-464d-a344-a0a537a77de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9714ec9-fe7d-464d-a344-a0a537a77de4-root {
    text-align: center;
  }


#s-a9714ec9-fe7d-464d-a344-a0a537a77de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9714ec9-fe7d-464d-a344-a0a537a77de4-root {
    text-align: center;
  }


#s-a9714ec9-fe7d-464d-a344-a0a537a77de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9714ec9-fe7d-464d-a344-a0a537a77de4-root {
    text-align: center;
  }


#s-a9714ec9-fe7d-464d-a344-a0a537a77de4.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-91dcb829-1dc3-41ed-a0d7-72d24a73c858 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-91dcb829-1dc3-41ed-a0d7-72d24a73c858 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-91dcb829-1dc3-41ed-a0d7-72d24a73c858 .shg-sld-nav-button.shg-sld-left,
#s-91dcb829-1dc3-41ed-a0d7-72d24a73c858 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
  border-radius: 40px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image,
  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
    width: 100%;
    height: auto;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
    
    
  }


.s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shogun-image-content {
  
    align-items: center;
  
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
      position: relative;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image,
  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
    width: 100%;
    height: auto;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
    
    
  }


.s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shogun-image-content {
  
    align-items: center;
  
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
      position: relative;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image,
  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
    width: 100%;
    height: auto;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
    
    
  }


.s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shogun-image-content {
  
    align-items: center;
  
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
      position: relative;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image,
  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
    width: 100%;
    height: auto;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
    
    
  }


.s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shogun-image-content {
  
    align-items: center;
  
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
      position: relative;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image,
  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
    width: 100%;
    height: auto;
  }

  #s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
    
    
  }


.s-a384273d-7769-4b83-b5e5-cfdd2d70759b .shogun-image-content {
  
    align-items: center;
  
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container {
      position: relative;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a384273d-7769-4b83-b5e5-cfdd2d70759b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
  border-radius: 40px;
max-width: 2348px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image,
  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
    width: 100%;
    height: auto;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
    
    
  }


.s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shogun-image-content {
  
    align-items: center;
  
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
      position: relative;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image,
  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
    width: 100%;
    height: auto;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
    
    
  }


.s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shogun-image-content {
  
    align-items: center;
  
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
      position: relative;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image,
  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
    width: 100%;
    height: auto;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
    
    
  }


.s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shogun-image-content {
  
    align-items: center;
  
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
      position: relative;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image,
  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
    width: 100%;
    height: auto;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
    
    
  }


.s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shogun-image-content {
  
    align-items: center;
  
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
      position: relative;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image,
  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
    width: 100%;
    height: auto;
  }

  #s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
    
    
  }


.s-115c86f4-31ff-4fed-9a86-1c88ef029057 .shogun-image-content {
  
    align-items: center;
  
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container {
      position: relative;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c86f4-31ff-4fed-9a86-1c88ef029057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
  border-radius: 40px;
max-width: 2945px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image,
  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
    width: 100%;
    height: auto;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
    
    
  }


.s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shogun-image-content {
  
    align-items: center;
  
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
      position: relative;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image,
  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
    width: 100%;
    height: auto;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
    
    
  }


.s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shogun-image-content {
  
    align-items: center;
  
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
      position: relative;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image,
  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
    width: 100%;
    height: auto;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
    
    
  }


.s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shogun-image-content {
  
    align-items: center;
  
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
      position: relative;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image,
  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
    width: 100%;
    height: auto;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
    
    
  }


.s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shogun-image-content {
  
    align-items: center;
  
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
      position: relative;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image,
  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
    width: 100%;
    height: auto;
  }

  #s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
    
    
  }


.s-70f4175c-18dd-4e9b-b119-c9d6b294f993 .shogun-image-content {
  
    align-items: center;
  
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container {
      position: relative;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f4175c-18dd-4e9b-b119-c9d6b294f993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
  border-radius: 40px;
max-width: 2921px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image,
  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
    width: 100%;
    height: auto;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
    
    
  }


.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
      position: relative;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image,
  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
    width: 100%;
    height: auto;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
    
    
  }


.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
      position: relative;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image,
  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
    width: 100%;
    height: auto;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
    
    
  }


.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
      position: relative;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image,
  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
    width: 100%;
    height: auto;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
    
    
  }


.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
      position: relative;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image,
  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
    width: 100%;
    height: auto;
  }

  #s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
    
    
  }


.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container {
      position: relative;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36cb3eb7-45d0-4e83-b9ed-19eb3be29e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0815282d-e771-4d0d-b275-d9324c45d190 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image,
  #s-0815282d-e771-4d0d-b275-d9324c45d190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 {
    width: 100%;
    height: auto;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
    
    
  }


.s-0815282d-e771-4d0d-b275-d9324c45d190 .shogun-image-content {
  
    align-items: center;
  
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0815282d-e771-4d0d-b275-d9324c45d190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
      position: relative;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image,
  #s-0815282d-e771-4d0d-b275-d9324c45d190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 {
    width: 100%;
    height: auto;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
    
    
  }


.s-0815282d-e771-4d0d-b275-d9324c45d190 .shogun-image-content {
  
    align-items: center;
  
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0815282d-e771-4d0d-b275-d9324c45d190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
      position: relative;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image,
  #s-0815282d-e771-4d0d-b275-d9324c45d190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 {
    width: 100%;
    height: auto;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
    
    
  }


.s-0815282d-e771-4d0d-b275-d9324c45d190 .shogun-image-content {
  
    align-items: center;
  
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0815282d-e771-4d0d-b275-d9324c45d190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
      position: relative;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image,
  #s-0815282d-e771-4d0d-b275-d9324c45d190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 {
    width: 100%;
    height: auto;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
    
    
  }


.s-0815282d-e771-4d0d-b275-d9324c45d190 .shogun-image-content {
  
    align-items: center;
  
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0815282d-e771-4d0d-b275-d9324c45d190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
      position: relative;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image,
  #s-0815282d-e771-4d0d-b275-d9324c45d190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 {
    width: 100%;
    height: auto;
  }

  #s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
    
    
  }


.s-0815282d-e771-4d0d-b275-d9324c45d190 .shogun-image-content {
  
    align-items: center;
  
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0815282d-e771-4d0d-b275-d9324c45d190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container {
      position: relative;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0815282d-e771-4d0d-b275-d9324c45d190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f4f42545-ab14-432c-b2ff-759d356c2697 {
  min-height: 50px;
}








#s-f4f42545-ab14-432c-b2ff-759d356c2697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4f42545-ab14-432c-b2ff-759d356c2697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-438d777c-4386-4908-aed6-a79c70c77d97 {
  min-height: 50px;
}








#s-438d777c-4386-4908-aed6-a79c70c77d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-438d777c-4386-4908-aed6-a79c70c77d97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abee1377-13b5-4481-b5c6-0c5d4ee59bbe {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-abee1377-13b5-4481-b5c6-0c5d4ee59bbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abee1377-13b5-4481-b5c6-0c5d4ee59bbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-abee1377-13b5-4481-b5c6-0c5d4ee59bbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-abee1377-13b5-4481-b5c6-0c5d4ee59bbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3e55baab-8d4e-45bf-a388-d04699b075da {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 500px;
background-position: center center;
}








#s-3e55baab-8d4e-45bf-a388-d04699b075da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-3e55baab-8d4e-45bf-a388-d04699b075da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1db6bc6d-f276-49c0-9c31-05af048b2610 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(239, 239, 239, 1);
}

#s-777a3824-609b-47df-ba80-b6727a4cb068 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 14px;
padding-left: 10%;
padding-bottom: 14px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-777a3824-609b-47df-ba80-b6727a4cb068:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-777a3824-609b-47df-ba80-b6727a4cb068:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(245, 245, 245, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-777a3824-609b-47df-ba80-b6727a4cb068 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-777a3824-609b-47df-ba80-b6727a4cb068 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-777a3824-609b-47df-ba80-b6727a4cb068 {
  
}
}@media (max-width: 767px){#s-777a3824-609b-47df-ba80-b6727a4cb068 {
  
}
}

  #s-777a3824-609b-47df-ba80-b6727a4cb068-root {
    text-align: center;
  }


#s-777a3824-609b-47df-ba80-b6727a4cb068.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-777a3824-609b-47df-ba80-b6727a4cb068-root {
    text-align: center;
  }


#s-777a3824-609b-47df-ba80-b6727a4cb068.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-777a3824-609b-47df-ba80-b6727a4cb068-root {
    text-align: center;
  }


#s-777a3824-609b-47df-ba80-b6727a4cb068.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-777a3824-609b-47df-ba80-b6727a4cb068-root {
    text-align: center;
  }


#s-777a3824-609b-47df-ba80-b6727a4cb068.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-777a3824-609b-47df-ba80-b6727a4cb068-root {
    text-align: center;
  }


#s-777a3824-609b-47df-ba80-b6727a4cb068.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dde2403b-2030-4b28-b102-eeb04fb5e0f0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 500px;
background-position: center center;
}








#s-dde2403b-2030-4b28-b102-eeb04fb5e0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-dde2403b-2030-4b28-b102-eeb04fb5e0f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82d74ba5-846f-4a02-bc7a-b0c4ca36dc57 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(239, 239, 239, 1);
}

#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 14px;
padding-left: 10%;
padding-bottom: 14px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(245, 245, 245, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1 {
  
}
}@media (max-width: 767px){#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1 {
  
}
}

  #s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1-root {
    text-align: center;
  }


#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1-root {
    text-align: center;
  }


#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1-root {
    text-align: center;
  }


#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1-root {
    text-align: center;
  }


#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1-root {
    text-align: center;
  }


#s-8cc461d0-3c08-4428-aa8b-f1ced5e379b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-49c64ce1-922d-49b7-a00f-44349f11503d {
  min-height: 50px;
}








#s-49c64ce1-922d-49b7-a00f-44349f11503d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c64ce1-922d-49b7-a00f-44349f11503d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3cb4f6c-4d56-4b34-b8bc-5e9f175405bd {
  min-height: 50px;
}








#s-e3cb4f6c-4d56-4b34-b8bc-5e9f175405bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3cb4f6c-4d56-4b34-b8bc-5e9f175405bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49298f8-055e-4c03-bf2f-0ef84eaa23fd {
  background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
background-color: rgba(233, 227, 218, 1);
}








#s-c49298f8-055e-4c03-bf2f-0ef84eaa23fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c49298f8-055e-4c03-bf2f-0ef84eaa23fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-80e535ca-53f9-4fa2-982c-75d86322e7e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80e535ca-53f9-4fa2-982c-75d86322e7e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80e535ca-53f9-4fa2-982c-75d86322e7e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80e535ca-53f9-4fa2-982c-75d86322e7e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df3f669a-ea19-4b3c-831b-c1ff77a9926a {
  padding-top: 20px;
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-style: solid;
border-radius: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.81);
}








#s-df3f669a-ea19-4b3c-831b-c1ff77a9926a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3f669a-ea19-4b3c-831b-c1ff77a9926a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76d8af74-01b3-4c34-97c7-4d4751514715 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-76d8af74-01b3-4c34-97c7-4d4751514715 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76d8af74-01b3-4c34-97c7-4d4751514715 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76d8af74-01b3-4c34-97c7-4d4751514715 {
  
}
}@media (max-width: 767px){#s-76d8af74-01b3-4c34-97c7-4d4751514715 {
  
}
}
#s-76d8af74-01b3-4c34-97c7-4d4751514715 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-ff24f659-cb65-4380-abd5-4475c553b951 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-ff24f659-cb65-4380-abd5-4475c553b951 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff24f659-cb65-4380-abd5-4475c553b951 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff24f659-cb65-4380-abd5-4475c553b951 {
  
}
}@media (max-width: 767px){#s-ff24f659-cb65-4380-abd5-4475c553b951 {
  
}
}
#s-c56c1751-22c3-4f38-8dbe-8847c08bd383 {
  min-height: 50px;
}








#s-c56c1751-22c3-4f38-8dbe-8847c08bd383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c56c1751-22c3-4f38-8dbe-8847c08bd383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 {
  
}
}@media (max-width: 767px){#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 {
  
}
}
#s-702a00e0-76ba-4d94-b5e6-69002dbd67e3 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-65da3ccb-a469-444f-ae91-ad3eebd33f2f {
  min-height: 50px;
}








#s-65da3ccb-a469-444f-ae91-ad3eebd33f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65da3ccb-a469-444f-ae91-ad3eebd33f2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e4f289d-4f8f-415a-ae19-42c6716bc624 {
  
}
@media (min-width: 1200px){#s-7e4f289d-4f8f-415a-ae19-42c6716bc624 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e4f289d-4f8f-415a-ae19-42c6716bc624 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e4f289d-4f8f-415a-ae19-42c6716bc624 {
  
}
}@media (max-width: 767px){#s-7e4f289d-4f8f-415a-ae19-42c6716bc624 {
  
}
}
@media (min-width: 0px) {
[id="s-7e4f289d-4f8f-415a-ae19-42c6716bc624"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7e4f289d-4f8f-415a-ae19-42c6716bc624"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e4f289d-4f8f-415a-ae19-42c6716bc624"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e4f289d-4f8f-415a-ae19-42c6716bc624"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f9891e5a-f1a1-43fe-8762-7f0a364fe77d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f9891e5a-f1a1-43fe-8762-7f0a364fe77d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9891e5a-f1a1-43fe-8762-7f0a364fe77d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9891e5a-f1a1-43fe-8762-7f0a364fe77d {
  
}
}@media (max-width: 767px){#s-f9891e5a-f1a1-43fe-8762-7f0a364fe77d {
  
}
}
#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 {
  
}
}@media (max-width: 767px){#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 {
  
}
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a56faf2-b56c-4ccf-878f-68ce9fc3f1a3 img.shogun-image {
  width: 100%;
}



}
#s-1666a508-b931-4ee3-8486-373124c1b55d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1666a508-b931-4ee3-8486-373124c1b55d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1666a508-b931-4ee3-8486-373124c1b55d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1666a508-b931-4ee3-8486-373124c1b55d {
  
}
}@media (max-width: 767px){#s-1666a508-b931-4ee3-8486-373124c1b55d {
  
}
}
#s-1666a508-b931-4ee3-8486-373124c1b55d .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-b0f59920-a8eb-438c-8050-33545854f250 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-b0f59920-a8eb-438c-8050-33545854f250 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0f59920-a8eb-438c-8050-33545854f250 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0f59920-a8eb-438c-8050-33545854f250 {
  
}
}@media (max-width: 767px){#s-b0f59920-a8eb-438c-8050-33545854f250 {
  
}
}
#s-b0f59920-a8eb-438c-8050-33545854f250 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b0f59920-a8eb-438c-8050-33545854f250 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-b0f59920-a8eb-438c-8050-33545854f250 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  
}
}@media (max-width: 767px){#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  
}
}


#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-85d119ba-bc2d-4e08-9c27-6c1a0ca59b4d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0c0b7568-de6c-496b-ac0a-c3fc38c26456 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0c0b7568-de6c-496b-ac0a-c3fc38c26456 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c0b7568-de6c-496b-ac0a-c3fc38c26456 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c0b7568-de6c-496b-ac0a-c3fc38c26456 {
  
}
}@media (max-width: 767px){#s-0c0b7568-de6c-496b-ac0a-c3fc38c26456 {
  
}
}
#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b {
  
}
}@media (max-width: 767px){#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b {
  
}
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2cd1fec-ef7d-4b59-b2a5-9aa5e227d74b img.shogun-image {
  width: 100%;
}



}
#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd {
  
}
}@media (max-width: 767px){#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd {
  
}
}
#s-17c35ec5-572e-4dfb-90c9-34eaa76c97dd .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 {
  
}
}@media (max-width: 767px){#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 {
  
}
}
#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-ba68e392-8dc1-4cd9-913a-a00272b16c64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  
}
}@media (max-width: 767px){#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  
}
}


#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b7d4e228-9e61-472d-8ac6-eb72025ea8c8.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-98e30496-df91-430d-bd41-904e7e1649d2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-98e30496-df91-430d-bd41-904e7e1649d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98e30496-df91-430d-bd41-904e7e1649d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98e30496-df91-430d-bd41-904e7e1649d2 {
  
}
}@media (max-width: 767px){#s-98e30496-df91-430d-bd41-904e7e1649d2 {
  
}
}
#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 {
  
}
}@media (max-width: 767px){#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 {
  
}
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5722e01-4b8c-4193-bcb5-38d62b960b41 img.shogun-image {
  width: 100%;
}



}
#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 {
  
}
}@media (max-width: 767px){#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 {
  
}
}
#s-9c211cb7-f320-45aa-83e8-69e9a0e86193 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 {
  
}
}@media (max-width: 767px){#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 {
  
}
}
#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-ae65541e-8e98-4a2e-a4cb-beb79e89fce5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f731a57c-0f53-4998-b866-22efed6dfef1:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f731a57c-0f53-4998-b866-22efed6dfef1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  
}
}@media (max-width: 767px){#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  
}
}


#s-f731a57c-0f53-4998-b866-22efed6dfef1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f731a57c-0f53-4998-b866-22efed6dfef1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f731a57c-0f53-4998-b866-22efed6dfef1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f731a57c-0f53-4998-b866-22efed6dfef1.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c47b8fd4-c643-474c-8da1-46ebe43bbe3b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c47b8fd4-c643-474c-8da1-46ebe43bbe3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c47b8fd4-c643-474c-8da1-46ebe43bbe3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c47b8fd4-c643-474c-8da1-46ebe43bbe3b {
  
}
}@media (max-width: 767px){#s-c47b8fd4-c643-474c-8da1-46ebe43bbe3b {
  
}
}
#s-9781012b-e16d-42bc-b6a0-94522975451c {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9781012b-e16d-42bc-b6a0-94522975451c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9781012b-e16d-42bc-b6a0-94522975451c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9781012b-e16d-42bc-b6a0-94522975451c {
  
}
}@media (max-width: 767px){#s-9781012b-e16d-42bc-b6a0-94522975451c {
  
}
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9781012b-e16d-42bc-b6a0-94522975451c img.shogun-image {
  width: 100%;
}



}
#s-07713d99-ae81-4389-aa4f-80274da3ac35 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-07713d99-ae81-4389-aa4f-80274da3ac35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07713d99-ae81-4389-aa4f-80274da3ac35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07713d99-ae81-4389-aa4f-80274da3ac35 {
  
}
}@media (max-width: 767px){#s-07713d99-ae81-4389-aa4f-80274da3ac35 {
  
}
}
#s-07713d99-ae81-4389-aa4f-80274da3ac35 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a {
  
}
}@media (max-width: 767px){#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a {
  
}
}
#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-967c3dcd-b12f-45df-ae94-dbbff6d2785a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-2349e872-a187-4803-b139-e9477d0729ca {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-2349e872-a187-4803-b139-e9477d0729ca:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2349e872-a187-4803-b139-e9477d0729ca:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2349e872-a187-4803-b139-e9477d0729ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2349e872-a187-4803-b139-e9477d0729ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2349e872-a187-4803-b139-e9477d0729ca {
  
}
}@media (max-width: 767px){#s-2349e872-a187-4803-b139-e9477d0729ca {
  
}
}


#s-2349e872-a187-4803-b139-e9477d0729ca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2349e872-a187-4803-b139-e9477d0729ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2349e872-a187-4803-b139-e9477d0729ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2349e872-a187-4803-b139-e9477d0729ca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-9dd67abc-7e60-459c-9210-1bb3e4eb4891 {
  min-height: 50px;
}








#s-9dd67abc-7e60-459c-9210-1bb3e4eb4891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dd67abc-7e60-459c-9210-1bb3e4eb4891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c90e05af-15da-46c4-bf23-cc000c834f5a {
  min-height: 50px;
}








#s-c90e05af-15da-46c4-bf23-cc000c834f5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c90e05af-15da-46c4-bf23-cc000c834f5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a3dc826-64af-4501-b20d-a0beff6452fc {
  
}
@media (min-width: 1200px){#s-2a3dc826-64af-4501-b20d-a0beff6452fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a3dc826-64af-4501-b20d-a0beff6452fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a3dc826-64af-4501-b20d-a0beff6452fc {
  
}
}@media (max-width: 767px){#s-2a3dc826-64af-4501-b20d-a0beff6452fc {
  
}
}
@media (min-width: 0px) {
[id="s-2a3dc826-64af-4501-b20d-a0beff6452fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2a3dc826-64af-4501-b20d-a0beff6452fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a3dc826-64af-4501-b20d-a0beff6452fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a3dc826-64af-4501-b20d-a0beff6452fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-22f4752e-96aa-48fa-993a-bffab0a8249e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-22f4752e-96aa-48fa-993a-bffab0a8249e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22f4752e-96aa-48fa-993a-bffab0a8249e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22f4752e-96aa-48fa-993a-bffab0a8249e {
  
}
}@media (max-width: 767px){#s-22f4752e-96aa-48fa-993a-bffab0a8249e {
  
}
}
#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image,
  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
    width: 100%;
    height: auto;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
    
    
  }


.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
      position: relative;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image,
  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
    width: 100%;
    height: auto;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
    
    
  }


.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
      position: relative;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image,
  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
    width: 100%;
    height: auto;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
    
    
  }


.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
      position: relative;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image,
  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
    width: 100%;
    height: auto;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
    
    
  }


.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
      position: relative;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image,
  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
    width: 100%;
    height: auto;
  }

  #s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
    
    
  }


.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container {
      position: relative;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a8a441-1dc1-49fd-b6c5-b33a49def5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c {
  
}
}@media (max-width: 767px){#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c {
  
}
}
#s-a1eca63d-a784-45a2-8e3f-b913c6abac2c .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 {
  
}
}@media (max-width: 767px){#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 {
  
}
}
#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-c9619179-ccd1-4f5b-bfff-ad04e9618816 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a57ddef1-265f-45a3-ab25-743784632b0f:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a57ddef1-265f-45a3-ab25-743784632b0f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  
}
}@media (max-width: 767px){#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  
}
}


#s-a57ddef1-265f-45a3-ab25-743784632b0f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a57ddef1-265f-45a3-ab25-743784632b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a57ddef1-265f-45a3-ab25-743784632b0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a57ddef1-265f-45a3-ab25-743784632b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a7de9134-254a-457a-9a72-33b4357d9dea {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a7de9134-254a-457a-9a72-33b4357d9dea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7de9134-254a-457a-9a72-33b4357d9dea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7de9134-254a-457a-9a72-33b4357d9dea {
  
}
}@media (max-width: 767px){#s-a7de9134-254a-457a-9a72-33b4357d9dea {
  
}
}
#s-758de508-2517-42d0-93e9-4371e703709d {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image,
  #s-758de508-2517-42d0-93e9-4371e703709d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d {
    width: 100%;
    height: auto;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
    
    
  }


.s-758de508-2517-42d0-93e9-4371e703709d .shogun-image-content {
  
    align-items: center;
  
}

.s-758de508-2517-42d0-93e9-4371e703709d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-758de508-2517-42d0-93e9-4371e703709d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
      position: relative;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image,
  #s-758de508-2517-42d0-93e9-4371e703709d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d {
    width: 100%;
    height: auto;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
    
    
  }


.s-758de508-2517-42d0-93e9-4371e703709d .shogun-image-content {
  
    align-items: center;
  
}

.s-758de508-2517-42d0-93e9-4371e703709d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-758de508-2517-42d0-93e9-4371e703709d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
      position: relative;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image,
  #s-758de508-2517-42d0-93e9-4371e703709d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d {
    width: 100%;
    height: auto;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
    
    
  }


.s-758de508-2517-42d0-93e9-4371e703709d .shogun-image-content {
  
    align-items: center;
  
}

.s-758de508-2517-42d0-93e9-4371e703709d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-758de508-2517-42d0-93e9-4371e703709d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
      position: relative;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image,
  #s-758de508-2517-42d0-93e9-4371e703709d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d {
    width: 100%;
    height: auto;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
    
    
  }


.s-758de508-2517-42d0-93e9-4371e703709d .shogun-image-content {
  
    align-items: center;
  
}

.s-758de508-2517-42d0-93e9-4371e703709d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-758de508-2517-42d0-93e9-4371e703709d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
      position: relative;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image,
  #s-758de508-2517-42d0-93e9-4371e703709d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d {
    width: 100%;
    height: auto;
  }

  #s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
    
    
  }


.s-758de508-2517-42d0-93e9-4371e703709d .shogun-image-content {
  
    align-items: center;
  
}

.s-758de508-2517-42d0-93e9-4371e703709d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758de508-2517-42d0-93e9-4371e703709d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-758de508-2517-42d0-93e9-4371e703709d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container {
      position: relative;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-758de508-2517-42d0-93e9-4371e703709d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-758de508-2517-42d0-93e9-4371e703709d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 {
  
}
}@media (max-width: 767px){#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 {
  
}
}
#s-ee75c61e-540b-4bda-ac7d-dfe48e49d5f1 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 {
  
}
}@media (max-width: 767px){#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 {
  
}
}
#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-0f27cc3b-ab06-4e16-946a-5ecbd8843a26 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-224fab2e-308d-472b-95f2-26d2465f3393:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-224fab2e-308d-472b-95f2-26d2465f3393:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  
}
}@media (max-width: 767px){#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  
}
}


#s-224fab2e-308d-472b-95f2-26d2465f3393 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-224fab2e-308d-472b-95f2-26d2465f3393.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-224fab2e-308d-472b-95f2-26d2465f3393.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-224fab2e-308d-472b-95f2-26d2465f3393.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7acb6aea-201c-4cd3-ac5e-9967f8907508 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7acb6aea-201c-4cd3-ac5e-9967f8907508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7acb6aea-201c-4cd3-ac5e-9967f8907508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7acb6aea-201c-4cd3-ac5e-9967f8907508 {
  
}
}@media (max-width: 767px){#s-7acb6aea-201c-4cd3-ac5e-9967f8907508 {
  
}
}
#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image,
  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
    width: 100%;
    height: auto;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
    
    
  }


.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
      position: relative;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image,
  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
    width: 100%;
    height: auto;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
    
    
  }


.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
      position: relative;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image,
  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
    width: 100%;
    height: auto;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
    
    
  }


.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
      position: relative;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image,
  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
    width: 100%;
    height: auto;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
    
    
  }


.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
      position: relative;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image,
  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
    width: 100%;
    height: auto;
  }

  #s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
    
    
  }


.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container {
      position: relative;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d897ab2d-d202-4c4f-bebc-bb43d18e8da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-94a50483-cd29-48ad-9d66-41b92045b0e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-94a50483-cd29-48ad-9d66-41b92045b0e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94a50483-cd29-48ad-9d66-41b92045b0e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94a50483-cd29-48ad-9d66-41b92045b0e1 {
  
}
}@media (max-width: 767px){#s-94a50483-cd29-48ad-9d66-41b92045b0e1 {
  
}
}
#s-94a50483-cd29-48ad-9d66-41b92045b0e1 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-e9a36907-312c-4266-a82a-3660494849f0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-e9a36907-312c-4266-a82a-3660494849f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9a36907-312c-4266-a82a-3660494849f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9a36907-312c-4266-a82a-3660494849f0 {
  
}
}@media (max-width: 767px){#s-e9a36907-312c-4266-a82a-3660494849f0 {
  
}
}
#s-e9a36907-312c-4266-a82a-3660494849f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e9a36907-312c-4266-a82a-3660494849f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-e9a36907-312c-4266-a82a-3660494849f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  
}
}@media (max-width: 767px){#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  
}
}


#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e46b8dd1-5300-4a09-99b0-c0fc2de7baad.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-b265b9c0-258a-45fe-87e3-1b9704e8dfc0 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b265b9c0-258a-45fe-87e3-1b9704e8dfc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b265b9c0-258a-45fe-87e3-1b9704e8dfc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b265b9c0-258a-45fe-87e3-1b9704e8dfc0 {
  
}
}@media (max-width: 767px){#s-b265b9c0-258a-45fe-87e3-1b9704e8dfc0 {
  
}
}
#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image,
  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
    width: 100%;
    height: auto;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
    
    
  }


.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shogun-image-content {
  
    align-items: center;
  
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
      position: relative;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image,
  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
    width: 100%;
    height: auto;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
    
    
  }


.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shogun-image-content {
  
    align-items: center;
  
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
      position: relative;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image,
  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
    width: 100%;
    height: auto;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
    
    
  }


.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shogun-image-content {
  
    align-items: center;
  
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
      position: relative;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image,
  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
    width: 100%;
    height: auto;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
    
    
  }


.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shogun-image-content {
  
    align-items: center;
  
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
      position: relative;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image,
  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
    width: 100%;
    height: auto;
  }

  #s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
    
    
  }


.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f .shogun-image-content {
  
    align-items: center;
  
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container {
      position: relative;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8760d8bd-9d14-495b-a2ab-8af380c1d14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 {
  
}
}@media (max-width: 767px){#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 {
  
}
}
#s-fc66ece1-ec45-4c3a-b218-efe6e2185f79 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 {
  
}
}@media (max-width: 767px){#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 {
  
}
}
#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-01f3bff7-7512-4733-88bc-ee07ba059ea4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-27429ea2-ac28-4847-8e5a-3bd627289bd2:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27429ea2-ac28-4847-8e5a-3bd627289bd2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  
}
}@media (max-width: 767px){#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  
}
}


#s-27429ea2-ac28-4847-8e5a-3bd627289bd2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27429ea2-ac28-4847-8e5a-3bd627289bd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27429ea2-ac28-4847-8e5a-3bd627289bd2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-27429ea2-ac28-4847-8e5a-3bd627289bd2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-afc64cc1-351f-49d3-b7e7-35937d78ed38 {
  min-height: 50px;
}








#s-afc64cc1-351f-49d3-b7e7-35937d78ed38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afc64cc1-351f-49d3-b7e7-35937d78ed38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 {
  
}
}@media (max-width: 767px){#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 {
  
}
}
#s-63612de0-f418-4c9f-9aaa-317b0a6a34b2 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-afa88903-bb41-4135-ba79-a1febd8eaa10 {
  min-height: 50px;
}








#s-afa88903-bb41-4135-ba79-a1febd8eaa10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afa88903-bb41-4135-ba79-a1febd8eaa10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d {
  
}
@media (min-width: 1200px){#s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d {
  
}
}@media (max-width: 767px){#s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d {
  
}
}
@media (min-width: 0px) {
[id="s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea8a02ad-69f5-44c1-8a03-4a114b51de4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image,
  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
    width: 100%;
    height: auto;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
    
    
  }


.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
      position: relative;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image,
  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
    width: 100%;
    height: auto;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
    
    
  }


.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
      position: relative;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image,
  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
    width: 100%;
    height: auto;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
    
    
  }


.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
      position: relative;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image,
  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
    width: 100%;
    height: auto;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
    
    
  }


.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
      position: relative;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image,
  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
    width: 100%;
    height: auto;
  }

  #s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
    
    
  }


.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container {
      position: relative;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7aa15e3-281c-4c74-98be-a09dbabf7fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0d047fcf-bc5e-40fd-9c66-8d0cbf77dd65 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0d047fcf-bc5e-40fd-9c66-8d0cbf77dd65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d047fcf-bc5e-40fd-9c66-8d0cbf77dd65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d047fcf-bc5e-40fd-9c66-8d0cbf77dd65 {
  
}
}@media (max-width: 767px){#s-0d047fcf-bc5e-40fd-9c66-8d0cbf77dd65 {
  
}
}
#s-70548528-27ce-4cbf-941d-545d0996c53f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-70548528-27ce-4cbf-941d-545d0996c53f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70548528-27ce-4cbf-941d-545d0996c53f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70548528-27ce-4cbf-941d-545d0996c53f {
  
}
}@media (max-width: 767px){#s-70548528-27ce-4cbf-941d-545d0996c53f {
  
}
}
#s-70548528-27ce-4cbf-941d-545d0996c53f .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-aa60434c-4b2b-40df-a94a-b6ced57df379 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-aa60434c-4b2b-40df-a94a-b6ced57df379 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa60434c-4b2b-40df-a94a-b6ced57df379 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa60434c-4b2b-40df-a94a-b6ced57df379 {
  
}
}@media (max-width: 767px){#s-aa60434c-4b2b-40df-a94a-b6ced57df379 {
  
}
}
#s-aa60434c-4b2b-40df-a94a-b6ced57df379 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-aa60434c-4b2b-40df-a94a-b6ced57df379 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-aa60434c-4b2b-40df-a94a-b6ced57df379 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-d2688f29-cf20-4215-ab61-b5012646be7d:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2688f29-cf20-4215-ab61-b5012646be7d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  
}
}@media (max-width: 767px){#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  
}
}


#s-d2688f29-cf20-4215-ab61-b5012646be7d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2688f29-cf20-4215-ab61-b5012646be7d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2688f29-cf20-4215-ab61-b5012646be7d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d2688f29-cf20-4215-ab61-b5012646be7d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-020ccd79-6426-45ac-9707-4951af58f11f {
  padding-top: 25px;
padding-bottom: 25px;
max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image,
  #s-020ccd79-6426-45ac-9707-4951af58f11f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f {
    width: 100%;
    height: auto;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
    
    
  }


.s-020ccd79-6426-45ac-9707-4951af58f11f .shogun-image-content {
  
    align-items: center;
  
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-020ccd79-6426-45ac-9707-4951af58f11f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
      position: relative;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image,
  #s-020ccd79-6426-45ac-9707-4951af58f11f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f {
    width: 100%;
    height: auto;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
    
    
  }


.s-020ccd79-6426-45ac-9707-4951af58f11f .shogun-image-content {
  
    align-items: center;
  
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-020ccd79-6426-45ac-9707-4951af58f11f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
      position: relative;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image,
  #s-020ccd79-6426-45ac-9707-4951af58f11f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f {
    width: 100%;
    height: auto;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
    
    
  }


.s-020ccd79-6426-45ac-9707-4951af58f11f .shogun-image-content {
  
    align-items: center;
  
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-020ccd79-6426-45ac-9707-4951af58f11f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
      position: relative;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image,
  #s-020ccd79-6426-45ac-9707-4951af58f11f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f {
    width: 100%;
    height: auto;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
    
    
  }


.s-020ccd79-6426-45ac-9707-4951af58f11f .shogun-image-content {
  
    align-items: center;
  
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-020ccd79-6426-45ac-9707-4951af58f11f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
      position: relative;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image,
  #s-020ccd79-6426-45ac-9707-4951af58f11f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f {
    width: 100%;
    height: auto;
  }

  #s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
    
    
  }


.s-020ccd79-6426-45ac-9707-4951af58f11f .shogun-image-content {
  
    align-items: center;
  
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-020ccd79-6426-45ac-9707-4951af58f11f {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container {
      position: relative;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-020ccd79-6426-45ac-9707-4951af58f11f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cd866c36-ab2d-487d-a289-55f8fe58dd2f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-cd866c36-ab2d-487d-a289-55f8fe58dd2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd866c36-ab2d-487d-a289-55f8fe58dd2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd866c36-ab2d-487d-a289-55f8fe58dd2f {
  
}
}@media (max-width: 767px){#s-cd866c36-ab2d-487d-a289-55f8fe58dd2f {
  
}
}
#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 {
  
}
}@media (max-width: 767px){#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 {
  
}
}
#s-a94e0185-5e1f-40b1-9727-01defa9bf5c1 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 {
  
}
}@media (max-width: 767px){#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 {
  
}
}
#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-61e05ede-5c32-47b8-a7b4-6edaf3a8f795 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-9af32f5e-007f-4bb8-868c-eccd1c298a52:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9af32f5e-007f-4bb8-868c-eccd1c298a52:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  
}
}@media (max-width: 767px){#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  
}
}


#s-9af32f5e-007f-4bb8-868c-eccd1c298a52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9af32f5e-007f-4bb8-868c-eccd1c298a52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9af32f5e-007f-4bb8-868c-eccd1c298a52.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9af32f5e-007f-4bb8-868c-eccd1c298a52.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e63ab2f7-5587-4a25-9f56-f1fa42602687 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e63ab2f7-5587-4a25-9f56-f1fa42602687 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e63ab2f7-5587-4a25-9f56-f1fa42602687 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e63ab2f7-5587-4a25-9f56-f1fa42602687 {
  
}
}@media (max-width: 767px){#s-e63ab2f7-5587-4a25-9f56-f1fa42602687 {
  
}
}
#s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image,
  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
    width: 100%;
    height: auto;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
    
    
  }


.s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
      position: relative;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image,
  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
    width: 100%;
    height: auto;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
    
    
  }


.s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
      position: relative;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image,
  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
    width: 100%;
    height: auto;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
    
    
  }


.s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
      position: relative;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image,
  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
    width: 100%;
    height: auto;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
    
    
  }


.s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
      position: relative;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image,
  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
    width: 100%;
    height: auto;
  }

  #s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
    
    
  }


.s-d7b9cde6-92a4-49c0-a6d3-878c71547549 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container {
      position: relative;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7b9cde6-92a4-49c0-a6d3-878c71547549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 {
  
}
}@media (max-width: 767px){#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 {
  
}
}
#s-45b6a6d1-b2e8-49db-9bec-14ec5d648244 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-d90f5f80-c233-4e64-8cba-bb733cadc812 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-d90f5f80-c233-4e64-8cba-bb733cadc812 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90f5f80-c233-4e64-8cba-bb733cadc812 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90f5f80-c233-4e64-8cba-bb733cadc812 {
  
}
}@media (max-width: 767px){#s-d90f5f80-c233-4e64-8cba-bb733cadc812 {
  
}
}
#s-d90f5f80-c233-4e64-8cba-bb733cadc812 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d90f5f80-c233-4e64-8cba-bb733cadc812 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-d90f5f80-c233-4e64-8cba-bb733cadc812 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-8f961cd9-aa59-4347-8511-13b65cd937a0:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f961cd9-aa59-4347-8511-13b65cd937a0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  
}
}@media (max-width: 767px){#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  
}
}


#s-8f961cd9-aa59-4347-8511-13b65cd937a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f961cd9-aa59-4347-8511-13b65cd937a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f961cd9-aa59-4347-8511-13b65cd937a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8f961cd9-aa59-4347-8511-13b65cd937a0.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image,
  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
    width: 100%;
    height: auto;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
    
    
  }


.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
      position: relative;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image,
  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
    width: 100%;
    height: auto;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
    
    
  }


.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
      position: relative;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image,
  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
    width: 100%;
    height: auto;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
    
    
  }


.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
      position: relative;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image,
  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
    width: 100%;
    height: auto;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
    
    
  }


.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
      position: relative;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image,
  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
    width: 100%;
    height: auto;
  }

  #s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
    
    
  }


.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container {
      position: relative;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24d5fb81-d07c-4289-8d02-d9bebc6626a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e5bd48fa-ff97-440f-9170-8ba0439289fe {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e5bd48fa-ff97-440f-9170-8ba0439289fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5bd48fa-ff97-440f-9170-8ba0439289fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5bd48fa-ff97-440f-9170-8ba0439289fe {
  
}
}@media (max-width: 767px){#s-e5bd48fa-ff97-440f-9170-8ba0439289fe {
  
}
}
#s-0fdf4669-5794-402c-b405-ac6452f9a332 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0fdf4669-5794-402c-b405-ac6452f9a332 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fdf4669-5794-402c-b405-ac6452f9a332 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fdf4669-5794-402c-b405-ac6452f9a332 {
  
}
}@media (max-width: 767px){#s-0fdf4669-5794-402c-b405-ac6452f9a332 {
  
}
}
#s-0fdf4669-5794-402c-b405-ac6452f9a332 .shg-product-title-component h4 {
  color: rgba(85, 162, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 {
  
}
}@media (max-width: 767px){#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 {
  
}
}
#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
}

#s-37c6ac0f-08e6-4add-9f8f-67908c672f85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  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;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-5751452f-2af5-4477-ae41-7a1e47e14c49:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5751452f-2af5-4477-ae41-7a1e47e14c49:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  
}
}@media (max-width: 767px){#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  
}
}


#s-5751452f-2af5-4477-ae41-7a1e47e14c49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5751452f-2af5-4477-ae41-7a1e47e14c49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5751452f-2af5-4477-ae41-7a1e47e14c49.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5751452f-2af5-4477-ae41-7a1e47e14c49.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d2ac1d9b-78bc-41ff-9eba-ecf8c23e3148 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
}








#s-d2ac1d9b-78bc-41ff-9eba-ecf8c23e3148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2ac1d9b-78bc-41ff-9eba-ecf8c23e3148.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-966e5400-5966-4b6e-ba45-7f0b642607f5 {
  padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-966e5400-5966-4b6e-ba45-7f0b642607f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-966e5400-5966-4b6e-ba45-7f0b642607f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-966e5400-5966-4b6e-ba45-7f0b642607f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-966e5400-5966-4b6e-ba45-7f0b642607f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-598a20b6-7aa6-43ec-b8b8-312f45456ace {
  min-height: 50px;
}








#s-598a20b6-7aa6-43ec-b8b8-312f45456ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-598a20b6-7aa6-43ec-b8b8-312f45456ace {
  cursor: pointer;
}#s-598a20b6-7aa6-43ec-b8b8-312f45456ace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfcdb04e-2b1c-4a6b-8917-bef8de1e21a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-bfcdb04e-2b1c-4a6b-8917-bef8de1e21a4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(85, 162, 20, 1);
}

#s-f706c41c-8ad8-4852-9c5d-7de48f783c13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f706c41c-8ad8-4852-9c5d-7de48f783c13 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-406d83a4-ed54-41ea-a061-08ace061a4fa {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-61c4e1e4-8536-4ced-8aed-c1f94231f777 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b1107ae9-0666-4777-8936-7f9e692df5ed {
  border-style: solid;
padding-top: 16px;
padding-left: 30px;
padding-bottom: 16px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 0.05);
border-radius: 12px;
background-color: rgba(85, 162, 20, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b1107ae9-0666-4777-8936-7f9e692df5ed:hover {background-color: rgba(85, 162, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b1107ae9-0666-4777-8936-7f9e692df5ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1107ae9-0666-4777-8936-7f9e692df5ed-root {
    text-align: center;
  }


#s-b1107ae9-0666-4777-8936-7f9e692df5ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1107ae9-0666-4777-8936-7f9e692df5ed-root {
    text-align: center;
  }


#s-b1107ae9-0666-4777-8936-7f9e692df5ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1107ae9-0666-4777-8936-7f9e692df5ed-root {
    text-align: center;
  }


#s-b1107ae9-0666-4777-8936-7f9e692df5ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1107ae9-0666-4777-8936-7f9e692df5ed-root {
    text-align: center;
  }


#s-b1107ae9-0666-4777-8936-7f9e692df5ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1107ae9-0666-4777-8936-7f9e692df5ed-root {
    text-align: center;
  }


#s-b1107ae9-0666-4777-8936-7f9e692df5ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a32500cd-cde6-46e3-ae6d-725418d97cbd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a32500cd-cde6-46e3-ae6d-725418d97cbd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a32500cd-cde6-46e3-ae6d-725418d97cbd .shg-sld-nav-button.shg-sld-left,
#s-a32500cd-cde6-46e3-ae6d-725418d97cbd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
  border-radius: 40px;
max-width: 2348px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image,
  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
    width: 100%;
    height: auto;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
    
    
  }


.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
      position: relative;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image,
  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
    width: 100%;
    height: auto;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
    
    
  }


.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
      position: relative;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image,
  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
    width: 100%;
    height: auto;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
    
    
  }


.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
      position: relative;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image,
  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
    width: 100%;
    height: auto;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
    
    
  }


.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
      position: relative;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image,
  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
    width: 100%;
    height: auto;
  }

  #s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
    
    
  }


.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container {
      position: relative;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d41a0ac-1475-43d4-bd6f-4b8d87a90c46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-364041ed-aecd-47a2-b663-a909467a8593 {
  border-radius: 40px;
max-width: 2945px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image,
  #s-364041ed-aecd-47a2-b663-a909467a8593 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 {
    width: 100%;
    height: auto;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
    
    
  }


.s-364041ed-aecd-47a2-b663-a909467a8593 .shogun-image-content {
  
    align-items: center;
  
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-364041ed-aecd-47a2-b663-a909467a8593 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
      position: relative;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image,
  #s-364041ed-aecd-47a2-b663-a909467a8593 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 {
    width: 100%;
    height: auto;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
    
    
  }


.s-364041ed-aecd-47a2-b663-a909467a8593 .shogun-image-content {
  
    align-items: center;
  
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-364041ed-aecd-47a2-b663-a909467a8593 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
      position: relative;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image,
  #s-364041ed-aecd-47a2-b663-a909467a8593 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 {
    width: 100%;
    height: auto;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
    
    
  }


.s-364041ed-aecd-47a2-b663-a909467a8593 .shogun-image-content {
  
    align-items: center;
  
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-364041ed-aecd-47a2-b663-a909467a8593 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
      position: relative;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image,
  #s-364041ed-aecd-47a2-b663-a909467a8593 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 {
    width: 100%;
    height: auto;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
    
    
  }


.s-364041ed-aecd-47a2-b663-a909467a8593 .shogun-image-content {
  
    align-items: center;
  
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-364041ed-aecd-47a2-b663-a909467a8593 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
      position: relative;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image,
  #s-364041ed-aecd-47a2-b663-a909467a8593 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 {
    width: 100%;
    height: auto;
  }

  #s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
    
    
  }


.s-364041ed-aecd-47a2-b663-a909467a8593 .shogun-image-content {
  
    align-items: center;
  
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-364041ed-aecd-47a2-b663-a909467a8593 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container {
      position: relative;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-364041ed-aecd-47a2-b663-a909467a8593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
  border-radius: 40px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image,
  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
    width: 100%;
    height: auto;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
    
    
  }


.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
      position: relative;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image,
  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
    width: 100%;
    height: auto;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
    
    
  }


.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
      position: relative;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image,
  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
    width: 100%;
    height: auto;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
    
    
  }


.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
      position: relative;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image,
  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
    width: 100%;
    height: auto;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
    
    
  }


.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
      position: relative;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image,
  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
    width: 100%;
    height: auto;
  }

  #s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
    
    
  }


.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container {
      position: relative;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba1fa6c-96a9-4a8b-80e1-c597c4585ecd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image,
  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
    width: 100%;
    height: auto;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
    
    
  }


.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
      position: relative;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image,
  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
    width: 100%;
    height: auto;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
    
    
  }


.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
      position: relative;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image,
  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
    width: 100%;
    height: auto;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
    
    
  }


.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
      position: relative;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image,
  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
    width: 100%;
    height: auto;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
    
    
  }


.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
      position: relative;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image,
  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
    width: 100%;
    height: auto;
  }

  #s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
    
    
  }


.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container {
      position: relative;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87706b-8b11-4a6f-9f5c-9e2e525573c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-02fd6483-189d-46c9-8d09-68ebfaaf9aba {
  min-height: 50px;
}








#s-02fd6483-189d-46c9-8d09-68ebfaaf9aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02fd6483-189d-46c9-8d09-68ebfaaf9aba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2684cafd-a2f1-4896-9638-ff0da48d605a {
  min-height: 50px;
}








#s-2684cafd-a2f1-4896-9638-ff0da48d605a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2684cafd-a2f1-4896-9638-ff0da48d605a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b4e3bbfa-6ee4-4768-83af-6883efea4a2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e3bbfa-6ee4-4768-83af-6883efea4a2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b4e3bbfa-6ee4-4768-83af-6883efea4a2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4e3bbfa-6ee4-4768-83af-6883efea4a2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f8862969-022d-47c7-8914-8daa635637a1 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 500px;
background-position: center center;
}








#s-f8862969-022d-47c7-8914-8daa635637a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-f8862969-022d-47c7-8914-8daa635637a1 {
  cursor: pointer;
}#s-f8862969-022d-47c7-8914-8daa635637a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90866d6f-980d-40ff-a28c-75d1773cb7b5 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(239, 239, 239, 1);
}

#s-cc5ed6fd-7a82-4a70-bdba-619371666c32 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 14px;
padding-left: 10%;
padding-bottom: 14px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc5ed6fd-7a82-4a70-bdba-619371666c32:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc5ed6fd-7a82-4a70-bdba-619371666c32:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(245, 245, 245, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cc5ed6fd-7a82-4a70-bdba-619371666c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc5ed6fd-7a82-4a70-bdba-619371666c32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc5ed6fd-7a82-4a70-bdba-619371666c32 {
  
}
}@media (max-width: 767px){#s-cc5ed6fd-7a82-4a70-bdba-619371666c32 {
  
}
}

  #s-cc5ed6fd-7a82-4a70-bdba-619371666c32-root {
    text-align: center;
  }


#s-cc5ed6fd-7a82-4a70-bdba-619371666c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc5ed6fd-7a82-4a70-bdba-619371666c32-root {
    text-align: center;
  }


#s-cc5ed6fd-7a82-4a70-bdba-619371666c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc5ed6fd-7a82-4a70-bdba-619371666c32-root {
    text-align: center;
  }


#s-cc5ed6fd-7a82-4a70-bdba-619371666c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc5ed6fd-7a82-4a70-bdba-619371666c32-root {
    text-align: center;
  }


#s-cc5ed6fd-7a82-4a70-bdba-619371666c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc5ed6fd-7a82-4a70-bdba-619371666c32-root {
    text-align: center;
  }


#s-cc5ed6fd-7a82-4a70-bdba-619371666c32.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a233576a-5f68-42b5-b256-cdf1364fb36a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 500px;
background-position: center center;
}








#s-a233576a-5f68-42b5-b256-cdf1364fb36a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-a233576a-5f68-42b5-b256-cdf1364fb36a {
  cursor: pointer;
}#s-a233576a-5f68-42b5-b256-cdf1364fb36a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a24fc7-ef05-4ee4-9539-a220bd44b09c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(239, 239, 239, 1);
}

#s-7a7b8e47-4364-478b-9715-326b23c25099 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 14px;
padding-left: 10%;
padding-bottom: 14px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a7b8e47-4364-478b-9715-326b23c25099:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a7b8e47-4364-478b-9715-326b23c25099:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(245, 245, 245, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7a7b8e47-4364-478b-9715-326b23c25099 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a7b8e47-4364-478b-9715-326b23c25099 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a7b8e47-4364-478b-9715-326b23c25099 {
  
}
}@media (max-width: 767px){#s-7a7b8e47-4364-478b-9715-326b23c25099 {
  
}
}

  #s-7a7b8e47-4364-478b-9715-326b23c25099-root {
    text-align: center;
  }


#s-7a7b8e47-4364-478b-9715-326b23c25099.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a7b8e47-4364-478b-9715-326b23c25099-root {
    text-align: center;
  }


#s-7a7b8e47-4364-478b-9715-326b23c25099.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a7b8e47-4364-478b-9715-326b23c25099-root {
    text-align: center;
  }


#s-7a7b8e47-4364-478b-9715-326b23c25099.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a7b8e47-4364-478b-9715-326b23c25099-root {
    text-align: center;
  }


#s-7a7b8e47-4364-478b-9715-326b23c25099.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a7b8e47-4364-478b-9715-326b23c25099-root {
    text-align: center;
  }


#s-7a7b8e47-4364-478b-9715-326b23c25099.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9f348fa3-3e60-4427-ba55-43bbbdd94437 {
  min-height: 30px;
}








#s-9f348fa3-3e60-4427-ba55-43bbbdd94437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f348fa3-3e60-4427-ba55-43bbbdd94437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  box-shadow:1px 1px 1px 0px rgba(255, 255, 255, 0.79);
margin-top: 0px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (max-width: 767px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}
@media (min-width: 0px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper {
  text-align: right;
}


#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  opacity: 1;
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (max-width: 767px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}
@media (min-width: 0px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper {
  text-align: right;
}


#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1cebc791-e424-4553-9727-7e1390519268 {
  opacity: 1;
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (max-width: 767px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}
@media (min-width: 0px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper {
  text-align: right;
}


#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  opacity: 1;
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-6ea75261-3bdc-4da1-a708-bd52e7fc65e4 {
  min-height: 30px;
}








#s-6ea75261-3bdc-4da1-a708-bd52e7fc65e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea75261-3bdc-4da1-a708-bd52e7fc65e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 300px;
background-position: center center;
}

#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 {
  background-image: url(https://i.shgcdn.com/12377694-4c46-42a2-b1ee-9e8fe8d58455/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b8cb58cf-a923-4869-a6b4-f314fd23da73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cb58cf-a923-4869-a6b4-f314fd23da73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8afeda7e-1f62-4a75-a230-c60450dae8b1 {
  min-height: 50px;
background-color: rgba(247, 238, 238, 0.36);
}








#s-8afeda7e-1f62-4a75-a230-c60450dae8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8afeda7e-1f62-4a75-a230-c60450dae8b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae57f4e4-de91-4151-ad27-09c5d48a20e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(242, 239, 239, 0.84);
}

@media (min-width: 0px) {
[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae57f4e4-de91-4151-ad27-09c5d48a20e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d2c08cb0-d55a-45cc-8c0a-a810b4568f35 {
  min-height: 50px;
}








#s-d2c08cb0-d55a-45cc-8c0a-a810b4568f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c08cb0-d55a-45cc-8c0a-a810b4568f35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 {
  
}
}@media (max-width: 767px){#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 {
  
}
}
#s-0f3186fc-6ebd-4f28-b997-3d7b157aed76 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-f7b7b121-12c7-4dbc-b0fb-ad9daa869117 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-f7b7b121-12c7-4dbc-b0fb-ad9daa869117 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7b7b121-12c7-4dbc-b0fb-ad9daa869117 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7b7b121-12c7-4dbc-b0fb-ad9daa869117 {
  
}
}@media (max-width: 767px){#s-f7b7b121-12c7-4dbc-b0fb-ad9daa869117 {
  
}
}
#s-cdd1c4a3-7fa7-4dc1-8d52-6a9ad56846cb {
  text-align: left;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
  margin-top: 40px;
margin-bottom: 40px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image,
  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
    width: 100%;
    height: auto;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
    
    
  }


.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
      position: relative;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image,
  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
    width: 100%;
    height: auto;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
    
    
  }


.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
      position: relative;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image,
  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
    width: 100%;
    height: auto;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
    
    
  }


.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
      position: relative;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image,
  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
    width: 100%;
    height: auto;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
    
    
  }


.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
      position: relative;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image,
  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
    width: 100%;
    height: auto;
  }

  #s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
    
    
  }


.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container {
      position: relative;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64aaa0a-fa77-44f2-9fb4-9c47c4158f60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3a4e168b-8624-48d3-9073-3b7518ac285b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
max-width: 500px;
aspect-ratio: 1/1cxc cre;
text-align: center;
}





  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image,
  #s-3a4e168b-8624-48d3-9073-3b7518ac285b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b {
    width: 100%;
    height: auto;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
    
    
  }


.s-3a4e168b-8624-48d3-9073-3b7518ac285b .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4e168b-8624-48d3-9073-3b7518ac285b {
      --shg-aspect-ratio: calc(1/1cxc cre); 
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
      position: relative;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image,
  #s-3a4e168b-8624-48d3-9073-3b7518ac285b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b {
    width: 100%;
    height: auto;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
    
    
  }


.s-3a4e168b-8624-48d3-9073-3b7518ac285b .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4e168b-8624-48d3-9073-3b7518ac285b {
      --shg-aspect-ratio: calc(1/1cxc cre); 
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
      position: relative;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image,
  #s-3a4e168b-8624-48d3-9073-3b7518ac285b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b {
    width: 100%;
    height: auto;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
    
    
  }


.s-3a4e168b-8624-48d3-9073-3b7518ac285b .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4e168b-8624-48d3-9073-3b7518ac285b {
      --shg-aspect-ratio: calc(1/1cxc cre); 
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
      position: relative;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image,
  #s-3a4e168b-8624-48d3-9073-3b7518ac285b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b {
    width: 100%;
    height: auto;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
    
    
  }


.s-3a4e168b-8624-48d3-9073-3b7518ac285b .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4e168b-8624-48d3-9073-3b7518ac285b {
      --shg-aspect-ratio: calc(1/1cxc cre); 
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
      position: relative;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image,
  #s-3a4e168b-8624-48d3-9073-3b7518ac285b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b {
    width: 100%;
    height: auto;
  }

  #s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
    
    
  }


.s-3a4e168b-8624-48d3-9073-3b7518ac285b .shogun-image-content {
  
    align-items: center;
  
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a4e168b-8624-48d3-9073-3b7518ac285b {
      --shg-aspect-ratio: calc(1/1cxc cre); 
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container {
      position: relative;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a4e168b-8624-48d3-9073-3b7518ac285b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (max-width: 767px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}







#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (max-width: 767px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}







#s-6f607f4c-f99c-450b-a554-8cce6335c392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f607f4c-f99c-450b-a554-8cce6335c392.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (max-width: 767px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}
@media (min-width: 0px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
}
@media (min-width: 1200px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (max-width: 767px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}
#s-91165830-8acf-44f6-8dfa-97fbbb429c59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  margin-top: 10px;
margin-bottom: 10px;
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-style: solid;
border-radius: 40px;
text-align: center;
background-color: rgba(85, 162, 20, 1);
font-size: 11px;
color: #ffffff;
text-decoration: none;
}
#s-28bba358-8aa7-4502-b1cd-b319f8989f68:hover {opacity: 1 !important;
background-color: rgba(85, 162, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-28bba358-8aa7-4502-b1cd-b319f8989f68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (max-width: 767px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}

  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-d345d4f4-5363-4024-a390-9d6288b1bd5b {
  margin-left: 25px;
margin-right: 25px;
}

[id="s-d345d4f4-5363-4024-a390-9d6288b1bd5b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 19px;
}

.shg-ig-posts-container {
  width: calc(100% + 19px) !important;
}

@media (min-width: 768px) {
  [id="s-d345d4f4-5363-4024-a390-9d6288b1bd5b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 19px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 19px) !important;
  }
}

#s-506f114e-4dda-4eec-be2b-d2b74117c4ef {
  min-height: 50px;
}








#s-506f114e-4dda-4eec-be2b-d2b74117c4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506f114e-4dda-4eec-be2b-d2b74117c4ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-180d33b9-34b1-49d8-bb18-b52e5128a636 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-180d33b9-34b1-49d8-bb18-b52e5128a636 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-180d33b9-34b1-49d8-bb18-b52e5128a636 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-180d33b9-34b1-49d8-bb18-b52e5128a636 {
  
}
}@media (max-width: 767px){#s-180d33b9-34b1-49d8-bb18-b52e5128a636 {
  
}
}







#s-180d33b9-34b1-49d8-bb18-b52e5128a636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-180d33b9-34b1-49d8-bb18-b52e5128a636.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca7c1d72-4bc2-4084-880a-41d24abb64d4 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}








#s-ca7c1d72-4bc2-4084-880a-41d24abb64d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca7c1d72-4bc2-4084-880a-41d24abb64d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 {
  
}
}@media (max-width: 767px){#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 {
  
}
}
#s-25f614a7-d12c-49ab-bdfa-e3040f9fd7d6 .shogun-heading-component h2 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-f9b6fd2c-3823-4f60-afda-4296d01c1202"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9b6fd2c-3823-4f60-afda-4296d01c1202"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f9b6fd2c-3823-4f60-afda-4296d01c1202"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9b6fd2c-3823-4f60-afda-4296d01c1202"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  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-ae95000a-7526-4107-b420-19c0cec06274 {
  border-radius: 200px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ae95000a-7526-4107-b420-19c0cec06274 img.shogun-image,
  #s-ae95000a-7526-4107-b420-19c0cec06274 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae95000a-7526-4107-b420-19c0cec06274 {
    width: 100%;
    height: auto;
  }



  #s-ae95000a-7526-4107-b420-19c0cec06274 img.shogun-image {
    

    
    
    
  }


#s-ae95000a-7526-4107-b420-19c0cec06274 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b {
  
}
}@media (max-width: 767px){#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b {
  
}
}
#s-0d71d3f4-f7a1-4e23-b992-9d58ec66783b .shogun-heading-component h2 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 img.shogun-image,
  #s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 {
    width: 100%;
    height: auto;
  }



  #s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 img.shogun-image {
    

    
    
    
  }


#s-3409d066-64f4-4a2d-a62e-a2ee8ed1c141 .shogun-image-content {
  
    align-items: center;
  
}

#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 {
  
}
}@media (max-width: 767px){#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 {
  
}
}
#s-80b1c3d6-b0c1-45ee-bfcd-f6b999767c82 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-04fa55c1-2722-48c6-bc98-39317a2316f6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-04fa55c1-2722-48c6-bc98-39317a2316f6 img.shogun-image,
  #s-04fa55c1-2722-48c6-bc98-39317a2316f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04fa55c1-2722-48c6-bc98-39317a2316f6 {
    width: 100%;
    height: auto;
  }



  #s-04fa55c1-2722-48c6-bc98-39317a2316f6 img.shogun-image {
    

    
    
    
  }


#s-04fa55c1-2722-48c6-bc98-39317a2316f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bec4d50f-6fcd-428c-951a-884314d80c44 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bec4d50f-6fcd-428c-951a-884314d80c44 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bec4d50f-6fcd-428c-951a-884314d80c44 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bec4d50f-6fcd-428c-951a-884314d80c44 {
  
}
}@media (max-width: 767px){#s-bec4d50f-6fcd-428c-951a-884314d80c44 {
  
}
}
#s-bec4d50f-6fcd-428c-951a-884314d80c44 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e815420b-8d2c-4422-9491-b7b607068de0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e815420b-8d2c-4422-9491-b7b607068de0 img.shogun-image,
  #s-e815420b-8d2c-4422-9491-b7b607068de0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e815420b-8d2c-4422-9491-b7b607068de0 {
    width: 100%;
    height: auto;
  }



  #s-e815420b-8d2c-4422-9491-b7b607068de0 img.shogun-image {
    

    
    
    
  }


#s-e815420b-8d2c-4422-9491-b7b607068de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 {
  
}
}@media (max-width: 767px){#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 {
  
}
}
#s-0bdfad46-fdc2-4dac-a357-1d37b4e90442 .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c8d9f183-db2a-4f52-a433-70641de62097 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c8d9f183-db2a-4f52-a433-70641de62097 img.shogun-image,
  #s-c8d9f183-db2a-4f52-a433-70641de62097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8d9f183-db2a-4f52-a433-70641de62097 {
    width: 100%;
    height: auto;
  }



  #s-c8d9f183-db2a-4f52-a433-70641de62097 img.shogun-image {
    

    
    
    
  }


#s-c8d9f183-db2a-4f52-a433-70641de62097 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b {
  
}
}@media (max-width: 767px){#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b {
  
}
}
#s-1e14cf96-d031-4404-a5a9-13bfd4b1987b .shogun-heading-component h1 {
  color: rgba(85, 162, 20, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
