.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-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  min-height: 50px;
}








#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7662663a-b2a4-42bc-98c5-2703a827bd02 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0.5);
}








#s-7662663a-b2a4-42bc-98c5-2703a827bd02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7662663a-b2a4-42bc-98c5-2703a827bd02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-c280e115-a7b0-4e76-9fe6-aa6e461ec546 {
  margin-left: 50px;
margin-right: 50px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-7861b2a6-55b7-467a-b63d-4f1656f2dbbf {
  margin-left: 50px;
margin-right: 50px;
}

#s-7861b2a6-55b7-467a-b63d-4f1656f2dbbf hr {
  border-top: 1px solid rgba(197, 163, 73, 0.5);
}

.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-768e88e0-6988-49fe-9d02-30ef428583b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-768e88e0-6988-49fe-9d02-30ef428583b6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8a50c47c-bf80-4a76-8ab7-7cefcd2c8f81 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39 {
  display: none;
}
#s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39, #wrap-s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39 { display:none !important; }}







#s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b5e0989-26ec-4c1c-acf6-dad5bcc9bc39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c7e09ed-aa4e-428f-9d07-ef0e4dc2f6e0 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6c7e09ed-aa4e-428f-9d07-ef0e4dc2f6e0 {
  
}
}
#s-6c7e09ed-aa4e-428f-9d07-ef0e4dc2f6e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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-666a8aa2-9b22-4fd2-9d06-8b6341e352e6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-666a8aa2-9b22-4fd2-9d06-8b6341e352e6 {
  
}
}
#s-666a8aa2-9b22-4fd2-9d06-8b6341e352e6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-666a8aa2-9b22-4fd2-9d06-8b6341e352e6 .shg-sld-nav-button.shg-sld-left,
#s-666a8aa2-9b22-4fd2-9d06-8b6341e352e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-90e7538e-8cef-40a2-8f4e-8e3b027562b3 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-90e7538e-8cef-40a2-8f4e-8e3b027562b3 {
  
}
}
@media (min-width: 0px) {
[id="s-90e7538e-8cef-40a2-8f4e-8e3b027562b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90e7538e-8cef-40a2-8f4e-8e3b027562b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90e7538e-8cef-40a2-8f4e-8e3b027562b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90e7538e-8cef-40a2-8f4e-8e3b027562b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5511f5fb-9135-470e-8ab3-a70888c4f0cc {
  
}

#s-5511f5fb-9135-470e-8ab3-a70888c4f0cc {
  display: none;
}
.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-3406348c-80e1-4087-99c6-3e27926a170b {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3406348c-80e1-4087-99c6-3e27926a170b img.shogun-image {
  width: 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-f9eaa9b4-b1ca-482a-a9be-85f9bed6cb88 {
  text-align: center;
}

#s-f9eaa9b4-b1ca-482a-a9be-85f9bed6cb88 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7a2bd542-5a08-410b-9351-f272817d0b5d {
  margin-top: 10px;
text-align: center;
}

#s-7a2bd542-5a08-410b-9351-f272817d0b5d .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7a2bd542-5a08-410b-9351-f272817d0b5d .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-7a2bd542-5a08-410b-9351-f272817d0b5d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

.shg-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-933c4c87-1077-4de2-9f2e-c898198806b2 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-933c4c87-1077-4de2-9f2e-c898198806b2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-933c4c87-1077-4de2-9f2e-c898198806b2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-933c4c87-1077-4de2-9f2e-c898198806b2-root {
    text-align: center;
  }


#s-933c4c87-1077-4de2-9f2e-c898198806b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-933c4c87-1077-4de2-9f2e-c898198806b2-root {
    text-align: center;
  }


#s-933c4c87-1077-4de2-9f2e-c898198806b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-933c4c87-1077-4de2-9f2e-c898198806b2-root {
    text-align: center;
  }


#s-933c4c87-1077-4de2-9f2e-c898198806b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-933c4c87-1077-4de2-9f2e-c898198806b2-root {
    text-align: center;
  }


#s-933c4c87-1077-4de2-9f2e-c898198806b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-933c4c87-1077-4de2-9f2e-c898198806b2-root {
    text-align: center;
  }


#s-933c4c87-1077-4de2-9f2e-c898198806b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e58d0fa7-deca-4816-b0e8-9491dada2539 {
  
}

#s-e58d0fa7-deca-4816-b0e8-9491dada2539 {
  display: none;
}
#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08d6154-fcc3-422d-a51d-a8b1f35b6b15 img.shogun-image {
  width: 100%;
}



}
#s-9361b799-7118-4b01-9163-91614696e2f4 {
  text-align: center;
}

#s-9361b799-7118-4b01-9163-91614696e2f4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3968b29f-74d5-4acb-a70a-76e6cb58af4e {
  margin-top: 10px;
text-align: center;
}

#s-3968b29f-74d5-4acb-a70a-76e6cb58af4e .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3968b29f-74d5-4acb-a70a-76e6cb58af4e .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3968b29f-74d5-4acb-a70a-76e6cb58af4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ea1cb68b-c652-46b3-9f73-69bb036946f2 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-ea1cb68b-c652-46b3-9f73-69bb036946f2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea1cb68b-c652-46b3-9f73-69bb036946f2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ea1cb68b-c652-46b3-9f73-69bb036946f2-root {
    text-align: center;
  }


#s-ea1cb68b-c652-46b3-9f73-69bb036946f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea1cb68b-c652-46b3-9f73-69bb036946f2-root {
    text-align: center;
  }


#s-ea1cb68b-c652-46b3-9f73-69bb036946f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea1cb68b-c652-46b3-9f73-69bb036946f2-root {
    text-align: center;
  }


#s-ea1cb68b-c652-46b3-9f73-69bb036946f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea1cb68b-c652-46b3-9f73-69bb036946f2-root {
    text-align: center;
  }


#s-ea1cb68b-c652-46b3-9f73-69bb036946f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea1cb68b-c652-46b3-9f73-69bb036946f2-root {
    text-align: center;
  }


#s-ea1cb68b-c652-46b3-9f73-69bb036946f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ccadb885-59ba-46a6-970d-83bb5d933070 {
  
}

#s-ccadb885-59ba-46a6-970d-83bb5d933070 {
  display: none;
}
#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242b428-8301-4b80-9614-e2a3aad4b3f6 img.shogun-image {
  width: 100%;
}



}
#s-b0934e42-dfce-4232-a3e6-3863b657e764 {
  text-align: center;
}

#s-b0934e42-dfce-4232-a3e6-3863b657e764 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-057e8d90-5907-48da-b075-d22c5d0bcb96 {
  margin-top: 10px;
text-align: center;
}

#s-057e8d90-5907-48da-b075-d22c5d0bcb96 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-057e8d90-5907-48da-b075-d22c5d0bcb96 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-057e8d90-5907-48da-b075-d22c5d0bcb96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a7484d7d-dbc0-4c10-a841-a54cb53653b1-root {
    text-align: center;
  }


#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7484d7d-dbc0-4c10-a841-a54cb53653b1-root {
    text-align: center;
  }


#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7484d7d-dbc0-4c10-a841-a54cb53653b1-root {
    text-align: center;
  }


#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7484d7d-dbc0-4c10-a841-a54cb53653b1-root {
    text-align: center;
  }


#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7484d7d-dbc0-4c10-a841-a54cb53653b1-root {
    text-align: center;
  }


#s-a7484d7d-dbc0-4c10-a841-a54cb53653b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ad66bf0a-9708-4669-abf3-4c26d50f1441 {
  
}

