.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-db88ec43-5509-409c-adfc-f2a1405785ae hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-b69a282c-cd48-4cbf-9cd9-684709d3a353 {
  min-height: 50px;
}








#s-b69a282c-cd48-4cbf-9cd9-684709d3a353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b69a282c-cd48-4cbf-9cd9-684709d3a353.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e632a300-8cdb-49cc-8ac7-7dcd29254e47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68979f6f-167c-45ea-a56e-7bb9af908c66 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-68979f6f-167c-45ea-a56e-7bb9af908c66 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  text-align: left;
}


.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  max-width: 100%;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom,
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  max-width: 100%;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom,
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  max-width: 100%;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom,
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  max-width: 100%;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom,
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b {
  max-width: 100%;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom,
.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a66c5fa-a96c-46a2-a610-398cb0dd5d4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-d61a223a-cbc5-46d8-b55a-222ca33d06d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d61a223a-cbc5-46d8-b55a-222ca33d06d2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-54cde48f-0307-4a07-9f1f-bf3fb1a9e78a {
  margin-bottom: 5px;
text-align: center;
}

#s-54cde48f-0307-4a07-9f1f-bf3fb1a9e78a .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-54cde48f-0307-4a07-9f1f-bf3fb1a9e78a .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-54cde48f-0307-4a07-9f1f-bf3fb1a9e78a .shg-product-compare-price {
  display: none;
  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-33cb043e-c5ca-4ebe-99cd-ae642a97ff07 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33cb043e-c5ca-4ebe-99cd-ae642a97ff07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-472771ea-6b5d-46e1-a1df-51ce85f2e088 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-472771ea-6b5d-46e1-a1df-51ce85f2e088 {
  display: none;
}
#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  text-align: left;
}


.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  max-width: 100%;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom,
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  max-width: 100%;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom,
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  max-width: 100%;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom,
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  max-width: 100%;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom,
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea {
  max-width: 100%;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom,
.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907653fc-cc5a-46ea-a604-dbd3773b78ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12a676d5-f027-48ed-92c4-8a03388e8050 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12a676d5-f027-48ed-92c4-8a03388e8050 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-70b62c4f-0be8-4691-b6d6-a25c0a74a1df {
  margin-bottom: 5px;
text-align: center;
}

#s-70b62c4f-0be8-4691-b6d6-a25c0a74a1df .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-70b62c4f-0be8-4691-b6d6-a25c0a74a1df .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-70b62c4f-0be8-4691-b6d6-a25c0a74a1df .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fc8af981-23af-4332-a156-e871d3b45d1a {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fc8af981-23af-4332-a156-e871d3b45d1a:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc8af981-23af-4332-a156-e871d3b45d1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc8af981-23af-4332-a156-e871d3b45d1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc8af981-23af-4332-a156-e871d3b45d1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc8af981-23af-4332-a156-e871d3b45d1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fc8af981-23af-4332-a156-e871d3b45d1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fc8af981-23af-4332-a156-e871d3b45d1a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e7548840-5640-4074-86df-3b2aa98cc4dd {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-e7548840-5640-4074-86df-3b2aa98cc4dd {
  display: none;
}
#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  text-align: left;
}


.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  max-width: 100%;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom,
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  max-width: 100%;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom,
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  max-width: 100%;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom,
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  max-width: 100%;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom,
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 {
  max-width: 100%;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom,
.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c29577fa-7a1a-4f0e-b43a-5f8343ff5c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ee23133-ca68-4071-be30-384a1dd37498 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ee23133-ca68-4071-be30-384a1dd37498 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-14991e24-9dbc-4b54-b447-d3730022927c {
  margin-bottom: 5px;
text-align: center;
}

#s-14991e24-9dbc-4b54-b447-d3730022927c .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-14991e24-9dbc-4b54-b447-d3730022927c .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-14991e24-9dbc-4b54-b447-d3730022927c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5e807d2-4c4d-4a18-bc57-33189eb729b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f5e807d2-4c4d-4a18-bc57-33189eb729b2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-95af2455-c609-446b-a084-53bc770c31a1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7d38d6b8-88a1-4b2e-b0fa-ea7fe6d3673d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2e8c6af1-854a-45ea-b595-6ef7224f7d66 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-2e8c6af1-854a-45ea-b595-6ef7224f7d66 {
  display: none;
}
#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  text-align: left;
}


