.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-8cb0c3e7-6551-4c1f-8b95-a031414a4c63 {
  min-height: 50px;
}








#s-8cb0c3e7-6551-4c1f-8b95-a031414a4c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb0c3e7-6551-4c1f-8b95-a031414a4c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b826c0b9-cba4-4b96-b8fd-e3c86453ff7a {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-b826c0b9-cba4-4b96-b8fd-e3c86453ff7a hr {
  border-top: 2px solid rgba(250, 240, 237, 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-1170e692-2498-4443-af23-47d319f2f4d3 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
opacity: 1;
background-color: rgba(250, 240, 237, 1);
}

@media (min-width: 0px) {
[id="s-1170e692-2498-4443-af23-47d319f2f4d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1170e692-2498-4443-af23-47d319f2f4d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1170e692-2498-4443-af23-47d319f2f4d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1170e692-2498-4443-af23-47d319f2f4d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8882ac81-d8bd-408d-b4fc-ac5b4d5e0eb2 {
  margin-top: 10px;
}

#s-8882ac81-d8bd-408d-b4fc-ac5b4d5e0eb2 .shogun-icon-wrapper {
  text-align: center;
}


#s-8882ac81-d8bd-408d-b4fc-ac5b4d5e0eb2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

.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-719d56b6-8fca-452b-8c10-7e08eb0c1bb2 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-719d56b6-8fca-452b-8c10-7e08eb0c1bb2 .shogun-icon-wrapper {
  text-align: center;
}


#s-719d56b6-8fca-452b-8c10-7e08eb0c1bb2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-0dae65bd-ff89-4896-ad49-5c8141e15b5b {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-0dae65bd-ff89-4896-ad49-5c8141e15b5b .shogun-icon-wrapper {
  text-align: center;
}


#s-0dae65bd-ff89-4896-ad49-5c8141e15b5b .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-715b7447-7857-4145-9b36-64d1a3bc5f52 {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-715b7447-7857-4145-9b36-64d1a3bc5f52 hr {
  border-top: 2px solid rgba(250, 240, 237, 1);
}

#s-60d40fbe-4f94-48a9-8c66-aec4c55f421f {
  margin-top: 10px;
}

#s-60d40fbe-4f94-48a9-8c66-aec4c55f421f .shogun-icon-wrapper {
  text-align: center;
}


#s-60d40fbe-4f94-48a9-8c66-aec4c55f421f .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-4d855594-aa55-4608-9ef8-94d05db0fe86 {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-4d855594-aa55-4608-9ef8-94d05db0fe86 hr {
  border-top: 2px solid rgba(250, 240, 237, 1);
}

#s-f8dbb97c-a753-4b2b-b431-6a9e27203376 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f8dbb97c-a753-4b2b-b431-6a9e27203376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8dbb97c-a753-4b2b-b431-6a9e27203376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a5082f3-b6d1-4212-9199-abbb4e60df5c {
  margin-top: -8px;
margin-bottom: 0px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-7a5082f3-b6d1-4212-9199-abbb4e60df5c {
  display: none;
}
#s-dcd31e06-22b8-4870-9329-5a427eab7e3d {
  margin-top: -1px;
margin-bottom: -1px;
}

@media (min-width: 0px) {
[id="s-dcd31e06-22b8-4870-9329-5a427eab7e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd31e06-22b8-4870-9329-5a427eab7e3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd31e06-22b8-4870-9329-5a427eab7e3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd31e06-22b8-4870-9329-5a427eab7e3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-7a465eac-ae5c-40c9-a6c0-182465d50428 {
  margin-top: 0px;
text-align: left;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a465eac-ae5c-40c9-a6c0-182465d50428 {
  
}
}@media (max-width: 767px){#s-7a465eac-ae5c-40c9-a6c0-182465d50428 {
  
}
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a465eac-ae5c-40c9-a6c0-182465d50428 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
opacity: 0.71;
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-0376192d-c36e-4608-9f5f-c5e135351f2c .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 1200px){#s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af {
  display: none;
}
#s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af, #wrap-s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af {
  display: none;
}
#s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af, #wrap-s-71b96f6d-3fdf-4c07-82ae-5cca856ad2af { display:none !important; }}
#s-f37ebe79-9b33-4b46-8c83-b95dbf6ee012 {
  min-height: 50px;
}