#s-ad66bf0a-9708-4669-abf3-4c26d50f1441 {
  display: none;
}
#s-0580972d-2d81-42c6-933a-b3588f19fd98 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0580972d-2d81-42c6-933a-b3588f19fd98 img.shogun-image {
  width: 100%;
}



}
#s-1ca6b513-116e-442e-928b-3f039d514b1d {
  text-align: center;
}

#s-1ca6b513-116e-442e-928b-3f039d514b1d .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b4df6e50-894e-4a15-86e0-83ce7b27c9a6 {
  margin-top: 10px;
text-align: center;
}

#s-b4df6e50-894e-4a15-86e0-83ce7b27c9a6 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b4df6e50-894e-4a15-86e0-83ce7b27c9a6 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4df6e50-894e-4a15-86e0-83ce7b27c9a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8-root {
    text-align: center;
  }


#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8-root {
    text-align: center;
  }


#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8-root {
    text-align: center;
  }


#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8-root {
    text-align: center;
  }


#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8-root {
    text-align: center;
  }


#s-4e45a7f8-f893-4186-87e6-ce0cd4cd68e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2 {
  
}
}
@media (min-width: 0px) {
[id="s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c6d5d0f-78fa-411a-9437-3075eec4b3d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-51b50746-eb06-4f61-b2bf-8df7cbac32ee {
  
}

#s-51b50746-eb06-4f61-b2bf-8df7cbac32ee {
  display: none;
}
#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461f2869-ae0e-4246-9a0b-e54e45e9c96a img.shogun-image {
  width: 100%;
}



}
#s-e3dfd50f-32a3-4e68-be65-004702c07ff2 {
  text-align: center;
}

#s-e3dfd50f-32a3-4e68-be65-004702c07ff2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8e727e70-4295-4b04-bd54-bd6da4a4439b {
  margin-top: 10px;
text-align: center;
}

#s-8e727e70-4295-4b04-bd54-bd6da4a4439b .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8e727e70-4295-4b04-bd54-bd6da4a4439b .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e727e70-4295-4b04-bd54-bd6da4a4439b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0a63b4e-4874-427e-81d7-468d1c8cb64d-root {
    text-align: center;
  }


#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0a63b4e-4874-427e-81d7-468d1c8cb64d-root {
    text-align: center;
  }


#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0a63b4e-4874-427e-81d7-468d1c8cb64d-root {
    text-align: center;
  }


#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0a63b4e-4874-427e-81d7-468d1c8cb64d-root {
    text-align: center;
  }


#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0a63b4e-4874-427e-81d7-468d1c8cb64d-root {
    text-align: center;
  }


#s-d0a63b4e-4874-427e-81d7-468d1c8cb64d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-14e21ab2-6f79-4878-a08c-ddb4f2e307e4 {
  
}

#s-14e21ab2-6f79-4878-a08c-ddb4f2e307e4 {
  display: none;
}
#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95462e49-ac8b-4a8f-a5b3-d4a2cceffa23 img.shogun-image {
  width: 100%;
}



}
#s-7bcf929a-7fed-427a-aff0-ef83ecbbcd2a {
  text-align: center;
}

#s-7bcf929a-7fed-427a-aff0-ef83ecbbcd2a .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d16cd5eb-c453-4337-ae28-dce05e3cb568 {
  margin-top: 10px;
text-align: center;
}

#s-d16cd5eb-c453-4337-ae28-dce05e3cb568 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 13px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d16cd5eb-c453-4337-ae28-dce05e3cb568 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-d16cd5eb-c453-4337-ae28-dce05e3cb568 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fa238b8c-7061-43bf-8c91-9b2794e90279 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-fa238b8c-7061-43bf-8c91-9b2794e90279:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa238b8c-7061-43bf-8c91-9b2794e90279:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fa238b8c-7061-43bf-8c91-9b2794e90279-root {
    text-align: center;
  }


#s-fa238b8c-7061-43bf-8c91-9b2794e90279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa238b8c-7061-43bf-8c91-9b2794e90279-root {
    text-align: center;
  }


#s-fa238b8c-7061-43bf-8c91-9b2794e90279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa238b8c-7061-43bf-8c91-9b2794e90279-root {
    text-align: center;
  }


#s-fa238b8c-7061-43bf-8c91-9b2794e90279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa238b8c-7061-43bf-8c91-9b2794e90279-root {
    text-align: center;
  }


#s-fa238b8c-7061-43bf-8c91-9b2794e90279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa238b8c-7061-43bf-8c91-9b2794e90279-root {
    text-align: center;
  }


#s-fa238b8c-7061-43bf-8c91-9b2794e90279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-be9bfe2f-0219-4644-9c6b-8b00f34edc8c {
  
}

#s-be9bfe2f-0219-4644-9c6b-8b00f34edc8c {
  display: none;
}
#s-796290db-8add-4074-acf5-9bf502b7e92f {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-796290db-8add-4074-acf5-9bf502b7e92f img.shogun-image {
  width: 100%;
}



}
#s-53ec4cbe-b8f8-4b3d-8f12-66d02c59211d {
  text-align: center;
}

#s-53ec4cbe-b8f8-4b3d-8f12-66d02c59211d .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8b6f97ff-9731-4266-9b65-31d9bc592f66 {
  margin-top: 10px;
text-align: center;
}

#s-8b6f97ff-9731-4266-9b65-31d9bc592f66 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8b6f97ff-9731-4266-9b65-31d9bc592f66 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-8b6f97ff-9731-4266-9b65-31d9bc592f66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ae1d4308-f207-4401-8f8f-eaedf530c403 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-ae1d4308-f207-4401-8f8f-eaedf530c403:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae1d4308-f207-4401-8f8f-eaedf530c403:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae1d4308-f207-4401-8f8f-eaedf530c403-root {
    text-align: center;
  }


#s-ae1d4308-f207-4401-8f8f-eaedf530c403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae1d4308-f207-4401-8f8f-eaedf530c403-root {
    text-align: center;
  }


#s-ae1d4308-f207-4401-8f8f-eaedf530c403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae1d4308-f207-4401-8f8f-eaedf530c403-root {
    text-align: center;
  }


#s-ae1d4308-f207-4401-8f8f-eaedf530c403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae1d4308-f207-4401-8f8f-eaedf530c403-root {
    text-align: center;
  }


#s-ae1d4308-f207-4401-8f8f-eaedf530c403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae1d4308-f207-4401-8f8f-eaedf530c403-root {
    text-align: center;
  }


#s-ae1d4308-f207-4401-8f8f-eaedf530c403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-476f15cc-ea92-4d90-b61b-eddc18de91e1 {
  
}

#s-476f15cc-ea92-4d90-b61b-eddc18de91e1 {
  display: none;
}
#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a71b5751-0e2f-476f-a17b-e8b237ddfc29 img.shogun-image {
  width: 100%;
}



}
#s-6c2826dc-833e-4b52-b90e-6dd221850faa {
  text-align: center;
}

#s-6c2826dc-833e-4b52-b90e-6dd221850faa .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8210c3be-ec48-474b-aada-7eab0626f285 {
  margin-top: 10px;
text-align: center;
}

#s-8210c3be-ec48-474b-aada-7eab0626f285 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8210c3be-ec48-474b-aada-7eab0626f285 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-8210c3be-ec48-474b-aada-7eab0626f285 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-167ec5df-09aa-4c09-b950-6f11eec1f40d {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-167ec5df-09aa-4c09-b950-6f11eec1f40d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-167ec5df-09aa-4c09-b950-6f11eec1f40d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-167ec5df-09aa-4c09-b950-6f11eec1f40d-root {
    text-align: center;
  }