.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  max-width: 100%;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom,
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  max-width: 100%;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom,
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  max-width: 100%;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom,
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  max-width: 100%;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom,
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 {
  max-width: 100%;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom,
.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5476ebac-8e2c-47ca-ad1c-34e1d7bb53b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3637565d-79f6-4fc1-b0b1-99620b30c30e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3637565d-79f6-4fc1-b0b1-99620b30c30e .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9f063a23-e294-4f81-9336-493eea10b0bd {
  margin-bottom: 5px;
text-align: center;
}

#s-9f063a23-e294-4f81-9336-493eea10b0bd .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-9f063a23-e294-4f81-9336-493eea10b0bd .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f063a23-e294-4f81-9336-493eea10b0bd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-216fb737-4492-4349-8261-08780a548663 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-216fb737-4492-4349-8261-08780a548663:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-216fb737-4492-4349-8261-08780a548663:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-216fb737-4492-4349-8261-08780a548663 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-216fb737-4492-4349-8261-08780a548663.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-216fb737-4492-4349-8261-08780a548663.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-216fb737-4492-4349-8261-08780a548663.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-216fb737-4492-4349-8261-08780a548663.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0b0e0152-17b8-4703-bb40-bf4d2fe9e4b2 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-0b0e0152-17b8-4703-bb40-bf4d2fe9e4b2 {
  display: none;
}
#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  text-align: left;
}


.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  max-width: 100%;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom,
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  max-width: 100%;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom,
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  max-width: 100%;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom,
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  max-width: 100%;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom,
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d {
  max-width: 100%;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom,
.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c68fcec-109b-4082-aa14-3d8099a1db5d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e940ec47-3537-4c70-9446-1f785213c113 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e940ec47-3537-4c70-9446-1f785213c113 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c6717dc6-f41b-487f-8be4-e2ab5f44f3bb {
  margin-bottom: 5px;
text-align: center;
}

#s-c6717dc6-f41b-487f-8be4-e2ab5f44f3bb .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-c6717dc6-f41b-487f-8be4-e2ab5f44f3bb .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-c6717dc6-f41b-487f-8be4-e2ab5f44f3bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23494c2b-f001-4ea0-bf61-55ab81df95e4 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-23494c2b-f001-4ea0-bf61-55ab81df95e4:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23494c2b-f001-4ea0-bf61-55ab81df95e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23494c2b-f001-4ea0-bf61-55ab81df95e4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23494c2b-f001-4ea0-bf61-55ab81df95e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23494c2b-f001-4ea0-bf61-55ab81df95e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23494c2b-f001-4ea0-bf61-55ab81df95e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-23494c2b-f001-4ea0-bf61-55ab81df95e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-43c5cb5e-5ac3-4ed6-89cd-5841a33c2e56 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-43c5cb5e-5ac3-4ed6-89cd-5841a33c2e56 {
  display: none;
}
#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  text-align: left;
}


.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  max-width: 100%;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom,
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  max-width: 100%;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom,
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  max-width: 100%;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom,
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  max-width: 100%;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom,
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec {
  max-width: 100%;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom,
.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c959a6c-2f98-4684-9a17-59690a0671ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-179c909e-f7e6-4be8-bf9e-37774e447599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-179c909e-f7e6-4be8-bf9e-37774e447599 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-13afc36b-bf58-447c-b769-b6dbf4db42e2 {
  margin-bottom: 5px;
text-align: center;
}

#s-13afc36b-bf58-447c-b769-b6dbf4db42e2 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-13afc36b-bf58-447c-b769-b6dbf4db42e2 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-13afc36b-bf58-447c-b769-b6dbf4db42e2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99be5d9e-dbe9-4e16-ae8f-f41ecbbf2f7e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6c1629b2-f36d-4730-b25f-0f3a498ecd39 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d1801f0-7412-43b0-a70a-357c8cc46c2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-621a4531-1bd3-4f0c-bcb2-a3be1d340ae7 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-621a4531-1bd3-4f0c-bcb2-a3be1d340ae7 {
  display: none;
}
#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  text-align: left;
}