#s-f37ebe79-9b33-4b46-8c83-b95dbf6ee012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f37ebe79-9b33-4b46-8c83-b95dbf6ee012.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0335122f-e886-41f5-90e9-19af1b01775c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0335122f-e886-41f5-90e9-19af1b01775c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0335122f-e886-41f5-90e9-19af1b01775c {
  display: none;
}
#s-0335122f-e886-41f5-90e9-19af1b01775c, #wrap-s-0335122f-e886-41f5-90e9-19af1b01775c { display:none !important; }}@media (max-width: 767px){#s-0335122f-e886-41f5-90e9-19af1b01775c {
  display: none;
}
#s-0335122f-e886-41f5-90e9-19af1b01775c, #wrap-s-0335122f-e886-41f5-90e9-19af1b01775c { display:none !important; }}
@media (min-width: 0px) {
[id="s-0335122f-e886-41f5-90e9-19af1b01775c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0335122f-e886-41f5-90e9-19af1b01775c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0335122f-e886-41f5-90e9-19af1b01775c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0335122f-e886-41f5-90e9-19af1b01775c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dea676eb-d8b2-498f-a67f-b4fa123ec39e .shogun-icon-wrapper {
  text-align: center;
}


#s-dea676eb-d8b2-498f-a67f-b4fa123ec39e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(163, 157, 157, 1);
}

#s-272b5357-4c08-4c99-8be1-3a6dc2b3c482 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

#s-ee7badbd-00cc-4ab5-bc95-ed6afafecb84 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee7badbd-00cc-4ab5-bc95-ed6afafecb84 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(240, 158, 158, 1);
}

#s-32903a83-ea15-4a4a-a1c0-c331077ab925 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

.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-84dd37b0-6081-4efa-b783-607b92874efb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84dd37b0-6081-4efa-b783-607b92874efb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e20c02fe-133d-4a51-8ceb-0b9d6ef6d665 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-e20c02fe-133d-4a51-8ceb-0b9d6ef6d665 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-e20c02fe-133d-4a51-8ceb-0b9d6ef6d665 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 20px;
}

#s-e20c02fe-133d-4a51-8ceb-0b9d6ef6d665 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-e1cfaa62-db51-40f6-8f55-08a41aecd192 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-e1cfaa62-db51-40f6-8f55-08a41aecd192:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1cfaa62-db51-40f6-8f55-08a41aecd192:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1cfaa62-db51-40f6-8f55-08a41aecd192-atc-btn-wrapper {
    text-align: center;
  }


#s-e1cfaa62-db51-40f6-8f55-08a41aecd192 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1cfaa62-db51-40f6-8f55-08a41aecd192.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1cfaa62-db51-40f6-8f55-08a41aecd192.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-e1cfaa62-db51-40f6-8f55-08a41aecd192.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-e1cfaa62-db51-40f6-8f55-08a41aecd192.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }


#s-3640df11-4caa-4bf6-8f0a-11f5fe009c0e {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-241b0351-ae34-4956-a8cc-3812ed50386b {
  margin-top: -30px;
margin-bottom: -30px;
padding-top: 13px;
padding-bottom: 13px;
min-height: 50px;
}








#s-241b0351-ae34-4956-a8cc-3812ed50386b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-241b0351-ae34-4956-a8cc-3812ed50386b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-868d073c-9a11-495c-ba5e-1c2594d3c957 hr {
  border-top: 2px solid #ddd;
}

.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-84462824-36b6-49a1-8401-af3a485273c2 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-84462824-36b6-49a1-8401-af3a485273c2 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-15b359f8-0516-4b97-9943-bd1eade2e096 {
  display: none;
}
#s-15b359f8-0516-4b97-9943-bd1eade2e096, #wrap-s-15b359f8-0516-4b97-9943-bd1eade2e096 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15b359f8-0516-4b97-9943-bd1eade2e096 {
  display: none;
}
#s-15b359f8-0516-4b97-9943-bd1eade2e096, #wrap-s-15b359f8-0516-4b97-9943-bd1eade2e096 { display:none !important; }}
@media (min-width: 0px) {
[id="s-15b359f8-0516-4b97-9943-bd1eade2e096"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-15b359f8-0516-4b97-9943-bd1eade2e096"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15b359f8-0516-4b97-9943-bd1eade2e096"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b359f8-0516-4b97-9943-bd1eade2e096"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d076425c-65d1-4a28-8934-984efb6998ca .shogun-icon-wrapper {
  text-align: center;
}


#s-d076425c-65d1-4a28-8934-984efb6998ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(163, 157, 157, 1);
}