#s-167ec5df-09aa-4c09-b950-6f11eec1f40d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-167ec5df-09aa-4c09-b950-6f11eec1f40d-root {
    text-align: center;
  }


#s-167ec5df-09aa-4c09-b950-6f11eec1f40d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-167ec5df-09aa-4c09-b950-6f11eec1f40d-root {
    text-align: center;
  }


#s-167ec5df-09aa-4c09-b950-6f11eec1f40d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-167ec5df-09aa-4c09-b950-6f11eec1f40d-root {
    text-align: center;
  }


#s-167ec5df-09aa-4c09-b950-6f11eec1f40d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-167ec5df-09aa-4c09-b950-6f11eec1f40d-root {
    text-align: center;
  }


#s-167ec5df-09aa-4c09-b950-6f11eec1f40d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76 {
  display: none;
}
#s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76, #wrap-s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76 { display:none !important; }}@media (max-width: 767px){#s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76 {
  display: none;
}
#s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76, #wrap-s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5626d98d-fa3a-4c52-992f-6e6f3aa5fc76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-00f0bd73-097f-41ba-80fb-2e1212bf54e0-root {
    text-align: right;
  }


#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00f0bd73-097f-41ba-80fb-2e1212bf54e0-root {
    text-align: right;
  }


#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00f0bd73-097f-41ba-80fb-2e1212bf54e0-root {
    text-align: right;
  }


#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00f0bd73-097f-41ba-80fb-2e1212bf54e0-root {
    text-align: right;
  }


#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00f0bd73-097f-41ba-80fb-2e1212bf54e0-root {
    text-align: right;
  }


#s-00f0bd73-097f-41ba-80fb-2e1212bf54e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514-root {
    text-align: left;
  }


#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514-root {
    text-align: left;
  }


#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514-root {
    text-align: left;
  }


#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514-root {
    text-align: left;
  }


#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514-root {
    text-align: left;
  }


#s-00f0dd50-0cdd-4a58-a5b0-f4a7bd04c514.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c66e217d-c91b-41dd-a0ba-e23598f80137 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c66e217d-c91b-41dd-a0ba-e23598f80137 {
  display: none;
}
#s-c66e217d-c91b-41dd-a0ba-e23598f80137, #wrap-s-c66e217d-c91b-41dd-a0ba-e23598f80137 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c66e217d-c91b-41dd-a0ba-e23598f80137 {
  display: none;
}
#s-c66e217d-c91b-41dd-a0ba-e23598f80137, #wrap-s-c66e217d-c91b-41dd-a0ba-e23598f80137 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c66e217d-c91b-41dd-a0ba-e23598f80137 {
  display: none;
}
#s-c66e217d-c91b-41dd-a0ba-e23598f80137, #wrap-s-c66e217d-c91b-41dd-a0ba-e23598f80137 { display:none !important; }}@media (max-width: 767px){#s-c66e217d-c91b-41dd-a0ba-e23598f80137 {
  
}
}







#s-c66e217d-c91b-41dd-a0ba-e23598f80137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c66e217d-c91b-41dd-a0ba-e23598f80137.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf53cc30-977a-45a1-8d1c-fb4095429b6b {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cf53cc30-977a-45a1-8d1c-fb4095429b6b {
  
}
}
#s-cf53cc30-977a-45a1-8d1c-fb4095429b6b .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-4a4c8bd0-5fcd-4e57-a2eb-55be2c903c3d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-4a4c8bd0-5fcd-4e57-a2eb-55be2c903c3d {
  
}
}
#s-4a4c8bd0-5fcd-4e57-a2eb-55be2c903c3d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4a4c8bd0-5fcd-4e57-a2eb-55be2c903c3d .shg-sld-nav-button.shg-sld-left,
#s-4a4c8bd0-5fcd-4e57-a2eb-55be2c903c3d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d5887d0d-cb5e-4779-b51e-143c6d55d86d {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-d5887d0d-cb5e-4779-b51e-143c6d55d86d {
  
}
}
@media (min-width: 0px) {
[id="s-d5887d0d-cb5e-4779-b51e-143c6d55d86d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5887d0d-cb5e-4779-b51e-143c6d55d86d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d5887d0d-cb5e-4779-b51e-143c6d55d86d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d5887d0d-cb5e-4779-b51e-143c6d55d86d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1fa0e145-1aa7-403d-9bbf-a9c8b91eb7d6 {
  
}

#s-1fa0e145-1aa7-403d-9bbf-a9c8b91eb7d6 {
  display: none;
}
#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdbb38-b33f-4393-9d44-4ac9dd6f1385 img.shogun-image {
  width: 100%;
}



}
#s-8548f240-e305-44d0-8ccf-f52259eae58c {
  text-align: center;
}

#s-8548f240-e305-44d0-8ccf-f52259eae58c .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0cfd6902-c2c1-43b0-b329-3ad3cc6374a0 {
  margin-top: 10px;
text-align: center;
}

#s-0cfd6902-c2c1-43b0-b329-3ad3cc6374a0 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0cfd6902-c2c1-43b0-b329-3ad3cc6374a0 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-0cfd6902-c2c1-43b0-b329-3ad3cc6374a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-165a2219-be32-46c7-9fe3-2adb318d32ce {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-165a2219-be32-46c7-9fe3-2adb318d32ce:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-165a2219-be32-46c7-9fe3-2adb318d32ce:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-165a2219-be32-46c7-9fe3-2adb318d32ce-root {
    text-align: center;
  }


#s-165a2219-be32-46c7-9fe3-2adb318d32ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-165a2219-be32-46c7-9fe3-2adb318d32ce-root {
    text-align: center;
  }


#s-165a2219-be32-46c7-9fe3-2adb318d32ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-165a2219-be32-46c7-9fe3-2adb318d32ce-root {
    text-align: center;
  }


#s-165a2219-be32-46c7-9fe3-2adb318d32ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-165a2219-be32-46c7-9fe3-2adb318d32ce-root {
    text-align: center;
  }


#s-165a2219-be32-46c7-9fe3-2adb318d32ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-165a2219-be32-46c7-9fe3-2adb318d32ce-root {
    text-align: center;
  }


#s-165a2219-be32-46c7-9fe3-2adb318d32ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5caff70d-3ce5-4f30-8e1a-b921384b2d72 {
  
}

#s-5caff70d-3ce5-4f30-8e1a-b921384b2d72 {
  display: none;
}
#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af58215-dd2d-4042-a9fc-7ffb446c9eff img.shogun-image {
  width: 100%;
}



}
#s-7a7893c8-a9f4-4837-8d29-2023b50e3967 {
  text-align: center;
}

#s-7a7893c8-a9f4-4837-8d29-2023b50e3967 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e862ef73-d435-4225-8d4c-82bf4d46eb99 {
  margin-top: 10px;
text-align: center;
}

#s-e862ef73-d435-4225-8d4c-82bf4d46eb99 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 13px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e862ef73-d435-4225-8d4c-82bf4d46eb99 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-e862ef73-d435-4225-8d4c-82bf4d46eb99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8e6314b-7248-45aa-ad0f-1a8eb2289787-root {
    text-align: center;
  }


#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8e6314b-7248-45aa-ad0f-1a8eb2289787-root {
    text-align: center;
  }


#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8e6314b-7248-45aa-ad0f-1a8eb2289787-root {
    text-align: center;
  }


#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8e6314b-7248-45aa-ad0f-1a8eb2289787-root {
    text-align: center;
  }


#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8e6314b-7248-45aa-ad0f-1a8eb2289787-root {
    text-align: center;
  }