.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  max-width: 100%;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom,
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  max-width: 100%;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom,
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  max-width: 100%;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom,
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  max-width: 100%;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom,
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 {
  max-width: 100%;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom,
.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a83417-cede-4b67-9d6a-266ade109297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06c200f0-8211-4824-a85b-f57e6ccad4ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06c200f0-8211-4824-a85b-f57e6ccad4ea .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-136ce108-1ce6-4dd2-89d4-7d74531a72be {
  margin-bottom: 5px;
text-align: center;
}

#s-136ce108-1ce6-4dd2-89d4-7d74531a72be .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-136ce108-1ce6-4dd2-89d4-7d74531a72be .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-136ce108-1ce6-4dd2-89d4-7d74531a72be .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-611342a8-4cbc-48c8-b846-aed6a7693aea {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-611342a8-4cbc-48c8-b846-aed6a7693aea:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-611342a8-4cbc-48c8-b846-aed6a7693aea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-611342a8-4cbc-48c8-b846-aed6a7693aea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-611342a8-4cbc-48c8-b846-aed6a7693aea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-611342a8-4cbc-48c8-b846-aed6a7693aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-611342a8-4cbc-48c8-b846-aed6a7693aea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-611342a8-4cbc-48c8-b846-aed6a7693aea.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-15828178-5539-481b-b421-2655dc06e6ae {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-15828178-5539-481b-b421-2655dc06e6ae {
  display: none;
}
#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  text-align: left;
}


.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  max-width: 100%;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom,
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  max-width: 100%;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom,
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  max-width: 100%;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom,
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  max-width: 100%;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom,
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d {
  max-width: 100%;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom,
.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7908900-8aa6-4437-9eb7-b6833460242d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13b9b89d-aad9-4401-a3f5-3414f8acf1f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b9b89d-aad9-4401-a3f5-3414f8acf1f7 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-af9c5829-2f23-4d09-81be-b2ed993ff990 {
  margin-bottom: 5px;
text-align: center;
}

#s-af9c5829-2f23-4d09-81be-b2ed993ff990 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-af9c5829-2f23-4d09-81be-b2ed993ff990 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-af9c5829-2f23-4d09-81be-b2ed993ff990 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c749c75-2a19-46a4-a05f-517ca2276469 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7c749c75-2a19-46a4-a05f-517ca2276469:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c749c75-2a19-46a4-a05f-517ca2276469:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c749c75-2a19-46a4-a05f-517ca2276469 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c749c75-2a19-46a4-a05f-517ca2276469.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c749c75-2a19-46a4-a05f-517ca2276469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c749c75-2a19-46a4-a05f-517ca2276469.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c749c75-2a19-46a4-a05f-517ca2276469.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bcbaf0bb-22d5-43dc-86a9-52182c9c53f5 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-bcbaf0bb-22d5-43dc-86a9-52182c9c53f5 {
  display: none;
}
#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  text-align: left;
}


.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  max-width: 100%;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom,
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  max-width: 100%;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom,
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  max-width: 100%;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom,
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  max-width: 100%;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom,
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a {
  max-width: 100%;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom,
.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a0a10e2-e2b8-45f1-a922-b269e0a69b8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3e2d6558-716c-4e17-ae8a-a2c439ceff28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e2d6558-716c-4e17-ae8a-a2c439ceff28 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6f2be35d-8f7e-4928-a5b6-b5fc46d96599 {
  margin-bottom: 5px;
text-align: center;
}

#s-6f2be35d-8f7e-4928-a5b6-b5fc46d96599 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-6f2be35d-8f7e-4928-a5b6-b5fc46d96599 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f2be35d-8f7e-4928-a5b6-b5fc46d96599 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9f3bc00-8734-4ae2-892f-b3ee18b79220.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f9f3bc00-8734-4ae2-892f-b3ee18b79220.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cae3fe72-343b-4939-95cf-3caca4aaec1b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c5d9c35-77a8-41c0-838e-d548c7b5944d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd09ccf9-7e75-4f44-934f-268610c5828e {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-fd09ccf9-7e75-4f44-934f-268610c5828e {
  display: none;
}
#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  text-align: left;
}