#s-ed4d2984-fc94-433b-8e3b-b2e5db378cf2 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

#s-88dd3064-4c4a-481b-a49d-3e1c5391f233 .shogun-icon-wrapper {
  text-align: center;
}


#s-88dd3064-4c4a-481b-a49d-3e1c5391f233 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(240, 158, 158, 1);
}

#s-524b365b-337e-4e10-a168-0a78dda272b4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 {
  display: none;
}
#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396, #wrap-s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 {
  display: none;
}
#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396, #wrap-s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 { display:none !important; }}
#s-bf5c2f72-73b8-4fcf-828e-6a00804b5396 hr {
  border-top: 2px solid #ddd;
}

#s-6a735344-fa13-4067-9b4e-1dfdb4917a1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a735344-fa13-4067-9b4e-1dfdb4917a1c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-de6afdce-c00d-4419-a15b-e894797018e2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-de6afdce-c00d-4419-a15b-e894797018e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-de6afdce-c00d-4419-a15b-e894797018e2 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 20px;
}

#s-de6afdce-c00d-4419-a15b-e894797018e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92bacce1-e4d7-420a-a46e-120023e3b2e4 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-92bacce1-e4d7-420a-a46e-120023e3b2e4:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92bacce1-e4d7-420a-a46e-120023e3b2e4:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-92bacce1-e4d7-420a-a46e-120023e3b2e4-atc-btn-wrapper {
    text-align: center;
  }


#s-92bacce1-e4d7-420a-a46e-120023e3b2e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92bacce1-e4d7-420a-a46e-120023e3b2e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92bacce1-e4d7-420a-a46e-120023e3b2e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-92bacce1-e4d7-420a-a46e-120023e3b2e4.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-92bacce1-e4d7-420a-a46e-120023e3b2e4.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }


@media (min-width: 1200px){#s-649b20c6-0e1a-47c3-b94e-021309281f27 {
  display: none;
}
#s-649b20c6-0e1a-47c3-b94e-021309281f27, #wrap-s-649b20c6-0e1a-47c3-b94e-021309281f27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649b20c6-0e1a-47c3-b94e-021309281f27 {
  display: none;
}
#s-649b20c6-0e1a-47c3-b94e-021309281f27, #wrap-s-649b20c6-0e1a-47c3-b94e-021309281f27 { display:none !important; }}
@media (min-width: 1200px){#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 {
  display: none;
}
#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1, #wrap-s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 { display:none !important; }}@media (max-width: 767px){#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 {
  display: none;
}
#s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1, #wrap-s-9f7be27a-c878-4f6e-8dac-d87f7ae015b1 { display:none !important; }}
#s-15205570-6a90-4a22-8a26-aabd7faaf80d hr {
  border-top: 2px solid #ddd;
}

.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-c1d4fb10-783f-4778-acbd-56763a890e75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1d4fb10-783f-4778-acbd-56763a890e75 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d {
  display: none;
}
#s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d, #wrap-s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d { display:none !important; }}@media (max-width: 767px){#s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d {
  display: none;
}
#s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d, #wrap-s-7c61166a-7e65-4b7f-b3eb-18abd2219a7d { display:none !important; }}
#s-eb048f8a-7aea-4d30-a6ed-cb8255dc4f6b {
  display: none;
}
#s-23f8a882-6e2b-4d47-83c6-b0229738f612 {
  text-align: left;
}



.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23f8a882-6e2b-4d47-83c6-b0229738f612 img.shogun-image {
  width: 100%;
}



}
#s-8edf80fe-3ff7-4f3a-a2ba-abf944ae38b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8edf80fe-3ff7-4f3a-a2ba-abf944ae38b8 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-be679369-2248-4521-8402-278ecaab6a51 {
  text-align: center;
}

#s-be679369-2248-4521-8402-278ecaab6a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-be679369-2248-4521-8402-278ecaab6a51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-be679369-2248-4521-8402-278ecaab6a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c087d34-d810-4672-bd73-c65d31c8617e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3c087d34-d810-4672-bd73-c65d31c8617e:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c087d34-d810-4672-bd73-c65d31c8617e:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3c087d34-d810-4672-bd73-c65d31c8617e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c087d34-d810-4672-bd73-c65d31c8617e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c087d34-d810-4672-bd73-c65d31c8617e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-3c087d34-d810-4672-bd73-c65d31c8617e.shg-btn.shg-product-atc-error {
  
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-3c087d34-d810-4672-bd73-c65d31c8617e.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-10431311-8ef9-41bd-adff-701b43bb5ae1 {
  display: none;
}
#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de {
  text-align: left;
}