#s-f8e6314b-7248-45aa-ad0f-1a8eb2289787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-81b10ee6-dd60-46d0-a9b3-5b03b3540c96 {
  
}

#s-81b10ee6-dd60-46d0-a9b3-5b03b3540c96 {
  display: none;
}
#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3bc9c10-7708-47c5-b832-0c51a25bdea5 img.shogun-image {
  width: 100%;
}



}
#s-99c9bbeb-d62d-4237-ac73-93844e83bab8 {
  text-align: center;
}

#s-99c9bbeb-d62d-4237-ac73-93844e83bab8 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c4529a7e-baa6-40c0-8072-db877682b409 {
  margin-top: 10px;
text-align: center;
}

#s-c4529a7e-baa6-40c0-8072-db877682b409 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c4529a7e-baa6-40c0-8072-db877682b409 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4529a7e-baa6-40c0-8072-db877682b409 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e734770f-f07d-4185-98c9-2cfe2d53a16a {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-e734770f-f07d-4185-98c9-2cfe2d53a16a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e734770f-f07d-4185-98c9-2cfe2d53a16a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e734770f-f07d-4185-98c9-2cfe2d53a16a-root {
    text-align: center;
  }


#s-e734770f-f07d-4185-98c9-2cfe2d53a16a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e734770f-f07d-4185-98c9-2cfe2d53a16a-root {
    text-align: center;
  }


#s-e734770f-f07d-4185-98c9-2cfe2d53a16a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e734770f-f07d-4185-98c9-2cfe2d53a16a-root {
    text-align: center;
  }


#s-e734770f-f07d-4185-98c9-2cfe2d53a16a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e734770f-f07d-4185-98c9-2cfe2d53a16a-root {
    text-align: center;
  }


#s-e734770f-f07d-4185-98c9-2cfe2d53a16a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e734770f-f07d-4185-98c9-2cfe2d53a16a-root {
    text-align: center;
  }


#s-e734770f-f07d-4185-98c9-2cfe2d53a16a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3d9bf97f-9113-47ae-b3bc-15c76828999e {
  
}

#s-3d9bf97f-9113-47ae-b3bc-15c76828999e {
  display: none;
}
#s-b3c39c3d-4722-498d-886a-fe265c367135 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c39c3d-4722-498d-886a-fe265c367135 img.shogun-image {
  width: 100%;
}



}
#s-87a4fbc4-30f0-4234-89b9-3cc901004bd4 {
  text-align: center;
}

#s-87a4fbc4-30f0-4234-89b9-3cc901004bd4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d7e5978e-906f-49fb-b8bc-93a49ef9eddf {
  margin-top: 10px;
text-align: center;
}

#s-d7e5978e-906f-49fb-b8bc-93a49ef9eddf .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d7e5978e-906f-49fb-b8bc-93a49ef9eddf .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-d7e5978e-906f-49fb-b8bc-93a49ef9eddf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-a0a6157b-b368-4eae-9963-5a8db0f93940 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-a0a6157b-b368-4eae-9963-5a8db0f93940:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0a6157b-b368-4eae-9963-5a8db0f93940:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a0a6157b-b368-4eae-9963-5a8db0f93940-root {
    text-align: center;
  }


#s-a0a6157b-b368-4eae-9963-5a8db0f93940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0a6157b-b368-4eae-9963-5a8db0f93940-root {
    text-align: center;
  }


#s-a0a6157b-b368-4eae-9963-5a8db0f93940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0a6157b-b368-4eae-9963-5a8db0f93940-root {
    text-align: center;
  }


#s-a0a6157b-b368-4eae-9963-5a8db0f93940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0a6157b-b368-4eae-9963-5a8db0f93940-root {
    text-align: center;
  }


#s-a0a6157b-b368-4eae-9963-5a8db0f93940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0a6157b-b368-4eae-9963-5a8db0f93940-root {
    text-align: center;
  }


#s-a0a6157b-b368-4eae-9963-5a8db0f93940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283 {
  
}
}
@media (min-width: 0px) {
[id="s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2818e4b-bd24-4dff-91e4-7da5f0dc5283"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8065f8c6-4ffc-4a1e-9ceb-3a3f496cba08 {
  
}

#s-8065f8c6-4ffc-4a1e-9ceb-3a3f496cba08 {
  display: none;
}
#s-c442d79f-0340-4ea0-90ad-5ebcc895518e {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c442d79f-0340-4ea0-90ad-5ebcc895518e img.shogun-image {
  width: 100%;
}



}
#s-1cc98716-ee7d-4569-8d76-c53870001a0a {
  text-align: center;
}

#s-1cc98716-ee7d-4569-8d76-c53870001a0a .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bff56cd1-5537-4f27-b7fd-9ad8455e82f4 {
  margin-top: 10px;
text-align: center;
}

#s-bff56cd1-5537-4f27-b7fd-9ad8455e82f4 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bff56cd1-5537-4f27-b7fd-9ad8455e82f4 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-bff56cd1-5537-4f27-b7fd-9ad8455e82f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-199ed3ed-6f08-4066-87ac-0548a666ec10 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-199ed3ed-6f08-4066-87ac-0548a666ec10:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-199ed3ed-6f08-4066-87ac-0548a666ec10:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-199ed3ed-6f08-4066-87ac-0548a666ec10-root {
    text-align: center;
  }


#s-199ed3ed-6f08-4066-87ac-0548a666ec10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-199ed3ed-6f08-4066-87ac-0548a666ec10-root {
    text-align: center;
  }


#s-199ed3ed-6f08-4066-87ac-0548a666ec10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-199ed3ed-6f08-4066-87ac-0548a666ec10-root {
    text-align: center;
  }


#s-199ed3ed-6f08-4066-87ac-0548a666ec10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-199ed3ed-6f08-4066-87ac-0548a666ec10-root {
    text-align: center;
  }


#s-199ed3ed-6f08-4066-87ac-0548a666ec10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-199ed3ed-6f08-4066-87ac-0548a666ec10-root {
    text-align: center;
  }


#s-199ed3ed-6f08-4066-87ac-0548a666ec10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f27c9439-9f54-4681-908b-4c391c02f604 {
  
}

#s-f27c9439-9f54-4681-908b-4c391c02f604 {
  display: none;
}
#s-528692d7-7f7b-4585-b1b3-8096c9de118a {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-528692d7-7f7b-4585-b1b3-8096c9de118a img.shogun-image {
  width: 100%;
}



}
#s-e0b9aa29-ca9b-41dc-a719-995b3f03b110 {
  text-align: center;
}

#s-e0b9aa29-ca9b-41dc-a719-995b3f03b110 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b486a63c-b1cb-4582-9245-b509d62c62a7 {
  margin-top: 10px;
text-align: center;
}

#s-b486a63c-b1cb-4582-9245-b509d62c62a7 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b486a63c-b1cb-4582-9245-b509d62c62a7 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-b486a63c-b1cb-4582-9245-b509d62c62a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7-root {
    text-align: center;
  }


#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7-root {
    text-align: center;
  }


#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7-root {
    text-align: center;
  }


#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7-root {
    text-align: center;
  }


#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7-root {
    text-align: center;
  }


#s-e5e1832a-b77d-4673-b55a-b0adbebc2fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fff9c20a-fe76-4e46-9411-f5998cbc0a59 {
  
}

#s-fff9c20a-fe76-4e46-9411-f5998cbc0a59 {
  display: none;
}
#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8a86244-fb71-4f12-a2aa-38b5478e0ae0 img.shogun-image {
  width: 100%;
}



}
#s-c3761932-3086-4515-b6b3-e6e0db5ad9a2 {
  text-align: center;
}