.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  max-width: 100%;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom,
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  max-width: 100%;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom,
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  max-width: 100%;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom,
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  max-width: 100%;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom,
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 {
  max-width: 100%;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom,
.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d9ad02-b110-492b-819f-9649b86be3f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77982c2b-b712-4141-90d5-0bbb0b741fb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77982c2b-b712-4141-90d5-0bbb0b741fb1 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-26c33ae4-150e-4d7c-92cb-74bcfd1fed43 {
  margin-bottom: 5px;
text-align: center;
}

#s-26c33ae4-150e-4d7c-92cb-74bcfd1fed43 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-26c33ae4-150e-4d7c-92cb-74bcfd1fed43 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-26c33ae4-150e-4d7c-92cb-74bcfd1fed43 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9b4eb2cb-7307-4d22-8957-8ddbfb3978b7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f21058b6-921b-4fb5-8421-19712e165790 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-f21058b6-921b-4fb5-8421-19712e165790 {
  display: none;
}
#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  text-align: left;
}


.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  max-width: 100%;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom,
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  max-width: 100%;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom,
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  max-width: 100%;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom,
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  max-width: 100%;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom,
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a {
  max-width: 100%;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom,
.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6ce13b8-271c-4b73-99e3-a6ea73bf589a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6455ada-921f-41c5-a14d-9dbd3de3fc1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6455ada-921f-41c5-a14d-9dbd3de3fc1c .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f62dc657-b461-486d-afef-a0dc9505f7fe {
  margin-bottom: 5px;
text-align: center;
}

#s-f62dc657-b461-486d-afef-a0dc9505f7fe .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-f62dc657-b461-486d-afef-a0dc9505f7fe .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-f62dc657-b461-486d-afef-a0dc9505f7fe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a03e916f-5f22-4f12-b271-5a7ac3e228c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a03e916f-5f22-4f12-b271-5a7ac3e228c8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ed606555-b70f-4e55-b9c1-ae2bd3260e9c {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-ed606555-b70f-4e55-b9c1-ae2bd3260e9c {
  display: none;
}
#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  text-align: left;
}


.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  max-width: 100%;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom,
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  max-width: 100%;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom,
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  max-width: 100%;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom,
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  max-width: 100%;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom,
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 {
  max-width: 100%;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom,
.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5999993-a072-4545-aed9-da91fd8a5635 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fafab9db-f12c-4459-8af8-ea738a784a05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fafab9db-f12c-4459-8af8-ea738a784a05 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e391437-346d-4780-b788-c2ea361654aa {
  margin-bottom: 5px;
text-align: center;
}

#s-5e391437-346d-4780-b788-c2ea361654aa .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-5e391437-346d-4780-b788-c2ea361654aa .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e391437-346d-4780-b788-c2ea361654aa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22c7ccaf-d09e-4c89-a389-d5c89a780ca1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1f1de8b2-931c-43c4-bcb4-3fee57e8b191 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61fbd495-164f-47dc-a6ab-1c009466d116"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-242b8079-ff5d-49aa-a8de-7cdaa60d4ca8 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-242b8079-ff5d-49aa-a8de-7cdaa60d4ca8 {
  display: none;
}
#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  text-align: left;
}


.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  max-width: 100%;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom,
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  max-width: 100%;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom,
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  max-width: 100%;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom,
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  max-width: 100%;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom,
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb {
  max-width: 100%;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom,
.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-718e6ace-06b3-4871-aa65-4d01b81af0cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e03f7432-6531-43ac-baa1-b6d52134dfee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e03f7432-6531-43ac-baa1-b6d52134dfee .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a8821f9a-a67a-44be-9c86-cef38eeca7de {
  margin-bottom: 5px;
text-align: center;
}

#s-a8821f9a-a67a-44be-9c86-cef38eeca7de .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-a8821f9a-a67a-44be-9c86-cef38eeca7de .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a8821f9a-a67a-44be-9c86-cef38eeca7de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5922ae47-7973-4ef1-87f0-1bc9b1e61872.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5922ae47-7973-4ef1-87f0-1bc9b1e61872.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4f45c738-c0b6-4727-b34b-1131632c68c3 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-4f45c738-c0b6-4727-b34b-1131632c68c3 {
  display: none;
}
#s-6394a061-f927-46c7-962c-b89c015e2768 {
  text-align: left;
}