.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd703e66-c9c2-4e56-9bf2-db4cd58305de img.shogun-image {
  width: 100%;
}



}
#s-a6fd22be-c0e3-4559-af6b-81b8c915389e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6fd22be-c0e3-4559-af6b-81b8c915389e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a080d4cd-ea94-46e8-acc2-8946c6540181 {
  text-align: center;
}

#s-a080d4cd-ea94-46e8-acc2-8946c6540181 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-a080d4cd-ea94-46e8-acc2-8946c6540181 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-a080d4cd-ea94-46e8-acc2-8946c6540181 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-0427ab81-f1e8-4cdb-8d0f-587a1b400567.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-0427ab81-f1e8-4cdb-8d0f-587a1b400567.shg-btn.shg-product-atc-success {
    
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-652585ba-4db7-4109-9da0-4b690ae36295 {
  display: none;
}
#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 {
  text-align: left;
}



.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831984a6-7daf-40d5-a9e9-aa79a1070a68 img.shogun-image {
  width: 100%;
}



}
#s-b9321189-4295-40f2-b403-5255847a412f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9321189-4295-40f2-b403-5255847a412f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-69bf2deb-3150-4464-8ed3-fe6b4ea4ef93 {
  text-align: center;
}

#s-69bf2deb-3150-4464-8ed3-fe6b4ea4ef93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-69bf2deb-3150-4464-8ed3-fe6b4ea4ef93 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-69bf2deb-3150-4464-8ed3-fe6b4ea4ef93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-fc2c45ca-bec1-4db3-be2a-7654ede039c4.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-fc2c45ca-bec1-4db3-be2a-7654ede039c4.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-a1794530-946c-45a3-bb8a-97be6c24ac74 {
  display: none;
}
#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede {
  text-align: left;
}



.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12712329-7a1d-46ac-ae6b-6a0a0e19bede img.shogun-image {
  width: 100%;
}



}
#s-faadaac1-7edd-442c-9aa8-1630ff1479b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faadaac1-7edd-442c-9aa8-1630ff1479b1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d020096a-4de4-482a-8a90-a761ebf707da {
  text-align: center;
}

#s-d020096a-4de4-482a-8a90-a761ebf707da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-d020096a-4de4-482a-8a90-a761ebf707da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-d020096a-4de4-482a-8a90-a761ebf707da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18379d37-71b7-4421-b33a-ba65b2c98d70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-18379d37-71b7-4421-b33a-ba65b2c98d70:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18379d37-71b7-4421-b33a-ba65b2c98d70:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-18379d37-71b7-4421-b33a-ba65b2c98d70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18379d37-71b7-4421-b33a-ba65b2c98d70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18379d37-71b7-4421-b33a-ba65b2c98d70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-18379d37-71b7-4421-b33a-ba65b2c98d70.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-18379d37-71b7-4421-b33a-ba65b2c98d70.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


@media (min-width: 1200px){#s-14958c46-36d8-4ee9-92cd-faafddaba060 {
  display: none;
}
#s-14958c46-36d8-4ee9-92cd-faafddaba060, #wrap-s-14958c46-36d8-4ee9-92cd-faafddaba060 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14958c46-36d8-4ee9-92cd-faafddaba060 {
  display: none;
}
#s-14958c46-36d8-4ee9-92cd-faafddaba060, #wrap-s-14958c46-36d8-4ee9-92cd-faafddaba060 { display:none !important; }}
#s-6bfde4ca-e1cf-4389-b6b2-07970750b592 {
  display: none;
}
#s-07794423-e327-45ac-b3af-261b34107596 {
  text-align: left;
}



.shg-c#s-07794423-e327-45ac-b3af-261b34107596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07794423-e327-45ac-b3af-261b34107596 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07794423-e327-45ac-b3af-261b34107596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07794423-e327-45ac-b3af-261b34107596 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07794423-e327-45ac-b3af-261b34107596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07794423-e327-45ac-b3af-261b34107596 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07794423-e327-45ac-b3af-261b34107596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07794423-e327-45ac-b3af-261b34107596 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07794423-e327-45ac-b3af-261b34107596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07794423-e327-45ac-b3af-261b34107596 img.shogun-image {
  width: 100%;
}



}
#s-6507c779-eeb8-46d7-acdb-0cfba5ab489c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6507c779-eeb8-46d7-acdb-0cfba5ab489c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1622a788-f3d2-4e42-b0eb-ff8c2906d96d {
  text-align: center;
}