#s-c3761932-3086-4515-b6b3-e6e0db5ad9a2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f412ebf3-6abc-44de-b809-467d6e2e9b04 {
  margin-top: 10px;
text-align: center;
}

#s-f412ebf3-6abc-44de-b809-467d6e2e9b04 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f412ebf3-6abc-44de-b809-467d6e2e9b04 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-f412ebf3-6abc-44de-b809-467d6e2e9b04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94 {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94-root {
    text-align: center;
  }


#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94-root {
    text-align: center;
  }


#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94-root {
    text-align: center;
  }


#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94-root {
    text-align: center;
  }


#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94-root {
    text-align: center;
  }


#s-f0457d3b-10e7-4d22-99fd-7c8da29fbd94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e0e93639-f1be-41a2-b54c-c008cbf167ad {
  
}

#s-e0e93639-f1be-41a2-b54c-c008cbf167ad {
  display: none;
}
#s-5149ef28-3e41-4fd8-a4c3-10697373af6d {
  margin-left: 0px;
text-align: center;
}



.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5149ef28-3e41-4fd8-a4c3-10697373af6d img.shogun-image {
  width: 100%;
}



}
#s-d697cda5-a57e-47e6-8cac-b24d93a68bae {
  text-align: center;
}

#s-d697cda5-a57e-47e6-8cac-b24d93a68bae .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0acb96a8-a782-4a10-a2c8-478650535fa6 {
  margin-top: 10px;
text-align: center;
}

#s-0acb96a8-a782-4a10-a2c8-478650535fa6 .shg-product-sold-out {
  display: none;
  color: rgba(222, 15, 63, 1);
  font-size: 14px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0acb96a8-a782-4a10-a2c8-478650535fa6 .shg-product-price {
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-0acb96a8-a782-4a10-a2c8-478650535fa6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e {
  border-style: solid;
margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
}
#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e-root {
    text-align: center;
  }


#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e-root {
    text-align: center;
  }


#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e-root {
    text-align: center;
  }


#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e-root {
    text-align: center;
  }


#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e-root {
    text-align: center;
  }


#s-e9d8e258-a2e4-4983-b46f-d2fd20bdae5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee {
  display: none;
}
#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee, #wrap-s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee {
  display: none;
}
#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee, #wrap-s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee { display:none !important; }}

  #s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee-root {
    text-align: center;
  }


#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee-root {
    text-align: center;
  }


#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee-root {
    text-align: center;
  }


#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee-root {
    text-align: center;
  }


#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee-root {
    text-align: center;
  }


#s-293d3e58-dcbf-4d4b-930a-ed59adaaeeee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 48px;
padding-bottom: 10px;
padding-right: 48px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7 {
  display: none;
}
#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7, #wrap-s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7 {
  display: none;
}
#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7, #wrap-s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7 { display:none !important; }}

  #s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7-root {
    text-align: center;
  }


#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7-root {
    text-align: center;
  }


#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7-root {
    text-align: center;
  }


#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7-root {
    text-align: center;
  }


#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7-root {
    text-align: center;
  }


#s-13b5c569-cc9d-4c84-b4bc-b8560f0039c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7362afa6-c622-4862-b8ad-ff03f280029c {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7362afa6-c622-4862-b8ad-ff03f280029c {
  display: none;
}
#s-7362afa6-c622-4862-b8ad-ff03f280029c, #wrap-s-7362afa6-c622-4862-b8ad-ff03f280029c { display:none !important; }}@media (max-width: 767px){#s-7362afa6-c622-4862-b8ad-ff03f280029c {
  display: none;
}
#s-7362afa6-c622-4862-b8ad-ff03f280029c, #wrap-s-7362afa6-c622-4862-b8ad-ff03f280029c { display:none !important; }}
@media (min-width: 0px) {
[id="s-7362afa6-c622-4862-b8ad-ff03f280029c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7362afa6-c622-4862-b8ad-ff03f280029c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7362afa6-c622-4862-b8ad-ff03f280029c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7362afa6-c622-4862-b8ad-ff03f280029c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0cb67b0b-ea97-4546-9c30-bb80489c06ba-root {
    text-align: right;
  }


#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cb67b0b-ea97-4546-9c30-bb80489c06ba-root {
    text-align: right;
  }


#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cb67b0b-ea97-4546-9c30-bb80489c06ba-root {
    text-align: right;
  }


#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cb67b0b-ea97-4546-9c30-bb80489c06ba-root {
    text-align: right;
  }


#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cb67b0b-ea97-4546-9c30-bb80489c06ba-root {
    text-align: right;
  }


#s-0cb67b0b-ea97-4546-9c30-bb80489c06ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8-root {
    text-align: left;
  }


#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8-root {
    text-align: left;
  }


#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8-root {
    text-align: left;
  }


#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8-root {
    text-align: left;
  }


#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8-root {
    text-align: left;
  }


#s-3c006384-cf74-429c-9e60-e4a1cb9ba7f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-be53386d-62fa-41be-b9ed-36912904d975 {
  margin-left: 50px;
margin-right: 50px;
}

#s-be53386d-62fa-41be-b9ed-36912904d975 hr {
  border-top: 1px solid rgba(197, 163, 73, 0.5);
}

#s-aa9111a7-b08a-43a0-b466-1735fb66a7ed {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa9111a7-b08a-43a0-b466-1735fb66a7ed .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6f67d84a-73ed-44f3-a34c-28942a6386cb {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f67d84a-73ed-44f3-a34c-28942a6386cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-afcab659-66ac-4e7b-a0b4-d25c3cc5b772 {
  margin-top: 5px;
margin-bottom: 10px;
}

.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;
}
#s-0e84b12c-55aa-4426-bcc2-7fbb91ed833e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-0e84b12c-55aa-4426-bcc2-7fbb91ed833e img.shogun-image {
    

    
    
    
  }


#s-0e84b12c-55aa-4426-bcc2-7fbb91ed833e .shogun-image-content {
  
    align-items: center;
  
}

#s-6adc739f-af75-44d3-98e4-f81236b2e0a4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6adc739f-af75-44d3-98e4-f81236b2e0a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e3c2a607-a553-490f-9cb7-03f05df30d69 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-2867e6bc-f21e-49e0-b292-9558e215acc6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-2867e6bc-f21e-49e0-b292-9558e215acc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2867e6bc-f21e-49e0-b292-9558e215acc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2867e6bc-f21e-49e0-b292-9558e215acc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2867e6bc-f21e-49e0-b292-9558e215acc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c529d3d1-45e1-4150-a5f0-6c6243dcd303 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}







  #s-c529d3d1-45e1-4150-a5f0-6c6243dcd303 img.shogun-image {
    

    
    
    
  }


#s-c529d3d1-45e1-4150-a5f0-6c6243dcd303 .shogun-image-content {
  
    align-items: center;
  
}

#s-73198ce2-8ca9-4c88-9e99-1e48a4f59608 {
  margin-left: 50px;
margin-right: 50px;
}

#s-73198ce2-8ca9-4c88-9e99-1e48a4f59608 {
  display: none;
}
#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 {
  text-align: center;
}



.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cac0f2ae-d489-4c91-9fea-2855f73c0244 img.shogun-image {
  width: 100%;
}



}
#s-567ce25c-fb9f-47ad-9f80-10874aeaefe4 {
  text-align: center;
}

#s-567ce25c-fb9f-47ad-9f80-10874aeaefe4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-467ad307-89ec-4dfb-9fd4-ed3c4b31d8cd {
  margin-top: 10px;