.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 {
  max-width: 100%;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom,
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 {
  max-width: 100%;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom,
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 {
  max-width: 100%;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom,
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 {
  max-width: 100%;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom,
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 {
  max-width: 100%;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom,
.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6394a061-f927-46c7-962c-b89c015e2768 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-700b03d4-a32f-4840-9075-d19f70e5e2a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700b03d4-a32f-4840-9075-d19f70e5e2a2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0c7853bb-fb4f-48c9-944d-db0795e88908 {
  margin-bottom: 5px;
text-align: center;
}

#s-0c7853bb-fb4f-48c9-944d-db0795e88908 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-0c7853bb-fb4f-48c9-944d-db0795e88908 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c7853bb-fb4f-48c9-944d-db0795e88908 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41ffd500-fa66-4797-8b20-b7a03819c326 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-41ffd500-fa66-4797-8b20-b7a03819c326:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-41ffd500-fa66-4797-8b20-b7a03819c326:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41ffd500-fa66-4797-8b20-b7a03819c326 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41ffd500-fa66-4797-8b20-b7a03819c326.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41ffd500-fa66-4797-8b20-b7a03819c326.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41ffd500-fa66-4797-8b20-b7a03819c326.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41ffd500-fa66-4797-8b20-b7a03819c326.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3690e766-d067-49eb-bd66-221fd616c467 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-3690e766-d067-49eb-bd66-221fd616c467 {
  display: none;
}
#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  text-align: left;
}


.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  max-width: 100%;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom,
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  max-width: 100%;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom,
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  max-width: 100%;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom,
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  max-width: 100%;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom,
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 {
  max-width: 100%;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom,
.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cdb35c7f-a40e-4dc3-ad6a-1c9bd361cac9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-afbe1365-4249-46fb-819d-222a182fdab4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afbe1365-4249-46fb-819d-222a182fdab4 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bdcd4f9a-7623-4fa3-8658-5b66297bf145 {
  margin-bottom: 5px;
text-align: center;
}

#s-bdcd4f9a-7623-4fa3-8658-5b66297bf145 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-bdcd4f9a-7623-4fa3-8658-5b66297bf145 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-bdcd4f9a-7623-4fa3-8658-5b66297bf145 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-daea713c-fbcf-455b-a546-1a5dce66f880 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-daea713c-fbcf-455b-a546-1a5dce66f880:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-daea713c-fbcf-455b-a546-1a5dce66f880:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-daea713c-fbcf-455b-a546-1a5dce66f880 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-daea713c-fbcf-455b-a546-1a5dce66f880.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-daea713c-fbcf-455b-a546-1a5dce66f880.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-daea713c-fbcf-455b-a546-1a5dce66f880.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-daea713c-fbcf-455b-a546-1a5dce66f880.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dd87edf8-c866-4687-afb4-39431c862054 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4b74233a-3c82-46e5-999a-d897d4509c53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c6945fcf-0eb7-4cce-9786-9d977c0308f7 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-c6945fcf-0eb7-4cce-9786-9d977c0308f7 {
  display: none;
}
#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  text-align: left;
}


.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  max-width: 100%;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom,
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  max-width: 100%;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom,
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  max-width: 100%;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom,
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  max-width: 100%;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom,
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb {
  max-width: 100%;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom,
.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ae326d6-37bf-4c5b-9f3b-bd33c8f891fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a828980a-933a-4162-ba40-6adca7c31f98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a828980a-933a-4162-ba40-6adca7c31f98 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a37dc714-adea-48c2-baa2-9b5ec7d3cc5d {
  margin-bottom: 5px;
text-align: center;
}

#s-a37dc714-adea-48c2-baa2-9b5ec7d3cc5d .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-a37dc714-adea-48c2-baa2-9b5ec7d3cc5d .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a37dc714-adea-48c2-baa2-9b5ec7d3cc5d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efeef49c-8900-4c5e-ad19-aea361271c6a {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-efeef49c-8900-4c5e-ad19-aea361271c6a:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efeef49c-8900-4c5e-ad19-aea361271c6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efeef49c-8900-4c5e-ad19-aea361271c6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efeef49c-8900-4c5e-ad19-aea361271c6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efeef49c-8900-4c5e-ad19-aea361271c6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efeef49c-8900-4c5e-ad19-aea361271c6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-efeef49c-8900-4c5e-ad19-aea361271c6a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ec074503-70d6-4e51-bf0c-77a148c93e1b {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-ec074503-70d6-4e51-bf0c-77a148c93e1b {
  display: none;
}
#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  text-align: left;
}


.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  max-width: 100%;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom,
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  max-width: 100%;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom,
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  max-width: 100%;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom,
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  max-width: 100%;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom,
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 {
  max-width: 100%;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom,
.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46d1b8f5-feda-43d8-890b-24a35cbfe074 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74ac8b14-10ab-4b48-8c37-dcf5d3b77f0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74ac8b14-10ab-4b48-8c37-dcf5d3b77f0d .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b92954ef-fa9e-42e8-bba3-1ef971e7c291 {
  margin-bottom: 5px;
text-align: center;
}

#s-b92954ef-fa9e-42e8-bba3-1ef971e7c291 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-b92954ef-fa9e-42e8-bba3-1ef971e7c291 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b92954ef-fa9e-42e8-bba3-1ef971e7c291 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bbf7259d-94fa-497d-ab9b-6d99c99e08a8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-36305766-508f-4000-bb2d-865a83ec6ad0 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-36305766-508f-4000-bb2d-865a83ec6ad0 {
  display: none;
}
#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  text-align: left;
}