#s-1622a788-f3d2-4e42-b0eb-ff8c2906d96d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-1622a788-f3d2-4e42-b0eb-ff8c2906d96d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-1622a788-f3d2-4e42-b0eb-ff8c2906d96d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04286061-cc67-4e9e-a84b-2ae087316ecf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-04286061-cc67-4e9e-a84b-2ae087316ecf:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04286061-cc67-4e9e-a84b-2ae087316ecf:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-04286061-cc67-4e9e-a84b-2ae087316ecf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04286061-cc67-4e9e-a84b-2ae087316ecf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04286061-cc67-4e9e-a84b-2ae087316ecf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-04286061-cc67-4e9e-a84b-2ae087316ecf.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-04286061-cc67-4e9e-a84b-2ae087316ecf.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-a6aec478-9b4d-41b4-88cf-8c3c25ff6269 {
  display: none;
}
#s-5d346aa7-0de8-403b-a8ef-029529cbd785 {
  text-align: left;
}



.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d346aa7-0de8-403b-a8ef-029529cbd785 img.shogun-image {
  width: 100%;
}



}
#s-0451fb7c-0916-4b01-8f9c-a92136bdcc25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0451fb7c-0916-4b01-8f9c-a92136bdcc25 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-088e4b34-827e-4e3e-bf7f-cd5aa04c20f0 {
  text-align: center;
}

#s-088e4b34-827e-4e3e-bf7f-cd5aa04c20f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-088e4b34-827e-4e3e-bf7f-cd5aa04c20f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-088e4b34-827e-4e3e-bf7f-cd5aa04c20f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c70a837-fbe1-4524-959a-77579a03cfd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4c70a837-fbe1-4524-959a-77579a03cfd5:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c70a837-fbe1-4524-959a-77579a03cfd5:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4c70a837-fbe1-4524-959a-77579a03cfd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c70a837-fbe1-4524-959a-77579a03cfd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c70a837-fbe1-4524-959a-77579a03cfd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-4c70a837-fbe1-4524-959a-77579a03cfd5.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-4c70a837-fbe1-4524-959a-77579a03cfd5.shg-btn.shg-product-atc-success {
    
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-cdd4e0d7-b962-4a72-9d92-e52b0e7918f9 {
  display: none;
}
#s-47afa3f2-5621-4188-bbd2-76b69cd05726 {
  text-align: left;
}



.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47afa3f2-5621-4188-bbd2-76b69cd05726 img.shogun-image {
  width: 100%;
}



}
#s-51471859-f93c-412a-8ba3-c9538fc1979c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51471859-f93c-412a-8ba3-c9538fc1979c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-26f9943d-5a64-4634-a5ca-c03cc40dd366 {
  text-align: center;
}

#s-26f9943d-5a64-4634-a5ca-c03cc40dd366 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-26f9943d-5a64-4634-a5ca-c03cc40dd366 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-26f9943d-5a64-4634-a5ca-c03cc40dd366 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b13d6319-44f1-4f0b-927e-3559606fb2ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b13d6319-44f1-4f0b-927e-3559606fb2ee:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b13d6319-44f1-4f0b-927e-3559606fb2ee:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b13d6319-44f1-4f0b-927e-3559606fb2ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b13d6319-44f1-4f0b-927e-3559606fb2ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b13d6319-44f1-4f0b-927e-3559606fb2ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-b13d6319-44f1-4f0b-927e-3559606fb2ee.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-b13d6319-44f1-4f0b-927e-3559606fb2ee.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-49003695-04ab-477c-a592-c0be10c55ded {
  display: none;
}
#s-bec14385-f70a-408c-bf50-1eb1681c838b {
  text-align: left;
}



.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bec14385-f70a-408c-bf50-1eb1681c838b img.shogun-image {
  width: 100%;
}



}
#s-1ca54cc2-7b1b-4f36-b9ff-b95cc2b5495c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ca54cc2-7b1b-4f36-b9ff-b95cc2b5495c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-825fd28c-4b27-405f-8046-4d16b534bf05 {
  text-align: center;
}

#s-825fd28c-4b27-405f-8046-4d16b534bf05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-825fd28c-4b27-405f-8046-4d16b534bf05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-825fd28c-4b27-405f-8046-4d16b534bf05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-54a32099-e47a-4ce7-9b8f-bb88ccc9901b.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}