text-align: center;
}

#s-467ad307-89ec-4dfb-9fd4-ed3c4b31d8cd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-467ad307-89ec-4dfb-9fd4-ed3c4b31d8cd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-467ad307-89ec-4dfb-9fd4-ed3c4b31d8cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5b80754a-3787-41cc-ac8f-884540c13405 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-5b80754a-3787-41cc-ac8f-884540c13405: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(41, 76, 43, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5b80754a-3787-41cc-ac8f-884540c13405:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5b80754a-3787-41cc-ac8f-884540c13405-root {
    text-align: center;
  }


#s-5b80754a-3787-41cc-ac8f-884540c13405.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b80754a-3787-41cc-ac8f-884540c13405-root {
    text-align: center;
  }


#s-5b80754a-3787-41cc-ac8f-884540c13405.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b80754a-3787-41cc-ac8f-884540c13405-root {
    text-align: center;
  }


#s-5b80754a-3787-41cc-ac8f-884540c13405.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b80754a-3787-41cc-ac8f-884540c13405-root {
    text-align: center;
  }


#s-5b80754a-3787-41cc-ac8f-884540c13405.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b80754a-3787-41cc-ac8f-884540c13405-root {
    text-align: center;
  }


#s-5b80754a-3787-41cc-ac8f-884540c13405.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b9929443-afd2-4fa0-9bf6-dcaecfded292 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9929443-afd2-4fa0-9bf6-dcaecfded292 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-22a0dd2d-97f6-46dc-9a80-3fd2f5ffbeff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 390px;
max-width: 700px;
}

#s-2543c9d7-9849-4047-99be-af97bfdaa9a9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2543c9d7-9849-4047-99be-af97bfdaa9a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-aabf74b7-f996-4e68-b68e-ac6c3198f6ad {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9f49b0ad-ed57-4cc1-99fa-ca705ff5917b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d7e0d064-e2d4-4915-b0e2-c7300271fe8a {
  margin-left: 50px;
margin-right: 50px;
}

#s-d7e0d064-e2d4-4915-b0e2-c7300271fe8a {
  display: none;
}
#s-12053d89-1e08-458b-b919-23c1061da7ed {
  text-align: center;
}



.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12053d89-1e08-458b-b919-23c1061da7ed img.shogun-image {
  width: 100%;
}



}
#s-391ab2ae-4d94-4ffa-9945-aceb523a92ed {
  text-align: center;
}

#s-391ab2ae-4d94-4ffa-9945-aceb523a92ed .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-de2b8498-5c3a-4465-8994-af81bcd1126a {
  margin-top: 10px;
text-align: center;
}

#s-de2b8498-5c3a-4465-8994-af81bcd1126a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-de2b8498-5c3a-4465-8994-af81bcd1126a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-de2b8498-5c3a-4465-8994-af81bcd1126a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251: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, 0, 0, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5691e5d7-6691-4f14-ac96-ed1e3ba61251-root {
    text-align: center;
  }


#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5691e5d7-6691-4f14-ac96-ed1e3ba61251-root {
    text-align: center;
  }


#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5691e5d7-6691-4f14-ac96-ed1e3ba61251-root {
    text-align: center;
  }


#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5691e5d7-6691-4f14-ac96-ed1e3ba61251-root {
    text-align: center;
  }


#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5691e5d7-6691-4f14-ac96-ed1e3ba61251-root {
    text-align: center;
  }


#s-5691e5d7-6691-4f14-ac96-ed1e3ba61251.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3a89bfdf-3270-4844-b74d-f30c1509d50c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}







  #s-3a89bfdf-3270-4844-b74d-f30c1509d50c img.shogun-image {
    

    
    
    
  }


#s-3a89bfdf-3270-4844-b74d-f30c1509d50c .shogun-image-content {
  
    align-items: center;
  
}

#s-28bcb658-3c59-469c-a30e-15c3e839582b {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28bcb658-3c59-469c-a30e-15c3e839582b .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-fe52630b-98f0-42f3-9f37-124c765033bd {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-0ea4457f-022d-4459-8d6a-91aa8d88b24f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 320px;
max-width: 350px;
text-align: center;
}







  #s-0ea4457f-022d-4459-8d6a-91aa8d88b24f img.shogun-image {
    

    
    
    
  }


#s-0ea4457f-022d-4459-8d6a-91aa8d88b24f .shogun-image-content {
  
    align-items: center;
  
}

#s-fc437b2d-5393-447f-8067-a4f6ce9a7c54 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-fc437b2d-5393-447f-8067-a4f6ce9a7c54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc437b2d-5393-447f-8067-a4f6ce9a7c54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc437b2d-5393-447f-8067-a4f6ce9a7c54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc437b2d-5393-447f-8067-a4f6ce9a7c54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4f482c4-3136-4ddc-be37-6efd4c06fd35 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}







  #s-f4f482c4-3136-4ddc-be37-6efd4c06fd35 img.shogun-image {
    

    
    
    
  }


#s-f4f482c4-3136-4ddc-be37-6efd4c06fd35 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa0f055-3a94-427c-af34-5bd570988599 {
  margin-left: 50px;
margin-right: 50px;
}

#s-cfa0f055-3a94-427c-af34-5bd570988599 {
  display: none;
}
#s-58aebeb8-eeac-4b79-8551-38e943cf1bac {
  text-align: center;
}



.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58aebeb8-eeac-4b79-8551-38e943cf1bac img.shogun-image {
  width: 100%;
}



}
#s-ee59337e-c287-4326-8876-04c46d9eb0fc {
  text-align: center;
}

#s-ee59337e-c287-4326-8876-04c46d9eb0fc .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-39e7d38a-b29f-4653-8443-30c9dd80c3bd {
  margin-top: 10px;
text-align: center;
}

#s-39e7d38a-b29f-4653-8443-30c9dd80c3bd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-39e7d38a-b29f-4653-8443-30c9dd80c3bd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-39e7d38a-b29f-4653-8443-30c9dd80c3bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d: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(41, 76, 43, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b3f64d00-474d-4fdf-b59d-87b258b1a24d-root {
    text-align: center;
  }


#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3f64d00-474d-4fdf-b59d-87b258b1a24d-root {
    text-align: center;
  }


#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3f64d00-474d-4fdf-b59d-87b258b1a24d-root {
    text-align: center;
  }


#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3f64d00-474d-4fdf-b59d-87b258b1a24d-root {
    text-align: center;
  }


#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3f64d00-474d-4fdf-b59d-87b258b1a24d-root {
    text-align: center;
  }


#s-b3f64d00-474d-4fdf-b59d-87b258b1a24d.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b695662e-bd8a-49e6-b047-1496a0dace42 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b695662e-bd8a-49e6-b047-1496a0dace42 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f318e040-46b8-4843-ace1-e47b88a728a2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f318e040-46b8-4843-ace1-e47b88a728a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f46ac921-1736-4d4c-8823-da76bd1fc497 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-7ae04531-517b-42b8-809f-181335ab08e3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-7ae04531-517b-42b8-809f-181335ab08e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae04531-517b-42b8-809f-181335ab08e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae04531-517b-42b8-809f-181335ab08e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae04531-517b-42b8-809f-181335ab08e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ae04531-517b-42b8-809f-181335ab08e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06ccf777-810a-4cf5-830c-39af414bf56d {
  margin-left: 50px;
margin-right: 50px;
}

#s-06ccf777-810a-4cf5-830c-39af414bf56d {
  display: none;
}
#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 {
  text-align: center;
}