.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  max-width: 100%;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom,
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  max-width: 100%;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom,
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  max-width: 100%;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom,
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  max-width: 100%;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom,
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 {
  max-width: 100%;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom,
.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64138b5d-5488-48ef-b96b-204a002a7db7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4223009e-a5e8-4b99-91b5-f3eaf5093e3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4223009e-a5e8-4b99-91b5-f3eaf5093e3e .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a9ac86d2-76f4-4f79-b164-2aaefedefb62 {
  margin-bottom: 5px;
text-align: center;
}

#s-a9ac86d2-76f4-4f79-b164-2aaefedefb62 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-a9ac86d2-76f4-4f79-b164-2aaefedefb62 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9ac86d2-76f4-4f79-b164-2aaefedefb62 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3aea0b7e-7b7a-4918-8742-3b7a97ee086e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-66872390-c467-4f4d-a38b-3234bf562b27 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-657d6cd5-0781-4d9e-b457-4347b969fddf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b80ff254-8878-4d73-996c-cacee9d6cb2b {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-b80ff254-8878-4d73-996c-cacee9d6cb2b {
  display: none;
}
#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  text-align: left;
}


.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  max-width: 100%;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom,
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  max-width: 100%;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom,
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  max-width: 100%;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom,
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  max-width: 100%;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom,
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba {
  max-width: 100%;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom,
.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d3bf410-a981-4168-968d-6d3db9e9a8ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-23fdb0cb-da8f-4454-a79d-e5607409da72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23fdb0cb-da8f-4454-a79d-e5607409da72 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bf053c0a-c4c1-4d58-bcc5-2f77ac8040d3 {
  margin-bottom: 5px;
text-align: center;
}

#s-bf053c0a-c4c1-4d58-bcc5-2f77ac8040d3 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-bf053c0a-c4c1-4d58-bcc5-2f77ac8040d3 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-bf053c0a-c4c1-4d58-bcc5-2f77ac8040d3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a60c8114-cfd7-4587-9294-6602b2adc9b3 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a60c8114-cfd7-4587-9294-6602b2adc9b3:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a60c8114-cfd7-4587-9294-6602b2adc9b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a60c8114-cfd7-4587-9294-6602b2adc9b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a60c8114-cfd7-4587-9294-6602b2adc9b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a60c8114-cfd7-4587-9294-6602b2adc9b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a60c8114-cfd7-4587-9294-6602b2adc9b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a60c8114-cfd7-4587-9294-6602b2adc9b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-528a7eb3-cebd-4f67-a4fe-0da441d6a8f4 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-528a7eb3-cebd-4f67-a4fe-0da441d6a8f4 {
  display: none;
}
#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  text-align: left;
}


.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  max-width: 100%;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom,
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  max-width: 100%;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom,
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  max-width: 100%;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom,
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  max-width: 100%;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom,
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d {
  max-width: 100%;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom,
.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6cc50fb-a65e-4dce-8026-4ce02c6bea1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef5264ec-c0fc-4343-8b06-b37afbff2806 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef5264ec-c0fc-4343-8b06-b37afbff2806 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c3eaf08b-2143-4331-8c97-c27aaf723eaa {
  margin-bottom: 5px;
text-align: center;
}

#s-c3eaf08b-2143-4331-8c97-c27aaf723eaa .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-c3eaf08b-2143-4331-8c97-c27aaf723eaa .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-c3eaf08b-2143-4331-8c97-c27aaf723eaa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4496606e-36db-4f0e-885a-6ac55d765eba {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4496606e-36db-4f0e-885a-6ac55d765eba:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4496606e-36db-4f0e-885a-6ac55d765eba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4496606e-36db-4f0e-885a-6ac55d765eba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4496606e-36db-4f0e-885a-6ac55d765eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4496606e-36db-4f0e-885a-6ac55d765eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4496606e-36db-4f0e-885a-6ac55d765eba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4496606e-36db-4f0e-885a-6ac55d765eba.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ee5148fa-7e28-47ac-bf45-5ee301dc4076 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-ee5148fa-7e28-47ac-bf45-5ee301dc4076 {
  display: none;
}
#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  text-align: left;
}


.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  max-width: 100%;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom,
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  max-width: 100%;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom,
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  max-width: 100%;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom,
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  max-width: 100%;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom,
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 {
  max-width: 100%;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom,
.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc646586-ac5c-4f59-8d15-fa52738b4e93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc9b776b-fc07-4f36-8bff-ed674ffb1c00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc9b776b-fc07-4f36-8bff-ed674ffb1c00 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4771b0e3-f744-4aa1-b9ce-bd3dd8ec5ed7 {
  margin-bottom: 5px;
text-align: center;
}

#s-4771b0e3-f744-4aa1-b9ce-bd3dd8ec5ed7 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-4771b0e3-f744-4aa1-b9ce-bd3dd8ec5ed7 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-4771b0e3-f744-4aa1-b9ce-bd3dd8ec5ed7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a73ae59-8649-41c9-bd72-b3a397666204 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a73ae59-8649-41c9-bd72-b3a397666204:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a73ae59-8649-41c9-bd72-b3a397666204:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a73ae59-8649-41c9-bd72-b3a397666204 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a73ae59-8649-41c9-bd72-b3a397666204.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a73ae59-8649-41c9-bd72-b3a397666204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a73ae59-8649-41c9-bd72-b3a397666204.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a73ae59-8649-41c9-bd72-b3a397666204.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7299a102-ef0e-4734-b1d8-ff99507b3532 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44563d92-467f-47d9-8621-42685892365f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-79dcf0ff-a521-468b-a457-d66de68ee423 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-79dcf0ff-a521-468b-a457-d66de68ee423 {
  display: none;
}
#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  text-align: left;
}


.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  max-width: 100%;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom,
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  max-width: 100%;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom,
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  max-width: 100%;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom,
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  max-width: 100%;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom,
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd {
  max-width: 100%;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom,
.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f96ec13-88a9-4168-924c-9ecf19d534dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-36e7937b-a883-4751-a51c-1f0b93ed18ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36e7937b-a883-4751-a51c-1f0b93ed18ad .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-feb388dc-1f89-41da-9b24-4e92e00cef74 {
  margin-bottom: 5px;
text-align: center;
}

#s-feb388dc-1f89-41da-9b24-4e92e00cef74 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-feb388dc-1f89-41da-9b24-4e92e00cef74 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-feb388dc-1f89-41da-9b24-4e92e00cef74 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-941eeeca-32ae-442e-86c3-7245330e145e {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-941eeeca-32ae-442e-86c3-7245330e145e:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-941eeeca-32ae-442e-86c3-7245330e145e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-941eeeca-32ae-442e-86c3-7245330e145e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-941eeeca-32ae-442e-86c3-7245330e145e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-941eeeca-32ae-442e-86c3-7245330e145e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-941eeeca-32ae-442e-86c3-7245330e145e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-941eeeca-32ae-442e-86c3-7245330e145e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-186e490a-2abe-4bd0-9e05-43b56c7c7637 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-186e490a-2abe-4bd0-9e05-43b56c7c7637 {
  display: none;
}
#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  text-align: left;
}