.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f51a6a-7c24-40b4-a66e-3ed1e846fe70 img.shogun-image {
  width: 100%;
}



}
#s-513de1c8-35d1-4ec1-bba4-e1f9721c6608 {
  text-align: center;
}

#s-513de1c8-35d1-4ec1-bba4-e1f9721c6608 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-82bc5ac4-84eb-4b0d-a570-e8f4b83dab1d {
  margin-top: 10px;
text-align: center;
}

#s-82bc5ac4-84eb-4b0d-a570-e8f4b83dab1d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-82bc5ac4-84eb-4b0d-a570-e8f4b83dab1d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-82bc5ac4-84eb-4b0d-a570-e8f4b83dab1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7: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, 0, 0, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7-root {
    text-align: center;
  }


#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7-root {
    text-align: center;
  }


#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7-root {
    text-align: center;
  }


#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7-root {
    text-align: center;
  }


#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7-root {
    text-align: center;
  }


#s-6634755f-e6f3-4302-bf9c-5ee1b7e029a7.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-04f1f1c2-e544-40f2-996a-bf77a76b6151 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}







  #s-04f1f1c2-e544-40f2-996a-bf77a76b6151 img.shogun-image {
    

    
    
    
  }


#s-04f1f1c2-e544-40f2-996a-bf77a76b6151 .shogun-image-content {
  
    align-items: center;
  
}

#s-a410eb3a-b9b5-4f69-84de-07d9702b17c1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 250px;
max-width: 400px;
text-align: center;
}







  #s-a410eb3a-b9b5-4f69-84de-07d9702b17c1 img.shogun-image {
    

    
    
    
  }


#s-a410eb3a-b9b5-4f69-84de-07d9702b17c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb7a0d5-6cd9-435d-b6bc-5ef7eba95cfe {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fb7a0d5-6cd9-435d-b6bc-5ef7eba95cfe .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-20f0c1a6-4717-41fa-b34b-0a8c0f491d2a {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-0e5c7cce-91a4-41e8-a07e-3f567f1cf1b7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 361px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-0e5c7cce-91a4-41e8-a07e-3f567f1cf1b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e5c7cce-91a4-41e8-a07e-3f567f1cf1b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e5c7cce-91a4-41e8-a07e-3f567f1cf1b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e5c7cce-91a4-41e8-a07e-3f567f1cf1b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-810b5908-0788-4ccd-84af-11614591764e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}







  #s-810b5908-0788-4ccd-84af-11614591764e img.shogun-image {
    

    
    
    
  }


#s-810b5908-0788-4ccd-84af-11614591764e .shogun-image-content {
  
    align-items: center;
  
}

#s-be437ce9-3c56-46a3-8c0f-63f4f22301df {
  margin-left: 50px;
margin-right: 50px;
}

#s-be437ce9-3c56-46a3-8c0f-63f4f22301df {
  display: none;
}
#s-639715ea-a3a5-459f-8ac0-91829acd9153 {
  text-align: center;
}



.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-639715ea-a3a5-459f-8ac0-91829acd9153 img.shogun-image {
  width: 100%;
}



}
#s-cf6058c3-0897-4ffa-bc3e-56f47f590c8a {
  text-align: center;
}

#s-cf6058c3-0897-4ffa-bc3e-56f47f590c8a .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c566989-bca1-4829-b03f-a20755008ffe {
  margin-top: 10px;
text-align: center;
}

#s-3c566989-bca1-4829-b03f-a20755008ffe .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3c566989-bca1-4829-b03f-a20755008ffe .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-3c566989-bca1-4829-b03f-a20755008ffe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e: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(41, 76, 43, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e-root {
    text-align: center;
  }


#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e-root {
    text-align: center;
  }


#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e-root {
    text-align: center;
  }


#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e-root {
    text-align: center;
  }


#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e-root {
    text-align: center;
  }


#s-31ee99e8-02d1-4675-9d40-8e30cf2ad23e.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eb37458d-9811-4d93-bcb0-10c53a4568b4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb37458d-9811-4d93-bcb0-10c53a4568b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-65bee2c5-14b0-4dd6-ac5d-d28c680705a5 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-b29045a2-cc4f-4503-b422-cb16eecec8e8 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 350px;
text-align: center;
}







  #s-b29045a2-cc4f-4503-b422-cb16eecec8e8 img.shogun-image {
    

    
    
    
  }


#s-b29045a2-cc4f-4503-b422-cb16eecec8e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a9cfff1-655e-4bac-a148-3a8daeda41dc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a9cfff1-655e-4bac-a148-3a8daeda41dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c60dbe4d-299d-4cdb-903a-06d9b0d0943d {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-71cc5dc8-155f-4cfc-9bd1-916e211cf1a1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
}

#s-71cc5dc8-155f-4cfc-9bd1-916e211cf1a1 {
  display: none;
}
#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  text-align: center;
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  max-width:  100%;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom,
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  max-width:  100%;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom,
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  max-width:  100%;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom,
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  max-width:  100%;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom,
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 {
  max-width:  100%;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom,
.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9263637d-9e3e-4273-b1f4-57b54775b333 img.shogun-image {
  width: 100%;
}



}
#s-4bd68fdc-a193-41fb-af45-b711c6a3fd7d {
  text-align: center;
}

#s-4bd68fdc-a193-41fb-af45-b711c6a3fd7d .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0b45d48b-1b3b-48c8-9697-7b5a68df21c0 {
  margin-top: 10px;
text-align: center;
}

#s-0b45d48b-1b3b-48c8-9697-7b5a68df21c0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0b45d48b-1b3b-48c8-9697-7b5a68df21c0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-0b45d48b-1b3b-48c8-9697-7b5a68df21c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4128a80c-1f63-46f0-b051-2c7de7268f82 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-4128a80c-1f63-46f0-b051-2c7de7268f82: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(41, 76, 43, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4128a80c-1f63-46f0-b051-2c7de7268f82:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4128a80c-1f63-46f0-b051-2c7de7268f82-root {
    text-align: center;
  }


#s-4128a80c-1f63-46f0-b051-2c7de7268f82.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4128a80c-1f63-46f0-b051-2c7de7268f82-root {
    text-align: center;
  }


#s-4128a80c-1f63-46f0-b051-2c7de7268f82.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4128a80c-1f63-46f0-b051-2c7de7268f82-root {
    text-align: center;
  }


#s-4128a80c-1f63-46f0-b051-2c7de7268f82.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4128a80c-1f63-46f0-b051-2c7de7268f82-root {
    text-align: center;
  }


#s-4128a80c-1f63-46f0-b051-2c7de7268f82.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4128a80c-1f63-46f0-b051-2c7de7268f82-root {
    text-align: center;
  }


#s-4128a80c-1f63-46f0-b051-2c7de7268f82.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-00b85a90-4b5a-4555-9ec4-eb1f4dab9fc4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 270px;
max-width: 500px;
text-align: center;
}







  #s-00b85a90-4b5a-4555-9ec4-eb1f4dab9fc4 img.shogun-image {
    

    
    
    
  }


#s-00b85a90-4b5a-4555-9ec4-eb1f4dab9fc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad1beb67-108f-469c-9ef6-65134b839ff7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad1beb67-108f-469c-9ef6-65134b839ff7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8e058986-61b7-44d7-948b-622a9337c0c7 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-10e1c842-f14e-4637-b4b9-3e9e609df0d3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
}

#s-10e1c842-f14e-4637-b4b9-3e9e609df0d3 {
  display: none;
}
#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  text-align: center;
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  max-width:  100%;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom,
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  max-width:  100%;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom,
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  max-width:  100%;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom,
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  max-width:  100%;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom,
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 {
  max-width:  100%;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom,
.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  max-width: 500px !important;
  min-height: 200px !important;
}