.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  max-width: 100%;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom,
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  max-width: 100%;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom,
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  max-width: 100%;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom,
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  max-width: 100%;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom,
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c {
  max-width: 100%;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom,
.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70c022ea-8f13-466c-9f36-a5c1fa61d98c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1de01ae-84be-42c9-92d0-59fd257e7ddb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1de01ae-84be-42c9-92d0-59fd257e7ddb .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e901c1fa-3fd3-49ad-92db-095e558c7dce {
  margin-bottom: 5px;
text-align: center;
}

#s-e901c1fa-3fd3-49ad-92db-095e558c7dce .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-e901c1fa-3fd3-49ad-92db-095e558c7dce .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-e901c1fa-3fd3-49ad-92db-095e558c7dce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3e87db3a-5b41-4e79-8131-350d78c10110 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3e87db3a-5b41-4e79-8131-350d78c10110:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3e87db3a-5b41-4e79-8131-350d78c10110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e87db3a-5b41-4e79-8131-350d78c10110 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3e87db3a-5b41-4e79-8131-350d78c10110.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e87db3a-5b41-4e79-8131-350d78c10110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e87db3a-5b41-4e79-8131-350d78c10110.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3e87db3a-5b41-4e79-8131-350d78c10110.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8f13c067-a935-4b2f-b076-e438ca64563a {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-8f13c067-a935-4b2f-b076-e438ca64563a {
  display: none;
}
#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  text-align: left;
}


.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  max-width: 100%;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom,
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  max-width: 100%;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom,
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  max-width: 100%;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom,
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  max-width: 100%;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom,
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 {
  max-width: 100%;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom,
.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca8ebf5b-445e-4086-8677-e29c0dcf2c36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2282bd24-d4cb-4509-8754-f338f4342c6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2282bd24-d4cb-4509-8754-f338f4342c6d .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d5e3b65e-941c-4cdf-91b1-b5c149baddbb {
  margin-bottom: 5px;
text-align: center;
}

#s-d5e3b65e-941c-4cdf-91b1-b5c149baddbb .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-d5e3b65e-941c-4cdf-91b1-b5c149baddbb .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d5e3b65e-941c-4cdf-91b1-b5c149baddbb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89010715-dfd0-458e-97ca-4423cf285c5e {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-89010715-dfd0-458e-97ca-4423cf285c5e:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89010715-dfd0-458e-97ca-4423cf285c5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89010715-dfd0-458e-97ca-4423cf285c5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89010715-dfd0-458e-97ca-4423cf285c5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89010715-dfd0-458e-97ca-4423cf285c5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89010715-dfd0-458e-97ca-4423cf285c5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-89010715-dfd0-458e-97ca-4423cf285c5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ecf94547-9a59-48f2-aa74-88542519aeea hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3abf00f0-4d80-4ca3-8465-8838a4fe04c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-697c9b3a-aee7-42cb-9712-cca4af8fa500 {
  border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 173, 173, 1);
border-style: solid;
}

#s-697c9b3a-aee7-42cb-9712-cca4af8fa500 {
  display: none;
}
#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  text-align: left;
}


.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  max-width: 100%;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom,
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  max-width: 100%;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom,
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  max-width: 100%;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom,
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  max-width: 100%;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom,
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d {
  max-width: 100%;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom,
.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27a84ffb-59a2-4919-9287-6c06f255719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6c27f944-8f35-48e9-850b-dcd91694a5c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c27f944-8f35-48e9-850b-dcd91694a5c9 .shg-product-title-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aa36b2ea-44ab-4a32-af79-68a05bd60a70 {
  margin-bottom: 5px;
text-align: center;
}

#s-aa36b2ea-44ab-4a32-af79-68a05bd60a70 .shg-product-sold-out {
  display: none;
  color: rgba(16, 106, 113, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
}

#s-aa36b2ea-44ab-4a32-af79-68a05bd60a70 .shg-product-price {
  color: rgba(16, 106, 113, 1);
  font-weight:  700 ;
  font-family: IBM Plex Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-aa36b2ea-44ab-4a32-af79-68a05bd60a70 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22faa4c0-4207-43dc-828f-42efee48b165 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 106, 113, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-22faa4c0-4207-43dc-828f-42efee48b165:hover {background-color: rgba(13, 85, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22faa4c0-4207-43dc-828f-42efee48b165:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22faa4c0-4207-43dc-828f-42efee48b165 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22faa4c0-4207-43dc-828f-42efee48b165.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22faa4c0-4207-43dc-828f-42efee48b165.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22faa4c0-4207-43dc-828f-42efee48b165.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22faa4c0-4207-43dc-828f-42efee48b165.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6c16ba66-0be8-4056-83ae-8243ef358d9f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