.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3f2372e-9fb7-4e96-9fa7-e4807c5fd2d3 img.shogun-image {
  width: 100%;
}



}
#s-5eaf5be4-06ff-4740-aced-9f4f17d37972 {
  text-align: center;
}

#s-5eaf5be4-06ff-4740-aced-9f4f17d37972 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a50aad5c-ac45-436b-be08-9b41f88db7de {
  margin-top: 10px;
text-align: center;
}

#s-a50aad5c-ac45-436b-be08-9b41f88db7de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a50aad5c-ac45-436b-be08-9b41f88db7de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a50aad5c-ac45-436b-be08-9b41f88db7de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 15, 63, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180 {
  margin-top: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 76, 43, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(41, 76, 43, 1);
}
#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180: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(41, 76, 43, 1) !important;
background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180:active {background-color: rgba(41, 76, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180-root {
    text-align: center;
  }


#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180-root {
    text-align: center;
  }


#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180-root {
    text-align: center;
  }


#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180-root {
    text-align: center;
  }


#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180-root {
    text-align: center;
  }


#s-fcbc167f-e2ff-4e05-8dff-4d0018a5e180.shg-btn {
  color: rgba(41, 76, 43, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1097c60f-405e-4264-9fca-7b2190404967 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4e406582-eecf-4359-8f47-d9c35135c28e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e406582-eecf-4359-8f47-d9c35135c28e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4cc15b30-3e6a-4cde-b421-34657a73ba35 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0a9b5df7-f749-4fd6-b4cd-9c980958f6ad {
  margin-left: 50px;
margin-right: 50px;
}

#s-0a9b5df7-f749-4fd6-b4cd-9c980958f6ad hr {
  border-top: 1px solid rgba(197, 163, 73, 0.5);
}

#s-35cbcdd7-118f-4176-b7a9-819f79120d01 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-d3f6fad2-e122-469b-af56-27b8584bdeff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3f6fad2-e122-469b-af56-27b8584bdeff:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d3f6fad2-e122-469b-af56-27b8584bdeff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d3f6fad2-e122-469b-af56-27b8584bdeff {
  display: none;
}
#s-d3f6fad2-e122-469b-af56-27b8584bdeff, #wrap-s-d3f6fad2-e122-469b-af56-27b8584bdeff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3f6fad2-e122-469b-af56-27b8584bdeff {
  display: none;
}
#s-d3f6fad2-e122-469b-af56-27b8584bdeff, #wrap-s-d3f6fad2-e122-469b-af56-27b8584bdeff { display:none !important; }}

  #s-d3f6fad2-e122-469b-af56-27b8584bdeff-root {
    text-align: center;
  }


#s-d3f6fad2-e122-469b-af56-27b8584bdeff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3f6fad2-e122-469b-af56-27b8584bdeff-root {
    text-align: center;
  }


#s-d3f6fad2-e122-469b-af56-27b8584bdeff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3f6fad2-e122-469b-af56-27b8584bdeff-root {
    text-align: center;
  }


#s-d3f6fad2-e122-469b-af56-27b8584bdeff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3f6fad2-e122-469b-af56-27b8584bdeff-root {
    text-align: center;
  }


#s-d3f6fad2-e122-469b-af56-27b8584bdeff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3f6fad2-e122-469b-af56-27b8584bdeff-root {
    text-align: center;
  }


#s-d3f6fad2-e122-469b-af56-27b8584bdeff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eeaa6f67-d408-40d9-a324-ea62382a88fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 48px;
padding-bottom: 10px;
padding-right: 48px;
border-radius: 2px;
background-color: rgba(22, 111, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eeaa6f67-d408-40d9-a324-ea62382a88fa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eeaa6f67-d408-40d9-a324-ea62382a88fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eeaa6f67-d408-40d9-a324-ea62382a88fa {
  display: none;
}
#s-eeaa6f67-d408-40d9-a324-ea62382a88fa, #wrap-s-eeaa6f67-d408-40d9-a324-ea62382a88fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eeaa6f67-d408-40d9-a324-ea62382a88fa {
  display: none;
}
#s-eeaa6f67-d408-40d9-a324-ea62382a88fa, #wrap-s-eeaa6f67-d408-40d9-a324-ea62382a88fa { display:none !important; }}

  #s-eeaa6f67-d408-40d9-a324-ea62382a88fa-root {
    text-align: center;
  }


#s-eeaa6f67-d408-40d9-a324-ea62382a88fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eeaa6f67-d408-40d9-a324-ea62382a88fa-root {
    text-align: center;
  }


#s-eeaa6f67-d408-40d9-a324-ea62382a88fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeaa6f67-d408-40d9-a324-ea62382a88fa-root {
    text-align: center;
  }


#s-eeaa6f67-d408-40d9-a324-ea62382a88fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeaa6f67-d408-40d9-a324-ea62382a88fa-root {
    text-align: center;
  }


#s-eeaa6f67-d408-40d9-a324-ea62382a88fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eeaa6f67-d408-40d9-a324-ea62382a88fa-root {
    text-align: center;
  }


#s-eeaa6f67-d408-40d9-a324-ea62382a88fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a {
  display: none;
}
#s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a, #wrap-s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a { display:none !important; }}@media (max-width: 767px){#s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a {
  display: none;
}
#s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a, #wrap-s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac5d84ff-c27b-435a-b436-9100dbdfcf7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e0775d17-bc76-447f-b0f5-c543d4372ccb {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-e0775d17-bc76-447f-b0f5-c543d4372ccb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e0775d17-bc76-447f-b0f5-c543d4372ccb:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e0775d17-bc76-447f-b0f5-c543d4372ccb-root {
    text-align: right;
  }


#s-e0775d17-bc76-447f-b0f5-c543d4372ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0775d17-bc76-447f-b0f5-c543d4372ccb-root {
    text-align: right;
  }


#s-e0775d17-bc76-447f-b0f5-c543d4372ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0775d17-bc76-447f-b0f5-c543d4372ccb-root {
    text-align: right;
  }


#s-e0775d17-bc76-447f-b0f5-c543d4372ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0775d17-bc76-447f-b0f5-c543d4372ccb-root {
    text-align: right;
  }


#s-e0775d17-bc76-447f-b0f5-c543d4372ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0775d17-bc76-447f-b0f5-c543d4372ccb-root {
    text-align: right;
  }


#s-e0775d17-bc76-447f-b0f5-c543d4372ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c8b163b-248d-4039-9bd7-b9916986ccdb {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(22, 111, 103, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
}
#s-3c8b163b-248d-4039-9bd7-b9916986ccdb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c8b163b-248d-4039-9bd7-b9916986ccdb:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c8b163b-248d-4039-9bd7-b9916986ccdb-root {
    text-align: left;
  }


#s-3c8b163b-248d-4039-9bd7-b9916986ccdb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c8b163b-248d-4039-9bd7-b9916986ccdb-root {
    text-align: left;
  }


#s-3c8b163b-248d-4039-9bd7-b9916986ccdb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c8b163b-248d-4039-9bd7-b9916986ccdb-root {
    text-align: left;
  }


#s-3c8b163b-248d-4039-9bd7-b9916986ccdb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c8b163b-248d-4039-9bd7-b9916986ccdb-root {
    text-align: left;
  }


#s-3c8b163b-248d-4039-9bd7-b9916986ccdb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c8b163b-248d-4039-9bd7-b9916986ccdb-root {
    text-align: left;
  }


#s-3c8b163b-248d-4039-9bd7-b9916986ccdb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@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}
