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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-258aa869-46f9-4548-9f16-782dc4fce0e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 450px;
background-position: center top;
}

#s-258aa869-46f9-4548-9f16-782dc4fce0e8 {
  background-image: url(https://i.shgcdn.com/5b3797c8-fac3-4762-bb90-fb353c559280/);
}








#s-258aa869-46f9-4548-9f16-782dc4fce0e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8 {
  cursor: pointer;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-258aa869-46f9-4548-9f16-782dc4fce0e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8 {
  cursor: pointer;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8.shg-box.shg-c {
  justify-content: flex-end;
}
}@media (max-width: 767px){






#s-258aa869-46f9-4548-9f16-782dc4fce0e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8 {
  cursor: pointer;
}#s-258aa869-46f9-4548-9f16-782dc4fce0e8.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd {
  margin-top: 300px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd {
  display: none;
}
#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd, #wrap-s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd, #wrap-content-s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd { display: none !important; }}







#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd {
  cursor: pointer;
}#s-4fa6d032-5a8c-49ba-9452-0a7409c51ebd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-7344ad01-86ae-4ab2-a260-b5c133e8c622 {
  margin-bottom: 0px;
}

#s-afe38c88-6737-474d-b56a-998b6e8c8d7d {
  margin-top: 0px;
margin-bottom: 0px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDgyMzY3MWQtMDJhNy00Y2M2LTg3YzctNWI3YjhlNTdlYWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ODIzNjcxZC0wMmE3LTRjYzYtODdjNy01YjdiOGU1N2VhYTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDVjNzgzNTItMTRkOS00ODg1LWI1ZDAtNGUwMGQzMjY4YThmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NWM3ODM1Mi0xNGQ5LTQ4ODUtYjVkMC00ZTAwZDMyNjhhOGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA4ODczMjUtMzUzMS00YmEwLTlhNjItZTk5YWJjMmI2MDRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDg4NzMyNS0zNTMxLTRiYTAtOWE2Mi1lOTlhYmMyYjYwNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzEyNWVjNTQtZjVlMS00OWIzLWJhZWYtYjEzZWI5ZTNmOTgwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMTI1ZWM1NC1mNWUxLTQ5YjMtYmFlZi1iMTNlYjllM2Y5ODApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDM5MGZjOTgtNjg2MC00OWNkLThmOWUtZDA0ODdkZDJlMDY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMzkwZmM5OC02ODYwLTQ5Y2QtOGY5ZS1kMDQ4N2RkMmUwNjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTgxMzRmZWYtODI0OC00YzdhLTlkYjYtOGU3MGExNGY5OTEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODEzNGZlZi04MjQ4LTRjN2EtOWRiNi04ZTcwYTE0Zjk5MTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}

  #s-01bfe4c8-76b6-4f37-b652-beb52d8745aa-root {
    text-align: right;
  }


#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01bfe4c8-76b6-4f37-b652-beb52d8745aa-root {
    text-align: right;
  }


#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01bfe4c8-76b6-4f37-b652-beb52d8745aa-root {
    text-align: right;
  }


#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01bfe4c8-76b6-4f37-b652-beb52d8745aa-root {
    text-align: right;
  }


#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01bfe4c8-76b6-4f37-b652-beb52d8745aa-root {
    text-align: right;
  }


#s-01bfe4c8-76b6-4f37-b652-beb52d8745aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 {
  display: none;
}
#s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-content-s-7e9df5a2-fdd3-4642-8a02-379915526ee2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 {
  display: none;
}
#s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-content-s-7e9df5a2-fdd3-4642-8a02-379915526ee2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 {
  display: none;
}
#s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-s-7e9df5a2-fdd3-4642-8a02-379915526ee2, #wrap-content-s-7e9df5a2-fdd3-4642-8a02-379915526ee2 { display: none !important; }}@media (max-width: 767px){#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 {
  
}
}







#s-7e9df5a2-fdd3-4642-8a02-379915526ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e9df5a2-fdd3-4642-8a02-379915526ee2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd390e0a-1f34-4e07-9afa-f5cb9641c50c {
  box-shadow:1px 1px 11px 1px rgba(0, 0, 0, 0);
margin-bottom: 0px;
}
@media (max-width: 767px){#s-fd390e0a-1f34-4e07-9afa-f5cb9641c50c {
  box-shadow:    rgba(0, 0, 0, 0);
}
}
#s-131aea80-ffde-4677-8d58-2f84095e351a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e705234e-caf9-4fb1-90fd-390d82e20554 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-e705234e-caf9-4fb1-90fd-390d82e20554:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ3MmI1N2QtMDg1Yi00NjVhLTlmOGQtM2UyYzY1Zjc2M2E3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDcyYjU3ZC0wODViLTQ2NWEtOWY4ZC0zZTJjNjVmNzYzYTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-e705234e-caf9-4fb1-90fd-390d82e20554:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (max-width: 767px){#s-e705234e-caf9-4fb1-90fd-390d82e20554 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDdmM2ExMTAtMjJlOS00ZDRiLTliN2YtZTYzMDM0YmMyMDZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwN2YzYTExMC0yMmU5LTRkNGItOWI3Zi1lNjMwMzRiYzIwNmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: none;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-e705234e-caf9-4fb1-90fd-390d82e20554:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmY5NWYzOGQtNTFmYi00ZGEwLWFmMWMtNjNmMWEwYTM4YmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZjk1ZjM4ZC01MWZiLTRkYTAtYWYxYy02M2YxYTBhMzhiZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}

  #s-e705234e-caf9-4fb1-90fd-390d82e20554-root {
    text-align: right;
  }


#s-e705234e-caf9-4fb1-90fd-390d82e20554.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e705234e-caf9-4fb1-90fd-390d82e20554-root {
    text-align: right;
  }


#s-e705234e-caf9-4fb1-90fd-390d82e20554.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e705234e-caf9-4fb1-90fd-390d82e20554-root {
    text-align: right;
  }


#s-e705234e-caf9-4fb1-90fd-390d82e20554.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e705234e-caf9-4fb1-90fd-390d82e20554-root {
    text-align: right;
  }


#s-e705234e-caf9-4fb1-90fd-390d82e20554.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e705234e-caf9-4fb1-90fd-390d82e20554-root {
    text-align: center;
  }


#s-e705234e-caf9-4fb1-90fd-390d82e20554.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a88640f7-2037-421a-8536-38373bec2690 {
  min-height: 50px;
}








#s-a88640f7-2037-421a-8536-38373bec2690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a88640f7-2037-421a-8536-38373bec2690.shg-box.shg-c {
  justify-content: center;
}

#s-d9fd946d-2f03-47d1-90e1-db8ce3804633 {
  margin-bottom: 0px;
}

#s-688e8a69-b13b-436c-9960-417f79bf4f94 {
  min-height: 50px;
}








#s-688e8a69-b13b-436c-9960-417f79bf4f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-688e8a69-b13b-436c-9960-417f79bf4f94.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b71b5919-a8ff-4638-860f-9272556ca088 {
  margin-top: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-b71b5919-a8ff-4638-860f-9272556ca088 {
  
}
}
#s-b71b5919-a8ff-4638-860f-9272556ca088 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b71b5919-a8ff-4638-860f-9272556ca088 .shg-sld-nav-button.shg-sld-left,
#s-b71b5919-a8ff-4638-860f-9272556ca088 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-2d7c8f6f-d3bd-44cc-8eb0-9f6f14492c8c {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2d7c8f6f-d3bd-44cc-8eb0-9f6f14492c8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2d7c8f6f-d3bd-44cc-8eb0-9f6f14492c8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-2d7c8f6f-d3bd-44cc-8eb0-9f6f14492c8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-2d7c8f6f-d3bd-44cc-8eb0-9f6f14492c8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-97d34580-c925-4fd5-ae8e-2ffc9768dfb4 {
  
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-756de019-4a69-4086-9d4d-39b8452b02a3 {
  text-align: left;
}



.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756de019-4a69-4086-9d4d-39b8452b02a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e0dba7d3-71b7-45b7-a9d3-b93eb62c4a72 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e0dba7d3-71b7-45b7-a9d3-b93eb62c4a72 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e146f755-c82d-4585-8b5f-92ef69ca3e65 {
  padding-bottom: 5px;
text-align: center;
}

#s-e146f755-c82d-4585-8b5f-92ef69ca3e65 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-e146f755-c82d-4585-8b5f-92ef69ca3e65 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-e146f755-c82d-4585-8b5f-92ef69ca3e65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-854f5512-9475-444b-bf99-1391e1e337ad {
  text-align: left;
}



.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-854f5512-9475-444b-bf99-1391e1e337ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-46468ee4-50a5-42b5-9ad4-22b3b1b62027 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-46468ee4-50a5-42b5-9ad4-22b3b1b62027 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1f8924f2-5276-4755-ba88-5c75c49d5822 {
  padding-bottom: 5px;
text-align: center;
}

#s-1f8924f2-5276-4755-ba88-5c75c49d5822 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-1f8924f2-5276-4755-ba88-5c75c49d5822 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f8924f2-5276-4755-ba88-5c75c49d5822 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5be01eb7-a531-4609-a6a3-d1b83d9f1da5 {
  margin-top: 0px;
}

#s-f0735567-3d3c-4374-908c-06f153e97c7a {
  text-align: left;
}



.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0735567-3d3c-4374-908c-06f153e97c7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e61d3e6b-3b6c-4b30-9774-071a1d0e29ce {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e61d3e6b-3b6c-4b30-9774-071a1d0e29ce .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4212dbb6-e782-4f6d-beb5-326a81044863 {
  text-align: center;
}

#s-4212dbb6-e782-4f6d-beb5-326a81044863 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-4212dbb6-e782-4f6d-beb5-326a81044863 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-4212dbb6-e782-4f6d-beb5-326a81044863 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-79824436-ccd5-4fa6-910b-a20e7531c1e2 {
  margin-top: 0px;
}

#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 {
  text-align: left;
}



.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff0fe14a-b284-40de-bde1-2e4c63f8d6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb9a8867-bd2e-469c-8e7f-870f323da271 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-eb9a8867-bd2e-469c-8e7f-870f323da271 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-b845897b-f9d8-4463-95df-30ba20f6ad0b {
  text-align: center;
}

#s-b845897b-f9d8-4463-95df-30ba20f6ad0b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-b845897b-f9d8-4463-95df-30ba20f6ad0b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-b845897b-f9d8-4463-95df-30ba20f6ad0b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3063c91e-4872-4070-b88c-9574bb8215ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-3063c91e-4872-4070-b88c-9574bb8215ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-3063c91e-4872-4070-b88c-9574bb8215ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-3063c91e-4872-4070-b88c-9574bb8215ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-9ac811f4-712b-42f9-af19-2537cbc28f10 {
  text-align: left;
}



.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ac811f4-712b-42f9-af19-2537cbc28f10 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-668525a1-1626-4736-bbe0-ed9f628fa3e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-668525a1-1626-4736-bbe0-ed9f628fa3e8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-38caa42f-6873-4c22-946b-bab0bf74f7ca {
  text-align: center;
}

#s-38caa42f-6873-4c22-946b-bab0bf74f7ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-38caa42f-6873-4c22-946b-bab0bf74f7ca .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-38caa42f-6873-4c22-946b-bab0bf74f7ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb {
  text-align: left;
}



.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ebba12-5fe9-4102-b5a6-45f29a1605eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-94dabdc2-38b9-4860-8322-68cf2354b8f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94dabdc2-38b9-4860-8322-68cf2354b8f0 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e50efb9f-33aa-40f9-a60b-4d45cdfdbcd6 {
  text-align: center;
}

#s-e50efb9f-33aa-40f9-a60b-4d45cdfdbcd6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e50efb9f-33aa-40f9-a60b-4d45cdfdbcd6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e50efb9f-33aa-40f9-a60b-4d45cdfdbcd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 {
  text-align: left;
}



.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-314921d1-fb66-4009-a6ad-e4d5e38a55f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9f1c1ef-47b2-4444-b0c9-d942462fb3e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9f1c1ef-47b2-4444-b0c9-d942462fb3e5 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-123c2cf9-5cf9-4a47-a6a4-c5af3c5c79c3 {
  text-align: center;
}

#s-123c2cf9-5cf9-4a47-a6a4-c5af3c5c79c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-123c2cf9-5cf9-4a47-a6a4-c5af3c5c79c3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-123c2cf9-5cf9-4a47-a6a4-c5af3c5c79c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 {
  text-align: left;
}



.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-675a6387-0e66-413e-bc98-1c1041b3bdb1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ab87367-e900-411a-873b-37c0b4c15c4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ab87367-e900-411a-873b-37c0b4c15c4c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-0e5fb9d8-3163-4fd1-b7ac-01a3bbd00881 {
  text-align: center;
}

#s-0e5fb9d8-3163-4fd1-b7ac-01a3bbd00881 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-0e5fb9d8-3163-4fd1-b7ac-01a3bbd00881 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-0e5fb9d8-3163-4fd1-b7ac-01a3bbd00881 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-21d0e89d-8a32-48b6-98cd-8aaafcf04c9a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-21d0e89d-8a32-48b6-98cd-8aaafcf04c9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-21d0e89d-8a32-48b6-98cd-8aaafcf04c9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-21d0e89d-8a32-48b6-98cd-8aaafcf04c9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 {
  text-align: left;
}



.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1fb5f64-b3c9-4dff-a130-2b4b72213e36 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe6e7b8c-ecc4-42d7-9802-bae31ea68936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe6e7b8c-ecc4-42d7-9802-bae31ea68936 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-fc7727f7-edb3-436a-95cc-4651ea21074d {
  text-align: center;
}

#s-fc7727f7-edb3-436a-95cc-4651ea21074d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-fc7727f7-edb3-436a-95cc-4651ea21074d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-fc7727f7-edb3-436a-95cc-4651ea21074d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd {
  text-align: left;
}



.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36ea36d-9b8a-43e7-9eff-0453ebc035cd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-617a54fc-652a-4a23-8f4a-573089e81227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-617a54fc-652a-4a23-8f4a-573089e81227 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-cc4359fd-aead-4b12-a35c-a84d66d3e7b5 {
  text-align: center;
}

#s-cc4359fd-aead-4b12-a35c-a84d66d3e7b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-cc4359fd-aead-4b12-a35c-a84d66d3e7b5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-cc4359fd-aead-4b12-a35c-a84d66d3e7b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 {
  text-align: left;
}



.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b7a1d3-3bff-49c3-a041-5b6d89531a09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ec0908c-a176-49c9-a81e-3a69b5cbb312 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ec0908c-a176-49c9-a81e-3a69b5cbb312 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-24dfdc28-5475-4550-a7f0-0a1fec136ab7 {
  text-align: center;
}

#s-24dfdc28-5475-4550-a7f0-0a1fec136ab7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-24dfdc28-5475-4550-a7f0-0a1fec136ab7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-24dfdc28-5475-4550-a7f0-0a1fec136ab7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed {
  text-align: left;
}



.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98191db-4d83-4ebc-9f25-88de7ffb2fed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9624e349-b684-43f1-ae22-122c667b9595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9624e349-b684-43f1-ae22-122c667b9595 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9dd0b360-e7cf-48df-bd77-be15242e8c90 {
  text-align: center;
}

#s-9dd0b360-e7cf-48df-bd77-be15242e8c90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-9dd0b360-e7cf-48df-bd77-be15242e8c90 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-9dd0b360-e7cf-48df-bd77-be15242e8c90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-560f6f75-0a05-47e4-9250-9c7db28ee247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-560f6f75-0a05-47e4-9250-9c7db28ee247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-560f6f75-0a05-47e4-9250-9c7db28ee247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-560f6f75-0a05-47e4-9250-9c7db28ee247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-8f08b00d-fe60-4943-b916-5e8a454479dc {
  text-align: left;
}



.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f08b00d-fe60-4943-b916-5e8a454479dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-10dee309-7f5e-4817-9a6f-089e826e1644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10dee309-7f5e-4817-9a6f-089e826e1644 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-16d93e39-f0e1-4b7d-84f8-439039ca0eb3 {
  text-align: center;
}

#s-16d93e39-f0e1-4b7d-84f8-439039ca0eb3 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-16d93e39-f0e1-4b7d-84f8-439039ca0eb3 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-16d93e39-f0e1-4b7d-84f8-439039ca0eb3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8a48401-b724-4c96-935d-5972f7cab4a1 {
  text-align: left;
}



.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8a48401-b724-4c96-935d-5972f7cab4a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-284faac3-fc7b-4bbf-b1e5-f09b88e0c6d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-284faac3-fc7b-4bbf-b1e5-f09b88e0c6d4 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-37a0c95e-303b-4900-ab05-4ed42908667e {
  text-align: center;
}

#s-37a0c95e-303b-4900-ab05-4ed42908667e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-37a0c95e-303b-4900-ab05-4ed42908667e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-37a0c95e-303b-4900-ab05-4ed42908667e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96772fe1-fa7d-418a-ba78-94249bfddae4 {
  text-align: left;
}



.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96772fe1-fa7d-418a-ba78-94249bfddae4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ae9d705-52c6-4d21-8a8e-b7684e9770eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ae9d705-52c6-4d21-8a8e-b7684e9770eb .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-2a5cbd90-f116-4653-8e93-a5fcacf231bc {
  text-align: center;
}

#s-2a5cbd90-f116-4653-8e93-a5fcacf231bc .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-2a5cbd90-f116-4653-8e93-a5fcacf231bc .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-2a5cbd90-f116-4653-8e93-a5fcacf231bc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7089ba6d-ad26-47ec-821d-38524cf2b883 {
  text-align: left;
}



.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7089ba6d-ad26-47ec-821d-38524cf2b883 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-28c5cfd0-4dc6-499c-b377-d17a7191a0cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c5cfd0-4dc6-499c-b377-d17a7191a0cf .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-54a3e552-3d15-4670-814c-56cafb602530 {
  text-align: center;
}

#s-54a3e552-3d15-4670-814c-56cafb602530 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-54a3e552-3d15-4670-814c-56cafb602530 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-54a3e552-3d15-4670-814c-56cafb602530 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-dcabaa9e-3487-4530-8bee-c1f6f136d905"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-dcabaa9e-3487-4530-8bee-c1f6f136d905"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-dcabaa9e-3487-4530-8bee-c1f6f136d905"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-dcabaa9e-3487-4530-8bee-c1f6f136d905"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-ac52161b-ba35-4264-86a7-94842f07a4c0 {
  text-align: left;
}



.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac52161b-ba35-4264-86a7-94842f07a4c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-efb9589d-9928-44cb-ae79-dc80d969721c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efb9589d-9928-44cb-ae79-dc80d969721c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-dadab5cb-8ad5-425d-9c93-89e1f548b5b2 {
  text-align: center;
}

#s-dadab5cb-8ad5-425d-9c93-89e1f548b5b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-dadab5cb-8ad5-425d-9c93-89e1f548b5b2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-dadab5cb-8ad5-425d-9c93-89e1f548b5b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e {
  text-align: left;
}



.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d0d8a4-71e3-4513-b1c6-5c8291dd0e0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e346c4bc-e220-4ccd-97ad-ff6db0ee2b15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e346c4bc-e220-4ccd-97ad-ff6db0ee2b15 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ab69b005-10ba-48b1-86aa-66017b17db28 {
  text-align: center;
}

#s-ab69b005-10ba-48b1-86aa-66017b17db28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ab69b005-10ba-48b1-86aa-66017b17db28 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ab69b005-10ba-48b1-86aa-66017b17db28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a92326a-6ba1-44b3-b606-e0f12a238819 {
  min-height: 50px;
}








#s-5a92326a-6ba1-44b3-b606-e0f12a238819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a92326a-6ba1-44b3-b606-e0f12a238819.shg-box.shg-c {
  justify-content: center;
}

#s-092a45cc-a6c8-4d27-acfb-f9874abb5203 {
  min-height: 50px;
}








#s-092a45cc-a6c8-4d27-acfb-f9874abb5203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-092a45cc-a6c8-4d27-acfb-f9874abb5203.shg-box.shg-c {
  justify-content: center;
}

#s-6f56a0e4-07fc-480f-8828-63895aa4d844 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center center;
}








#s-6f56a0e4-07fc-480f-8828-63895aa4d844 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6f56a0e4-07fc-480f-8828-63895aa4d844 {
  cursor: pointer;
}#s-6f56a0e4-07fc-480f-8828-63895aa4d844.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ac90f063-3959-49ce-b633-34cf29107850 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 40px;
}
@media (min-width: 1200px){#s-ac90f063-3959-49ce-b633-34cf29107850 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-ac90f063-3959-49ce-b633-34cf29107850 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ac90f063-3959-49ce-b633-34cf29107850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac90f063-3959-49ce-b633-34cf29107850 {
  cursor: pointer;
}#s-ac90f063-3959-49ce-b633-34cf29107850.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58181882-c19a-446c-9a0e-e64782c75e3a {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-ab2d41e1-2be1-41bc-a44a-0fc1d9c780ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-b7355b52-b183-4b7c-ac89-e636f1539d2b {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWU5MDZiYTYtMjc0My00YmFhLWE2ZjEtNGE5YmMxNWEyNmY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTkwNmJhNi0yNzQzLTRiYWEtYTZmMS00YTliYzE1YTI2ZjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-b7355b52-b183-4b7c-ac89-e636f1539d2b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzdiNDhhNjEtNGJjZi00NWM3LTk0MzYtZjRmZGNmYzFiMGQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjN2I0OGE2MS00YmNmLTQ1YzctOTQzNi1mNGZkY2ZjMWIwZDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-b7355b52-b183-4b7c-ac89-e636f1539d2b {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMwMzE4OTEtYzM1Ny00YjIxLTkwY2ItOTZmNjAwNThmOGViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzAzMTg5MS1jMzU3LTRiMjEtOTBjYi05NmY2MDA1OGY4ZWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmQzNDhlZjAtNmQyYi00OWY1LWI2OGYtNzg0Yzc3Mjc3YTNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZDM0OGVmMC02ZDJiLTQ5ZjUtYjY4Zi03ODRjNzcyNzdhM2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-b7355b52-b183-4b7c-ac89-e636f1539d2b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU0ZjJjMzktMTgyYy00MWM2LWE4ZTktOWJmNGY5ZjgzNmIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTRmMmMzOS0xODJjLTQxYzYtYThlOS05YmY0ZjlmODM2YjApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWM0NDU3NTgtNjRhMC00ZDAyLTlkYmItMDM2MTBmYjkxZDRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YzQ0NTc1OC02NGEwLTRkMDItOWRiYi0wMzYxMGZiOTFkNGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-b7355b52-b183-4b7c-ac89-e636f1539d2b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-b7355b52-b183-4b7c-ac89-e636f1539d2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTlhMjM4YTktNDE1MS00ZTExLThhMDMtY2I5ZjJiMmUyYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOWEyMzhhOS00MTUxLTRlMTEtOGEwMy1jYjlmMmIyZTJjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-b7355b52-b183-4b7c-ac89-e636f1539d2b-root {
    text-align: right;
  }


#s-b7355b52-b183-4b7c-ac89-e636f1539d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7355b52-b183-4b7c-ac89-e636f1539d2b-root {
    text-align: center;
  }


#s-b7355b52-b183-4b7c-ac89-e636f1539d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7355b52-b183-4b7c-ac89-e636f1539d2b-root {
    text-align: right;
  }


#s-b7355b52-b183-4b7c-ac89-e636f1539d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7355b52-b183-4b7c-ac89-e636f1539d2b-root {
    text-align: right;
  }


#s-b7355b52-b183-4b7c-ac89-e636f1539d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7355b52-b183-4b7c-ac89-e636f1539d2b-root {
    text-align: center;
  }


#s-b7355b52-b183-4b7c-ac89-e636f1539d2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4b805c17-082e-4877-8d4a-d2bb8317b3e0 {
  margin-bottom: 0px;
}

#s-1493403c-b50b-47ed-b30e-029bd99511c0 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-1493403c-b50b-47ed-b30e-029bd99511c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1493403c-b50b-47ed-b30e-029bd99511c0.shg-box.shg-c {
  justify-content: center;
}

#s-803caafb-1063-4417-9930-a57b2c06ad0b {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-803caafb-1063-4417-9930-a57b2c06ad0b {
  
}
}
#s-803caafb-1063-4417-9930-a57b2c06ad0b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-803caafb-1063-4417-9930-a57b2c06ad0b .shg-sld-nav-button.shg-sld-left,
#s-803caafb-1063-4417-9930-a57b2c06ad0b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-af269d5b-82a7-4d33-8c1e-174de7213761"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-af269d5b-82a7-4d33-8c1e-174de7213761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-af269d5b-82a7-4d33-8c1e-174de7213761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-af269d5b-82a7-4d33-8c1e-174de7213761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-873ef703-8d52-41cc-a908-c1a447455894 {
  margin-top: 0px;
}

#s-ad64d094-e5be-40be-8924-af9fe95238f1 {
  text-align: left;
}



.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad64d094-e5be-40be-8924-af9fe95238f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4abf49ad-ebd1-4a3d-9acb-1822057c5ea3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4abf49ad-ebd1-4a3d-9acb-1822057c5ea3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-239cee29-b3ec-41d8-a0c3-fe95e260bc15 {
  padding-bottom: 5px;
text-align: center;
}

#s-239cee29-b3ec-41d8-a0c3-fe95e260bc15 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-239cee29-b3ec-41d8-a0c3-fe95e260bc15 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-239cee29-b3ec-41d8-a0c3-fe95e260bc15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-075f9cae-4f32-48c0-beb1-8615cf8f6e32 {
  
}

#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce {
  text-align: left;
}



.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2bd13d78-d366-4f69-a656-ea9aaaea51ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8e677fc-7566-4210-a8b6-f951a55cb43b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e8e677fc-7566-4210-a8b6-f951a55cb43b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-6fa1ac21-5eb3-46b0-bd55-5815746447e4 {
  padding-bottom: 5px;
text-align: center;
}

#s-6fa1ac21-5eb3-46b0-bd55-5815746447e4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-6fa1ac21-5eb3-46b0-bd55-5815746447e4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-6fa1ac21-5eb3-46b0-bd55-5815746447e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca {
  text-align: left;
}



.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0466e4fc-c92f-4f20-8811-88e846d3d4ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7db4e8ab-ec1a-4441-8256-ba33713ab7b9 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7db4e8ab-ec1a-4441-8256-ba33713ab7b9 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-71e9f488-d96f-4c6f-9e41-59ffdd9ca902 {
  text-align: center;
}

#s-71e9f488-d96f-4c6f-9e41-59ffdd9ca902 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-71e9f488-d96f-4c6f-9e41-59ffdd9ca902 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-71e9f488-d96f-4c6f-9e41-59ffdd9ca902 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5845a421-557f-4112-b47a-ee34bcde9f53 {
  text-align: left;
}



.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5845a421-557f-4112-b47a-ee34bcde9f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6d751cc-0984-4acd-92d9-3ded0f06c3e7 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d6d751cc-0984-4acd-92d9-3ded0f06c3e7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3a9f6957-839d-45ef-a169-84ef630655e6 {
  text-align: center;
}

#s-3a9f6957-839d-45ef-a169-84ef630655e6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-3a9f6957-839d-45ef-a169-84ef630655e6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-3a9f6957-839d-45ef-a169-84ef630655e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f3109e5-84c6-45b3-bf22-6abf66446cd3 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0f3109e5-84c6-45b3-bf22-6abf66446cd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0f3109e5-84c6-45b3-bf22-6abf66446cd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-0f3109e5-84c6-45b3-bf22-6abf66446cd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-0f3109e5-84c6-45b3-bf22-6abf66446cd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 {
  text-align: left;
}



.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1071a466-f04c-4ef0-a96d-0bed3e9b28d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b58d6a4d-7cfa-45dd-973c-ea654367dc87 {
  padding-top: 10px;
text-align: center;
}

#s-b58d6a4d-7cfa-45dd-973c-ea654367dc87 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-163f0b76-d632-4de5-8f09-22627798e458 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-163f0b76-d632-4de5-8f09-22627798e458 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-163f0b76-d632-4de5-8f09-22627798e458 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-163f0b76-d632-4de5-8f09-22627798e458 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb {
  display: none;
}
#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb, #wrap-s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb, #wrap-content-s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb {
  display: none;
}
#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb, #wrap-s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb, #wrap-content-s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb { display: none !important; }}
#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-55eefd9a-04c6-4fa7-81b8-5eba3df0a7cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f {
  text-align: left;
}



.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae1c1e39-c363-48b8-9833-fa1987b2c94f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51c2c56a-579b-4fab-952b-abcda95f9fe4 {
  padding-top: 10px;
text-align: center;
}

#s-51c2c56a-579b-4fab-952b-abcda95f9fe4 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-153bc01b-7df6-48e8-b103-7bb368cfd77c {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-153bc01b-7df6-48e8-b103-7bb368cfd77c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-153bc01b-7df6-48e8-b103-7bb368cfd77c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-153bc01b-7df6-48e8-b103-7bb368cfd77c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-622c75c6-93b6-4b76-a204-881386b76ce9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-622c75c6-93b6-4b76-a204-881386b76ce9 {
  display: none;
}
#s-622c75c6-93b6-4b76-a204-881386b76ce9, #wrap-s-622c75c6-93b6-4b76-a204-881386b76ce9, #wrap-content-s-622c75c6-93b6-4b76-a204-881386b76ce9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-622c75c6-93b6-4b76-a204-881386b76ce9 {
  display: none;
}
#s-622c75c6-93b6-4b76-a204-881386b76ce9, #wrap-s-622c75c6-93b6-4b76-a204-881386b76ce9, #wrap-content-s-622c75c6-93b6-4b76-a204-881386b76ce9 { display: none !important; }}
#s-622c75c6-93b6-4b76-a204-881386b76ce9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-622c75c6-93b6-4b76-a204-881386b76ce9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-622c75c6-93b6-4b76-a204-881386b76ce9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a {
  text-align: left;
}



.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb28f91-84ec-4d09-bccb-f80c4a4fd65a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-850d3a33-f457-4a30-b7dd-33b2f76e5213 {
  padding-top: 10px;
text-align: center;
}

#s-850d3a33-f457-4a30-b7dd-33b2f76e5213 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-b8e99284-e162-4349-9341-34d425e176c3 {
  padding-bottom: 5px;
text-align: center;
}

#s-b8e99284-e162-4349-9341-34d425e176c3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-b8e99284-e162-4349-9341-34d425e176c3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-b8e99284-e162-4349-9341-34d425e176c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-309a8af3-be4c-4147-b198-57867826d35f {
  text-align: left;
}



.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-309a8af3-be4c-4147-b198-57867826d35f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1bf7a80-b959-4297-a63c-32c8480d9a90 {
  padding-top: 10px;
text-align: center;
}

#s-c1bf7a80-b959-4297-a63c-32c8480d9a90 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-b976f831-c126-439c-b09b-c25ee1cf9cf7 {
  text-align: center;
}

#s-b976f831-c126-439c-b09b-c25ee1cf9cf7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-b976f831-c126-439c-b09b-c25ee1cf9cf7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-b976f831-c126-439c-b09b-c25ee1cf9cf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-28151a9a-ed9a-419a-9bc9-34edc73aaf67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-28151a9a-ed9a-419a-9bc9-34edc73aaf67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-28151a9a-ed9a-419a-9bc9-34edc73aaf67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-28151a9a-ed9a-419a-9bc9-34edc73aaf67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 {
  text-align: left;
}



.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eed1dbd9-04a6-4856-bb3c-a0d20d42e878 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-faa1bdb1-efb7-48e5-9cea-1d89c58db9d9 {
  padding-top: 10px;
text-align: center;
}

#s-faa1bdb1-efb7-48e5-9cea-1d89c58db9d9 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-973ea5b1-c181-4272-b109-2e4359606055 {
  text-align: center;
}

#s-973ea5b1-c181-4272-b109-2e4359606055 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-973ea5b1-c181-4272-b109-2e4359606055 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-973ea5b1-c181-4272-b109-2e4359606055 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e072f179-9d66-46b6-9559-67838368c860 {
  text-align: left;
}



.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e072f179-9d66-46b6-9559-67838368c860 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3b135ee-48c3-464b-9bca-925331e8b5a7 {
  padding-top: 10px;
text-align: center;
}

#s-f3b135ee-48c3-464b-9bca-925331e8b5a7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1922303d-d048-4498-9752-490fd78b1a91 {
  text-align: center;
}

#s-1922303d-d048-4498-9752-490fd78b1a91 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-1922303d-d048-4498-9752-490fd78b1a91 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-1922303d-d048-4498-9752-490fd78b1a91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab862e57-915c-4a24-9067-47a883a9ae83 {
  text-align: left;
}



.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab862e57-915c-4a24-9067-47a883a9ae83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b9c0ae0-ff17-4faf-ad4c-aba208877bed {
  padding-top: 10px;
text-align: center;
}

#s-6b9c0ae0-ff17-4faf-ad4c-aba208877bed .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-5546639e-186d-4236-8625-1abe3e357045 {
  text-align: center;
}

#s-5546639e-186d-4236-8625-1abe3e357045 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-5546639e-186d-4236-8625-1abe3e357045 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-5546639e-186d-4236-8625-1abe3e357045 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c {
  text-align: left;
}



.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1230138-e1cb-4193-bf81-7e2a5c5d283c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c5965961-de12-4462-b870-5ec824238ce7 {
  padding-top: 10px;
text-align: center;
}

#s-c5965961-de12-4462-b870-5ec824238ce7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-8e6c1441-9903-458c-923d-6d7d991c1711 {
  text-align: center;
}

#s-8e6c1441-9903-458c-923d-6d7d991c1711 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-8e6c1441-9903-458c-923d-6d7d991c1711 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-8e6c1441-9903-458c-923d-6d7d991c1711 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-80ed1bbb-0af2-4d22-8871-660d4ee52670"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-80ed1bbb-0af2-4d22-8871-660d4ee52670"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-80ed1bbb-0af2-4d22-8871-660d4ee52670"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-80ed1bbb-0af2-4d22-8871-660d4ee52670"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-dc8be284-337d-4f68-89f5-4941051fb18d {
  text-align: left;
}



.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc8be284-337d-4f68-89f5-4941051fb18d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7cf1c2a-c9da-4fbf-b217-3ef9e4c2baa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7cf1c2a-c9da-4fbf-b217-3ef9e4c2baa8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-a6cfecdf-96ae-4ae6-930d-43fe727d2676 {
  text-align: center;
}

#s-a6cfecdf-96ae-4ae6-930d-43fe727d2676 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-a6cfecdf-96ae-4ae6-930d-43fe727d2676 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a6cfecdf-96ae-4ae6-930d-43fe727d2676 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a {
  text-align: left;
}



.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5f2ebbe-4a94-49f2-b96d-800ec3ed9f8a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8db49474-0639-4ba6-9c69-a7a10b13dfb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8db49474-0639-4ba6-9c69-a7a10b13dfb7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-2199d274-9efb-43ed-a1d8-e93d4993edd7 {
  text-align: center;
}

#s-2199d274-9efb-43ed-a1d8-e93d4993edd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-2199d274-9efb-43ed-a1d8-e93d4993edd7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2199d274-9efb-43ed-a1d8-e93d4993edd7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-440064ec-1eda-4e16-b57f-44361901cd32 {
  text-align: left;
}



.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440064ec-1eda-4e16-b57f-44361901cd32 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4a3b9e2-4cad-44a6-9462-3c772037c256 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4a3b9e2-4cad-44a6-9462-3c772037c256 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e491a4d9-9ae8-42bb-a142-1618f7932a5c {
  text-align: center;
}

#s-e491a4d9-9ae8-42bb-a142-1618f7932a5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e491a4d9-9ae8-42bb-a142-1618f7932a5c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e491a4d9-9ae8-42bb-a142-1618f7932a5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 {
  text-align: left;
}



.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5f8897-c602-40dc-88ef-b4f1588fcca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6a488f51-e694-45eb-845b-42c3047f327e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a488f51-e694-45eb-845b-42c3047f327e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-2d180a51-f04a-4fb6-9502-e530c366e7ca {
  text-align: center;
}

#s-2d180a51-f04a-4fb6-9502-e530c366e7ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-2d180a51-f04a-4fb6-9502-e530c366e7ca .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2d180a51-f04a-4fb6-9502-e530c366e7ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-79220fef-b3e2-4ee0-ad11-47b1578986db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-79220fef-b3e2-4ee0-ad11-47b1578986db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-79220fef-b3e2-4ee0-ad11-47b1578986db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-79220fef-b3e2-4ee0-ad11-47b1578986db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-376e8171-4c7b-4655-a540-5b6fd952b145 {
  text-align: left;
}



.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376e8171-4c7b-4655-a540-5b6fd952b145 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2279e90c-d15e-4404-ad84-55b4cf18882c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2279e90c-d15e-4404-ad84-55b4cf18882c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-30ad500f-7adc-4c3b-b73e-7bdf9c14794b {
  text-align: center;
}

#s-30ad500f-7adc-4c3b-b73e-7bdf9c14794b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-30ad500f-7adc-4c3b-b73e-7bdf9c14794b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-30ad500f-7adc-4c3b-b73e-7bdf9c14794b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 {
  text-align: left;
}



.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bda020e-d874-4cb4-a5e0-27f9393fb155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c11d37d2-b37c-4f69-b6ea-a99ae28785bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c11d37d2-b37c-4f69-b6ea-a99ae28785bc .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-83bfd77b-edf6-416e-a205-2db972075192 {
  text-align: center;
}

#s-83bfd77b-edf6-416e-a205-2db972075192 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-83bfd77b-edf6-416e-a205-2db972075192 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-83bfd77b-edf6-416e-a205-2db972075192 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a {
  text-align: left;
}



.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bd73b-899c-4394-b442-ff15d5cc2b9a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-76b982fa-6bb2-42c2-a497-671870eabe80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76b982fa-6bb2-42c2-a497-671870eabe80 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f3586eb6-27c2-4532-994c-834ac81557c7 {
  text-align: center;
}

#s-f3586eb6-27c2-4532-994c-834ac81557c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f3586eb6-27c2-4532-994c-834ac81557c7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3586eb6-27c2-4532-994c-834ac81557c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 {
  text-align: left;
}



.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac0c66a4-aea5-46b1-8cac-f271c44002e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01b194b2-b77c-4dab-ab06-c9d2c825c17a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01b194b2-b77c-4dab-ab06-c9d2c825c17a .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3bec33aa-1524-497b-81b4-1e5447a5a5fb {
  text-align: center;
}

#s-3bec33aa-1524-497b-81b4-1e5447a5a5fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-3bec33aa-1524-497b-81b4-1e5447a5a5fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-3bec33aa-1524-497b-81b4-1e5447a5a5fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-cb6c15f5-ee3d-4932-90d3-72e49052d30f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-cb6c15f5-ee3d-4932-90d3-72e49052d30f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cb6c15f5-ee3d-4932-90d3-72e49052d30f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb6c15f5-ee3d-4932-90d3-72e49052d30f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-aead3031-68c9-4607-92d6-e2b4922bd01e {
  text-align: left;
}



.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aead3031-68c9-4607-92d6-e2b4922bd01e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eac4314a-1010-4b11-b391-db44121da925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eac4314a-1010-4b11-b391-db44121da925 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1c7db4d9-8115-45a7-a818-aee84a1dadf9 {
  text-align: center;
}

#s-1c7db4d9-8115-45a7-a818-aee84a1dadf9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-1c7db4d9-8115-45a7-a818-aee84a1dadf9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-1c7db4d9-8115-45a7-a818-aee84a1dadf9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 {
  text-align: left;
}



.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0494bc8f-c1cf-4fce-bf23-abf3e9015b38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91d1eddc-bf8a-4910-9e39-3cf87ac98561 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91d1eddc-bf8a-4910-9e39-3cf87ac98561 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4633e9be-8ba6-4c10-a94e-2873e59e65e8 {
  text-align: center;
}

#s-4633e9be-8ba6-4c10-a94e-2873e59e65e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4633e9be-8ba6-4c10-a94e-2873e59e65e8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4633e9be-8ba6-4c10-a94e-2873e59e65e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f994ae3-53e5-4766-b8b4-4c61284747de {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center top;
}








#s-3f994ae3-53e5-4766-b8b4-4c61284747de > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3f994ae3-53e5-4766-b8b4-4c61284747de {
  cursor: pointer;
}#s-3f994ae3-53e5-4766-b8b4-4c61284747de.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cc33c12c-8cb3-40e4-bbe1-5054199d4000 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-cc33c12c-8cb3-40e4-bbe1-5054199d4000 {
  
}
}







#s-cc33c12c-8cb3-40e4-bbe1-5054199d4000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc33c12c-8cb3-40e4-bbe1-5054199d4000 {
  cursor: pointer;
}#s-cc33c12c-8cb3-40e4-bbe1-5054199d4000.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c34cda9-1ad5-4215-a9b0-1fc027456283 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-f3a9227f-abfe-4dcb-a428-3963abbec6ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDM1YjIyYzYtYmMyZi00Y2M0LWI3MDktMDNlNmY4NTE0N2YxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMzViMjJjNi1iYzJmLTRjYzQtYjcwOS0wM2U2Zjg1MTQ3ZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGM0YTc4ZjctMDE4Yi00NGYzLThkMTUtZWQ3ZDhiODBhNWQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYzRhNzhmNy0wMThiLTQ0ZjMtOGQxNS1lZDdkOGI4MGE1ZDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2RmNzk5MTktMDUzNy00NmY4LTgzZWYtMGNjNmU0MDJkMzQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZGY3OTkxOS0wNTM3LTQ2ZjgtODNlZi0wY2M2ZTQwMmQzNDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E0Nzg1YzItNzk1ZS00MTBkLTk4OWYtNzc0Y2JkZmRmYjRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTQ3ODVjMi03OTVlLTQxMGQtOTg5Zi03NzRjYmRmZGZiNGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGFjNDdhMzAtZWRmMC00YWVhLWE0MGMtNjJlMzcwZmZhNmZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YWM0N2EzMC1lZGYwLTRhZWEtYTQwYy02MmUzNzBmZmE2ZmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjM1M2RjMGUtMDI2Ny00OWJkLTg2ZjYtYjgxODkxMjA1ZWUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MzUzZGMwZS0wMjY3LTQ5YmQtODZmNi1iODE4OTEyMDVlZTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-c2abacb3-ef92-4680-a2d9-9062e8b1c641-root {
    text-align: right;
  }


#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2abacb3-ef92-4680-a2d9-9062e8b1c641-root {
    text-align: center;
  }


#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2abacb3-ef92-4680-a2d9-9062e8b1c641-root {
    text-align: right;
  }


#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2abacb3-ef92-4680-a2d9-9062e8b1c641-root {
    text-align: right;
  }


#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2abacb3-ef92-4680-a2d9-9062e8b1c641-root {
    text-align: center;
  }


#s-c2abacb3-ef92-4680-a2d9-9062e8b1c641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1cbdcab0-f3aa-4518-83e1-a581206c81a0 {
  margin-bottom: 0px;
}

#s-fb4885b9-1330-47ba-90ed-6893d82ed24d {
  margin-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}








#s-fb4885b9-1330-47ba-90ed-6893d82ed24d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb4885b9-1330-47ba-90ed-6893d82ed24d.shg-box.shg-c {
  justify-content: center;
}

#s-cef4be87-984a-4802-b2e1-2d918da83063 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-cef4be87-984a-4802-b2e1-2d918da83063 {
  
}
}
#s-cef4be87-984a-4802-b2e1-2d918da83063 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cef4be87-984a-4802-b2e1-2d918da83063 .shg-sld-nav-button.shg-sld-left,
#s-cef4be87-984a-4802-b2e1-2d918da83063 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d525848d-1494-446e-bc35-586e8858759c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d525848d-1494-446e-bc35-586e8858759c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-d525848d-1494-446e-bc35-586e8858759c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-d525848d-1494-446e-bc35-586e8858759c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-970ebc7a-efd6-45f9-ac09-8f577fe19948 {
  margin-top: 0px;
}

#s-615dab50-ad22-4424-8670-679013301430 {
  text-align: left;
}



.shg-c#s-615dab50-ad22-4424-8670-679013301430 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615dab50-ad22-4424-8670-679013301430 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-615dab50-ad22-4424-8670-679013301430 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615dab50-ad22-4424-8670-679013301430 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-615dab50-ad22-4424-8670-679013301430 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615dab50-ad22-4424-8670-679013301430 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-615dab50-ad22-4424-8670-679013301430 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615dab50-ad22-4424-8670-679013301430 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-615dab50-ad22-4424-8670-679013301430 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615dab50-ad22-4424-8670-679013301430 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-738b1bfc-09c5-431b-b8da-2b9f3df07808 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-738b1bfc-09c5-431b-b8da-2b9f3df07808 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-74c093af-285e-4458-8c5e-4445a455a3ec {
  padding-bottom: 5px;
text-align: center;
}

#s-74c093af-285e-4458-8c5e-4445a455a3ec .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-74c093af-285e-4458-8c5e-4445a455a3ec .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-74c093af-285e-4458-8c5e-4445a455a3ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee78bbc9-5ed4-42b7-8c4d-cb268cd30876 {
  
}

#s-81c845c2-e861-44c0-9692-182685b76ebd {
  text-align: left;
}



.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c845c2-e861-44c0-9692-182685b76ebd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3e0d7ed0-7db9-47c9-bbb1-ef27bc06d47a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3e0d7ed0-7db9-47c9-bbb1-ef27bc06d47a .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-eb7c6f8b-077c-4052-8a93-a6feed9ddce0 {
  padding-bottom: 5px;
text-align: center;
}

#s-eb7c6f8b-077c-4052-8a93-a6feed9ddce0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-eb7c6f8b-077c-4052-8a93-a6feed9ddce0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-eb7c6f8b-077c-4052-8a93-a6feed9ddce0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d {
  text-align: left;
}



.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05cda6c8-5e64-4fe3-832e-85bf0321c71d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bbca13a-bcff-419c-b833-d1e7bacf1c64 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1bbca13a-bcff-419c-b833-d1e7bacf1c64 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-158f811c-847e-4c27-8eb6-3870e88674bf {
  text-align: center;
}

#s-158f811c-847e-4c27-8eb6-3870e88674bf .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-158f811c-847e-4c27-8eb6-3870e88674bf .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-158f811c-847e-4c27-8eb6-3870e88674bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-510eab58-6306-4727-b97b-ea691dc9dbcf {
  text-align: left;
}



.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-510eab58-6306-4727-b97b-ea691dc9dbcf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb9e19b9-c67e-4aa8-87d4-0323d5340d11 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-eb9e19b9-c67e-4aa8-87d4-0323d5340d11 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4d0812d4-d8ef-46d1-afd0-70204782e41b {
  text-align: center;
}

#s-4d0812d4-d8ef-46d1-afd0-70204782e41b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-4d0812d4-d8ef-46d1-afd0-70204782e41b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-4d0812d4-d8ef-46d1-afd0-70204782e41b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0cc6b4f0-3379-48cd-b77f-ba71e969a570 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0cc6b4f0-3379-48cd-b77f-ba71e969a570"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0cc6b4f0-3379-48cd-b77f-ba71e969a570"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-0cc6b4f0-3379-48cd-b77f-ba71e969a570"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-0cc6b4f0-3379-48cd-b77f-ba71e969a570"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 {
  text-align: left;
}



.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d015b4-fefd-4895-b603-dfc1dafc5ca8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b01d2f0f-146e-4a22-807f-b63b268daf3e {
  padding-top: 10px;
text-align: center;
}

#s-b01d2f0f-146e-4a22-807f-b63b268daf3e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-efbb76b5-c355-4d29-a162-01ecb37aa598 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-efbb76b5-c355-4d29-a162-01ecb37aa598 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-efbb76b5-c355-4d29-a162-01ecb37aa598 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-efbb76b5-c355-4d29-a162-01ecb37aa598 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 {
  display: none;
}
#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939, #wrap-s-655a8b5e-44d0-4411-bb7a-0b6bb2897939, #wrap-content-s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 {
  display: none;
}
#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939, #wrap-s-655a8b5e-44d0-4411-bb7a-0b6bb2897939, #wrap-content-s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 { display: none !important; }}
#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-655a8b5e-44d0-4411-bb7a-0b6bb2897939 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6974ead3-cc4a-493f-8669-4ddeda80e649 {
  text-align: left;
}



.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6974ead3-cc4a-493f-8669-4ddeda80e649 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ecda322-3c0a-42fe-b3f9-a30faf507307 {
  padding-top: 10px;
text-align: center;
}

#s-5ecda322-3c0a-42fe-b3f9-a30faf507307 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-0f9a3155-c053-4302-afd7-6328c1536e35 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f9a3155-c053-4302-afd7-6328c1536e35 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-0f9a3155-c053-4302-afd7-6328c1536e35 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f9a3155-c053-4302-afd7-6328c1536e35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 {
  display: none;
}
#s-51648b29-fe39-4d3e-ab98-1b1cd1724184, #wrap-s-51648b29-fe39-4d3e-ab98-1b1cd1724184, #wrap-content-s-51648b29-fe39-4d3e-ab98-1b1cd1724184 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 {
  display: none;
}
#s-51648b29-fe39-4d3e-ab98-1b1cd1724184, #wrap-s-51648b29-fe39-4d3e-ab98-1b1cd1724184, #wrap-content-s-51648b29-fe39-4d3e-ab98-1b1cd1724184 { display: none !important; }}
#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-51648b29-fe39-4d3e-ab98-1b1cd1724184 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 {
  text-align: left;
}



.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-416d2fa2-2239-4674-8b0f-d5d859cb9589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e1b97d02-0bb7-47cd-9f11-04e54723384e {
  padding-top: 10px;
text-align: center;
}

#s-e1b97d02-0bb7-47cd-9f11-04e54723384e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3cb2d5a7-7a6b-4bd3-9f57-06cb4eefd96f {
  padding-bottom: 5px;
text-align: center;
}

#s-3cb2d5a7-7a6b-4bd3-9f57-06cb4eefd96f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-3cb2d5a7-7a6b-4bd3-9f57-06cb4eefd96f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-3cb2d5a7-7a6b-4bd3-9f57-06cb4eefd96f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 {
  text-align: left;
}



.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5b3357d-bf9d-46fb-bb9c-fa1864715230 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c86f88b1-a058-4eb2-af51-0e81fea7b49d {
  padding-top: 10px;
text-align: center;
}

#s-c86f88b1-a058-4eb2-af51-0e81fea7b49d .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f6affe7c-c9b4-40f4-9e79-496fa1b46a37 {
  text-align: center;
}

#s-f6affe7c-c9b4-40f4-9e79-496fa1b46a37 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-f6affe7c-c9b4-40f4-9e79-496fa1b46a37 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6affe7c-c9b4-40f4-9e79-496fa1b46a37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-2c981227-184d-412d-8a3b-2e8b3aa5ebc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-2c981227-184d-412d-8a3b-2e8b3aa5ebc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-2c981227-184d-412d-8a3b-2e8b3aa5ebc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-2c981227-184d-412d-8a3b-2e8b3aa5ebc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-c4e841bf-b638-44e1-a059-81dde77cc474 {
  text-align: left;
}



.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4e841bf-b638-44e1-a059-81dde77cc474 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-50208414-8f84-44cc-be1d-6d9fc044d0d3 {
  padding-top: 10px;
text-align: center;
}

#s-50208414-8f84-44cc-be1d-6d9fc044d0d3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-98cbde90-3fb2-4b2d-b513-23a2ae95df6e {
  text-align: center;
}

#s-98cbde90-3fb2-4b2d-b513-23a2ae95df6e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-98cbde90-3fb2-4b2d-b513-23a2ae95df6e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-98cbde90-3fb2-4b2d-b513-23a2ae95df6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be729827-7aa2-4857-96ba-b41984862ba1 {
  text-align: left;
}



.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be729827-7aa2-4857-96ba-b41984862ba1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c03d02b2-e950-4a4f-a64b-8e0ec8653205 {
  padding-top: 10px;
text-align: center;
}

#s-c03d02b2-e950-4a4f-a64b-8e0ec8653205 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e2d58bfa-f29c-4363-8418-046212019383 {
  text-align: center;
}

#s-e2d58bfa-f29c-4363-8418-046212019383 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-e2d58bfa-f29c-4363-8418-046212019383 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-e2d58bfa-f29c-4363-8418-046212019383 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72b5f5a0-5262-4d84-a0df-179821d2601a {
  text-align: left;
}



.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b5f5a0-5262-4d84-a0df-179821d2601a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-62547950-68a3-4541-afd8-fe7eee1b89c3 {
  padding-top: 10px;
text-align: center;
}

#s-62547950-68a3-4541-afd8-fe7eee1b89c3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3ad73e8f-04e7-4d43-aeff-dc7b4eae005e {
  text-align: center;
}

#s-3ad73e8f-04e7-4d43-aeff-dc7b4eae005e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-3ad73e8f-04e7-4d43-aeff-dc7b4eae005e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-3ad73e8f-04e7-4d43-aeff-dc7b4eae005e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 {
  text-align: left;
}



.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87b8ae62-4b1c-4ae6-9c26-6ea699375657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e03e735-1daf-4720-89f9-da9697aac2fa {
  padding-top: 10px;
text-align: center;
}

#s-8e03e735-1daf-4720-89f9-da9697aac2fa .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1d59c8a7-5ac1-47d3-84d2-c6f7d8e84346 {
  text-align: center;
}

#s-1d59c8a7-5ac1-47d3-84d2-c6f7d8e84346 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-1d59c8a7-5ac1-47d3-84d2-c6f7d8e84346 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 13px;
}

#s-1d59c8a7-5ac1-47d3-84d2-c6f7d8e84346 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-eef379c7-2096-4dbb-bfce-8a196b53fe6b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-eef379c7-2096-4dbb-bfce-8a196b53fe6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-eef379c7-2096-4dbb-bfce-8a196b53fe6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-eef379c7-2096-4dbb-bfce-8a196b53fe6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 {
  text-align: left;
}



.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a5ebb2-46cf-47db-a2f9-005888f131f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-432a1064-6fc0-4e1a-a76d-14a4799f2de8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-432a1064-6fc0-4e1a-a76d-14a4799f2de8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-6ad38eb2-4d27-483a-b3ba-055c5f4d884b {
  text-align: center;
}

#s-6ad38eb2-4d27-483a-b3ba-055c5f4d884b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-6ad38eb2-4d27-483a-b3ba-055c5f4d884b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-6ad38eb2-4d27-483a-b3ba-055c5f4d884b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 {
  text-align: left;
}



.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee75512-94fc-4cb5-bbdd-b8b70931c4d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a0a84385-6d93-4958-942d-aa9ee24521b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0a84385-6d93-4958-942d-aa9ee24521b9 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4f148e26-ade6-45c0-bdd8-65cec4c0fea2 {
  text-align: center;
}

#s-4f148e26-ade6-45c0-bdd8-65cec4c0fea2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4f148e26-ade6-45c0-bdd8-65cec4c0fea2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4f148e26-ade6-45c0-bdd8-65cec4c0fea2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 {
  text-align: left;
}



.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f5e288-81c3-41eb-86d8-e1c9e10bf1c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ad7bfbf-0193-43ff-afea-4a3bcc2060a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ad7bfbf-0193-43ff-afea-4a3bcc2060a2 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-a25954ca-f5f9-4570-be6c-cdef8986280c {
  text-align: center;
}

#s-a25954ca-f5f9-4570-be6c-cdef8986280c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-a25954ca-f5f9-4570-be6c-cdef8986280c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a25954ca-f5f9-4570-be6c-cdef8986280c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2af2d755-db26-4629-924c-6095703b6b50 {
  text-align: left;
}



.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2af2d755-db26-4629-924c-6095703b6b50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9845b45d-62ae-4119-818f-83053e8ef5d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9845b45d-62ae-4119-818f-83053e8ef5d6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-405db499-90cb-4c21-89f8-ae55542559ed {
  text-align: center;
}

#s-405db499-90cb-4c21-89f8-ae55542559ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-405db499-90cb-4c21-89f8-ae55542559ed .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-405db499-90cb-4c21-89f8-ae55542559ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e1905656-ec91-4576-9b94-1a3745b4b15d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-e1905656-ec91-4576-9b94-1a3745b4b15d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-e1905656-ec91-4576-9b94-1a3745b4b15d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-e1905656-ec91-4576-9b94-1a3745b4b15d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-e9507b51-a403-4ddf-945b-da698163b4ef {
  text-align: left;
}



.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9507b51-a403-4ddf-945b-da698163b4ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee2d428b-0af0-4b17-998d-ebd0020bfbb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee2d428b-0af0-4b17-998d-ebd0020bfbb6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-56c3388d-15ac-4e0b-945e-95e1771d0d6f {
  text-align: center;
}

#s-56c3388d-15ac-4e0b-945e-95e1771d0d6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-56c3388d-15ac-4e0b-945e-95e1771d0d6f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-56c3388d-15ac-4e0b-945e-95e1771d0d6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-246e175f-168b-40c0-a236-04c3617e6b7d {
  text-align: left;
}



.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-246e175f-168b-40c0-a236-04c3617e6b7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea508f31-5f7b-4213-a155-dfcc93d7819b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea508f31-5f7b-4213-a155-dfcc93d7819b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-c094d99b-6ec9-4f48-802b-a3921e104063 {
  text-align: center;
}

#s-c094d99b-6ec9-4f48-802b-a3921e104063 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c094d99b-6ec9-4f48-802b-a3921e104063 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c094d99b-6ec9-4f48-802b-a3921e104063 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 {
  text-align: left;
}



.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92dce6c-43cd-4c9b-b2f8-2a8d20ed1ea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1158de1-cc0a-4e74-b7b2-b2b4a87aa075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1158de1-cc0a-4e74-b7b2-b2b4a87aa075 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-acfc7e65-ce9a-4c03-873a-6c9b022f98ce {
  text-align: center;
}

#s-acfc7e65-ce9a-4c03-873a-6c9b022f98ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-acfc7e65-ce9a-4c03-873a-6c9b022f98ce .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-acfc7e65-ce9a-4c03-873a-6c9b022f98ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b {
  text-align: left;
}



.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bad32aa2-35f4-421a-b98a-bf9bfa36622b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d7b40bcb-4e73-4d5a-ade7-6adaf19f3777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7b40bcb-4e73-4d5a-ade7-6adaf19f3777 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-444c3422-7fee-461d-80f7-eae043f89047 {
  text-align: center;
}

#s-444c3422-7fee-461d-80f7-eae043f89047 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-444c3422-7fee-461d-80f7-eae043f89047 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-444c3422-7fee-461d-80f7-eae043f89047 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-8fdc59ae-b1e3-460d-b052-f5d9a393f4a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-8fdc59ae-b1e3-460d-b052-f5d9a393f4a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-8fdc59ae-b1e3-460d-b052-f5d9a393f4a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fdc59ae-b1e3-460d-b052-f5d9a393f4a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-275f363a-cc45-422e-94c1-c1ae1939dd55 {
  text-align: left;
}



.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275f363a-cc45-422e-94c1-c1ae1939dd55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7d773a7e-de3a-43fd-955f-b83da74068a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d773a7e-de3a-43fd-955f-b83da74068a7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-96700289-a8b6-481d-a15f-b5fa83944fc1 {
  text-align: center;
}

#s-96700289-a8b6-481d-a15f-b5fa83944fc1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-96700289-a8b6-481d-a15f-b5fa83944fc1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-96700289-a8b6-481d-a15f-b5fa83944fc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d {
  text-align: left;
}



.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6af74f-1f0f-4fb4-9ea0-81b3c1a18e7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a72275d2-2fb3-4471-9caa-46eacd1d197d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a72275d2-2fb3-4471-9caa-46eacd1d197d .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-8c715d81-2348-40e6-8ec7-951f9d910de1 {
  text-align: center;
}

#s-8c715d81-2348-40e6-8ec7-951f9d910de1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-8c715d81-2348-40e6-8ec7-951f9d910de1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-8c715d81-2348-40e6-8ec7-951f9d910de1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3137a27a-2604-4207-852b-f63e7c6d5afe {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center center;
}








#s-3137a27a-2604-4207-852b-f63e7c6d5afe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3137a27a-2604-4207-852b-f63e7c6d5afe {
  cursor: pointer;
}#s-3137a27a-2604-4207-852b-f63e7c6d5afe.shg-box.shg-c {
  justify-content: flex-end;
}

#s-89731459-17c8-4732-a554-87587bd509e3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-89731459-17c8-4732-a554-87587bd509e3 {
  
}
}







#s-89731459-17c8-4732-a554-87587bd509e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89731459-17c8-4732-a554-87587bd509e3 {
  cursor: pointer;
}#s-89731459-17c8-4732-a554-87587bd509e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c48342cf-2a0e-4129-8003-40ae29cdac0f {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-05337724-2b2f-4099-b290-a4535ed9dd65 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-e28a7114-6780-4e9e-be25-386b8128c1ed {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-e28a7114-6780-4e9e-be25-386b8128c1ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQ2M2JmZDUtN2Q5Ni00NTA4LWE5Y2ItNjY0ZDFlYjkxMWIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDYzYmZkNS03ZDk2LTQ1MDgtYTljYi02NjRkMWViOTExYjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-e28a7114-6780-4e9e-be25-386b8128c1ed:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-e28a7114-6780-4e9e-be25-386b8128c1ed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-e28a7114-6780-4e9e-be25-386b8128c1ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjljOGQ0NmMtOGM4NS00YmI1LThiMDgtNDE1ZGMwZWE1ZGYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWM4ZDQ2Yy04Yzg1LTRiYjUtOGIwOC00MTVkYzBlYTVkZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e28a7114-6780-4e9e-be25-386b8128c1ed {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM2MzU5NDItOTMwOC00ZTg3LTk3OTQtNjI2NjRhYTQxYmRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzYzNTk0Mi05MzA4LTRlODctOTc5NC02MjY2NGFhNDFiZGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-e28a7114-6780-4e9e-be25-386b8128c1ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhkMzU4MTYtNjk1Ni00NDU2LTg1ZTgtZTc5ZWU2NDIwZWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGQzNTgxNi02OTU2LTQ0NTYtODVlOC1lNzllZTY0MjBlZDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e28a7114-6780-4e9e-be25-386b8128c1ed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODViY2MyZGMtZDJkYi00OTM3LTkwNDctZDc5NDQzN2ZkMjdmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NWJjYzJkYy1kMmRiLTQ5MzctOTA0Ny1kNzk0NDM3ZmQyN2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-e28a7114-6780-4e9e-be25-386b8128c1ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjllZmM0MTMtNjgwNy00Y2Q3LTkzYmYtMjU4Yzk3MzhiZmMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OWVmYzQxMy02ODA3LTRjZDctOTNiZi0yNThjOTczOGJmYzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-e28a7114-6780-4e9e-be25-386b8128c1ed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-e28a7114-6780-4e9e-be25-386b8128c1ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-e28a7114-6780-4e9e-be25-386b8128c1ed-root {
    text-align: right;
  }


#s-e28a7114-6780-4e9e-be25-386b8128c1ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e28a7114-6780-4e9e-be25-386b8128c1ed-root {
    text-align: center;
  }


#s-e28a7114-6780-4e9e-be25-386b8128c1ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e28a7114-6780-4e9e-be25-386b8128c1ed-root {
    text-align: right;
  }


#s-e28a7114-6780-4e9e-be25-386b8128c1ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e28a7114-6780-4e9e-be25-386b8128c1ed-root {
    text-align: right;
  }


#s-e28a7114-6780-4e9e-be25-386b8128c1ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e28a7114-6780-4e9e-be25-386b8128c1ed-root {
    text-align: center;
  }


#s-e28a7114-6780-4e9e-be25-386b8128c1ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d5d74857-9cb0-41af-b829-ff3243cae6a8 {
  min-height: 50px;
}








#s-d5d74857-9cb0-41af-b829-ff3243cae6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5d74857-9cb0-41af-b829-ff3243cae6a8.shg-box.shg-c {
  justify-content: center;
}

#s-714cb67c-f54c-4341-b924-2e168bd6f25b {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center top;
}








#s-714cb67c-f54c-4341-b924-2e168bd6f25b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-714cb67c-f54c-4341-b924-2e168bd6f25b {
  cursor: pointer;
}#s-714cb67c-f54c-4341-b924-2e168bd6f25b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-58063c57-e34c-4cb7-9ab4-aa699a3423af {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-58063c57-e34c-4cb7-9ab4-aa699a3423af {
  
}
}







#s-58063c57-e34c-4cb7-9ab4-aa699a3423af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58063c57-e34c-4cb7-9ab4-aa699a3423af {
  cursor: pointer;
}#s-58063c57-e34c-4cb7-9ab4-aa699a3423af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a748d20-cb53-4179-b598-281fa2b2efdb {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-c2194a41-72d3-4e4c-a08e-cbfd897a6771 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-5bfe2919-e434-4192-9178-964ee8e4cb88 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-5bfe2919-e434-4192-9178-964ee8e4cb88:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDljZDczODItZTE4MS00NzMzLWI0ZTAtMTU4ZTA2NmU4Y2Q1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOWNkNzM4Mi1lMTgxLTQ3MzMtYjRlMC0xNThlMDY2ZThjZDUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-5bfe2919-e434-4192-9178-964ee8e4cb88:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-5bfe2919-e434-4192-9178-964ee8e4cb88 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-5bfe2919-e434-4192-9178-964ee8e4cb88:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjljOGQ0NmMtOGM4NS00YmI1LThiMDgtNDE1ZGMwZWE1ZGYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWM4ZDQ2Yy04Yzg1LTRiYjUtOGIwOC00MTVkYzBlYTVkZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-5bfe2919-e434-4192-9178-964ee8e4cb88 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E1ODgyYmEtNDZjNy00ZTdiLWJmMmUtMjA0M2RiMTRkMzU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTU4ODJiYS00NmM3LTRlN2ItYmYyZS0yMDQzZGIxNGQzNTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-5bfe2919-e434-4192-9178-964ee8e4cb88:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWFlYTk2ZGQtNWRhMy00NDk0LTk2YjUtMTdmZmU2YTZmNjE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYWVhOTZkZC01ZGEzLTQ0OTQtOTZiNS0xN2ZmZTZhNmY2MTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5bfe2919-e434-4192-9178-964ee8e4cb88 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzgxNTQ1NTEtMTYwZi00ZWE3LTkxMjUtNDZkZDVmZWExY2FmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODE1NDU1MS0xNjBmLTRlYTctOTEyNS00NmRkNWZlYTFjYWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-5bfe2919-e434-4192-9178-964ee8e4cb88:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmQ2NTNiYjEtNjFjNS00MzQ4LTliM2MtMmYxNzk3MjlhODJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZDY1M2JiMS02MWM1LTQzNDgtOWIzYy0yZjE3OTcyOWE4MmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-5bfe2919-e434-4192-9178-964ee8e4cb88 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-5bfe2919-e434-4192-9178-964ee8e4cb88:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-5bfe2919-e434-4192-9178-964ee8e4cb88-root {
    text-align: right;
  }


#s-5bfe2919-e434-4192-9178-964ee8e4cb88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bfe2919-e434-4192-9178-964ee8e4cb88-root {
    text-align: center;
  }


#s-5bfe2919-e434-4192-9178-964ee8e4cb88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bfe2919-e434-4192-9178-964ee8e4cb88-root {
    text-align: right;
  }


#s-5bfe2919-e434-4192-9178-964ee8e4cb88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bfe2919-e434-4192-9178-964ee8e4cb88-root {
    text-align: right;
  }


#s-5bfe2919-e434-4192-9178-964ee8e4cb88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bfe2919-e434-4192-9178-964ee8e4cb88-root {
    text-align: center;
  }


#s-5bfe2919-e434-4192-9178-964ee8e4cb88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5e937bc7-784e-46ec-9046-ceb278389ec3 {
  margin-bottom: 0px;
}

#s-cab970ee-1a0c-4e38-aa96-a454925c2b1a {
  min-height: 50px;
}








#s-cab970ee-1a0c-4e38-aa96-a454925c2b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cab970ee-1a0c-4e38-aa96-a454925c2b1a.shg-box.shg-c {
  justify-content: center;
}

#s-20c8bea6-c8b9-4fb3-b022-54f38e44af94 {
  margin-top: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-20c8bea6-c8b9-4fb3-b022-54f38e44af94 {
  
}
}
#s-20c8bea6-c8b9-4fb3-b022-54f38e44af94 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-20c8bea6-c8b9-4fb3-b022-54f38e44af94 .shg-sld-nav-button.shg-sld-left,
#s-20c8bea6-c8b9-4fb3-b022-54f38e44af94 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-979c5518-2368-41db-8d0f-35d4e29c4fa7 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-979c5518-2368-41db-8d0f-35d4e29c4fa7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-979c5518-2368-41db-8d0f-35d4e29c4fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-979c5518-2368-41db-8d0f-35d4e29c4fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-979c5518-2368-41db-8d0f-35d4e29c4fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-41957d91-7c20-429f-afed-80a7280af2d4 {
  
}

#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f {
  text-align: left;
}



.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d213af00-4ba3-44b7-bc93-8494fc9ca93f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b76dfad2-5013-4d4b-b5db-bf67b0da8b2e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b76dfad2-5013-4d4b-b5db-bf67b0da8b2e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f6bdfe2a-9b70-4624-84f5-b4f5c5d9076b {
  padding-bottom: 5px;
text-align: center;
}

#s-f6bdfe2a-9b70-4624-84f5-b4f5c5d9076b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-f6bdfe2a-9b70-4624-84f5-b4f5c5d9076b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6bdfe2a-9b70-4624-84f5-b4f5c5d9076b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-51f0099e-19f2-4c0b-a315-f6512dc67153 {
  text-align: left;
}



.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f0099e-19f2-4c0b-a315-f6512dc67153 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dca27390-00be-4846-bfbc-23056585ec82 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-dca27390-00be-4846-bfbc-23056585ec82 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-7911cab8-03e4-4e7a-978f-630b4a3727c7 {
  padding-bottom: 5px;
text-align: center;
}

#s-7911cab8-03e4-4e7a-978f-630b4a3727c7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-7911cab8-03e4-4e7a-978f-630b4a3727c7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-7911cab8-03e4-4e7a-978f-630b4a3727c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-04a6106b-257e-4329-9797-353661304607 {
  margin-top: 0px;
}

#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 {
  text-align: left;
}



.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aee7d42-681e-4640-b111-0ff063c7dfa5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-595789d6-78b2-4af0-950c-bdfbb04f0e17 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-595789d6-78b2-4af0-950c-bdfbb04f0e17 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-0eb57c8c-822f-4f80-a214-1c126cde2760 {
  text-align: center;
}

#s-0eb57c8c-822f-4f80-a214-1c126cde2760 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-0eb57c8c-822f-4f80-a214-1c126cde2760 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-0eb57c8c-822f-4f80-a214-1c126cde2760 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-13d3a94b-f4fe-4c51-a904-b6281064cb94 {
  margin-top: 0px;
}

#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 {
  text-align: left;
}



.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-274f8d65-54a0-40a4-a88c-1b0229a643a5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98aa4859-968d-4bee-a7f4-2119e6ee6816 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-98aa4859-968d-4bee-a7f4-2119e6ee6816 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f36cc91c-dc8a-4b4c-a8db-e2af328adcb0 {
  text-align: center;
}

#s-f36cc91c-dc8a-4b4c-a8db-e2af328adcb0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-f36cc91c-dc8a-4b4c-a8db-e2af328adcb0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-f36cc91c-dc8a-4b4c-a8db-e2af328adcb0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-90c8ccd9-c4cd-48f4-94b1-595075257422"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-90c8ccd9-c4cd-48f4-94b1-595075257422"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-90c8ccd9-c4cd-48f4-94b1-595075257422"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-90c8ccd9-c4cd-48f4-94b1-595075257422"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 {
  text-align: left;
}



.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb28d06-3124-4f1a-9ece-f0c44790d151 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8d6dad8-46bf-4507-94ac-51ed82004cdb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d6dad8-46bf-4507-94ac-51ed82004cdb .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-b495e3b1-8872-49b3-ad22-6f1d52a14dca {
  text-align: center;
}

#s-b495e3b1-8872-49b3-ad22-6f1d52a14dca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-b495e3b1-8872-49b3-ad22-6f1d52a14dca .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-b495e3b1-8872-49b3-ad22-6f1d52a14dca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e6664530-8cb1-4f1b-9a94-1493362010cc {
  text-align: left;
}



.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6664530-8cb1-4f1b-9a94-1493362010cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8bdd202b-b1f3-4e91-9543-043a3431eb38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bdd202b-b1f3-4e91-9543-043a3431eb38 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4fd4e2c2-55c3-4c8e-8272-213ae2ca2bdc {
  text-align: center;
}

#s-4fd4e2c2-55c3-4c8e-8272-213ae2ca2bdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4fd4e2c2-55c3-4c8e-8272-213ae2ca2bdc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4fd4e2c2-55c3-4c8e-8272-213ae2ca2bdc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15e0fc70-2420-4bd2-8afc-107950785e6f {
  text-align: left;
}



.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15e0fc70-2420-4bd2-8afc-107950785e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eff0f0e7-aa09-4bc0-8afb-47cc04aeeeb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eff0f0e7-aa09-4bc0-8afb-47cc04aeeeb5 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f64662aa-2ace-461e-8d38-c01f3f85917a {
  text-align: center;
}

#s-f64662aa-2ace-461e-8d38-c01f3f85917a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f64662aa-2ace-461e-8d38-c01f3f85917a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f64662aa-2ace-461e-8d38-c01f3f85917a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 {
  text-align: left;
}



.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ce12fb-049e-4503-a70b-1c7eaf366877 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9bedd534-1ebb-411e-8089-97c341056e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bedd534-1ebb-411e-8089-97c341056e3b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ba609bd6-3419-47f2-8616-4de67a5efc0c {
  text-align: center;
}

#s-ba609bd6-3419-47f2-8616-4de67a5efc0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ba609bd6-3419-47f2-8616-4de67a5efc0c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ba609bd6-3419-47f2-8616-4de67a5efc0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5dd78ff7-9019-4490-b0db-ba09b1ad6e82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-5dd78ff7-9019-4490-b0db-ba09b1ad6e82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-5dd78ff7-9019-4490-b0db-ba09b1ad6e82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-5dd78ff7-9019-4490-b0db-ba09b1ad6e82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 {
  text-align: left;
}



.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98bd66f-9c01-47d1-a6c0-1d5e5da3a4a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-54aa8878-aae0-4c62-80d6-252ab1fa6d10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54aa8878-aae0-4c62-80d6-252ab1fa6d10 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-47068a45-aff4-449d-8233-146a37660641 {
  text-align: center;
}

#s-47068a45-aff4-449d-8233-146a37660641 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-47068a45-aff4-449d-8233-146a37660641 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-47068a45-aff4-449d-8233-146a37660641 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fae58195-0480-40be-852d-c71b6e9013e5 {
  text-align: left;
}



.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae58195-0480-40be-852d-c71b6e9013e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d08d4644-7625-416d-8798-62389d4755e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d08d4644-7625-416d-8798-62389d4755e2 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-8166eee4-9cf6-46a1-8e1e-c45760eb8c97 {
  text-align: center;
}

#s-8166eee4-9cf6-46a1-8e1e-c45760eb8c97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-8166eee4-9cf6-46a1-8e1e-c45760eb8c97 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-8166eee4-9cf6-46a1-8e1e-c45760eb8c97 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4327928e-61d7-4552-9e6c-df2d6340261d {
  text-align: left;
}



.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4327928e-61d7-4552-9e6c-df2d6340261d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a94af7b0-eadf-4f12-ab2e-37b5351af30f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a94af7b0-eadf-4f12-ab2e-37b5351af30f .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4cef9f9d-6df6-40f2-92f2-8f9030a2edc5 {
  text-align: center;
}

#s-4cef9f9d-6df6-40f2-92f2-8f9030a2edc5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4cef9f9d-6df6-40f2-92f2-8f9030a2edc5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4cef9f9d-6df6-40f2-92f2-8f9030a2edc5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c612c30e-a083-49f8-8b19-c42e86729384 {
  text-align: left;
}



.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c612c30e-a083-49f8-8b19-c42e86729384 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a45e9060-11d8-4247-8c3f-d5b5775ff91b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a45e9060-11d8-4247-8c3f-d5b5775ff91b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-da463df8-e320-4f8a-83fe-ccc0029badc7 {
  text-align: center;
}

#s-da463df8-e320-4f8a-83fe-ccc0029badc7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-da463df8-e320-4f8a-83fe-ccc0029badc7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-da463df8-e320-4f8a-83fe-ccc0029badc7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-23f2fdc5-36b0-4b06-b5d0-8ec9d0ad3345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-23f2fdc5-36b0-4b06-b5d0-8ec9d0ad3345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-23f2fdc5-36b0-4b06-b5d0-8ec9d0ad3345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-23f2fdc5-36b0-4b06-b5d0-8ec9d0ad3345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 {
  text-align: left;
}



.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4b1ebe6-1ca9-47bb-b18b-53f1a81ab827 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6ab53ed-f970-4f02-8afa-67196bf0dcaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6ab53ed-f970-4f02-8afa-67196bf0dcaa .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1b3bad59-3e3a-4d39-b544-59fbee41a746 {
  text-align: center;
}

#s-1b3bad59-3e3a-4d39-b544-59fbee41a746 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-1b3bad59-3e3a-4d39-b544-59fbee41a746 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-1b3bad59-3e3a-4d39-b544-59fbee41a746 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba {
  text-align: left;
}



.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa4960cd-4fc4-4986-93a9-9bf4574ed3ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7031277b-4f05-4829-816c-c75a21d25e9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7031277b-4f05-4829-816c-c75a21d25e9a .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-2406dd9d-665d-4311-966b-82abcf9b244d {
  text-align: center;
}

#s-2406dd9d-665d-4311-966b-82abcf9b244d .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-2406dd9d-665d-4311-966b-82abcf9b244d .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-2406dd9d-665d-4311-966b-82abcf9b244d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 {
  text-align: left;
}



.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2adb22f7-4d01-44f1-9f2a-890772dcaec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a3be4372-5807-428d-924b-10b452eaf654 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3be4372-5807-428d-924b-10b452eaf654 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-58d5972d-8f7f-4088-955f-5788de40dc0e {
  text-align: center;
}

#s-58d5972d-8f7f-4088-955f-5788de40dc0e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-58d5972d-8f7f-4088-955f-5788de40dc0e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-58d5972d-8f7f-4088-955f-5788de40dc0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b {
  text-align: left;
}



.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c08eecc2-64b7-4f61-b418-3a6a571e4e2b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ae40bed7-16e7-44c4-9c66-0e06bf7ecb0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae40bed7-16e7-44c4-9c66-0e06bf7ecb0b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-32b7a214-1e47-484c-b0a7-88777f64a541 {
  text-align: center;
}

#s-32b7a214-1e47-484c-b0a7-88777f64a541 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-32b7a214-1e47-484c-b0a7-88777f64a541 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-32b7a214-1e47-484c-b0a7-88777f64a541 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-1a1e5ad9-2522-4bde-b39b-1ae5cedbf35f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-1a1e5ad9-2522-4bde-b39b-1ae5cedbf35f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-1a1e5ad9-2522-4bde-b39b-1ae5cedbf35f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a1e5ad9-2522-4bde-b39b-1ae5cedbf35f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-fb355201-2c3d-4f18-aba2-f335ea149dbd {
  text-align: left;
}



.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb355201-2c3d-4f18-aba2-f335ea149dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-809468d4-d742-4d6f-b8f1-75d7fba7b810 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-809468d4-d742-4d6f-b8f1-75d7fba7b810 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-be84d51a-c39b-40e6-8e8e-7f5c3496b060 {
  text-align: center;
}

#s-be84d51a-c39b-40e6-8e8e-7f5c3496b060 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-be84d51a-c39b-40e6-8e8e-7f5c3496b060 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-be84d51a-c39b-40e6-8e8e-7f5c3496b060 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d {
  text-align: left;
}



.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b73c3b5c-b0e4-4653-983d-562bf6876a5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bedd65f-4111-4ee5-a46d-3d5e362dc2f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bedd65f-4111-4ee5-a46d-3d5e362dc2f3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-76dc7abe-7781-40a7-a376-861ec8120438 {
  text-align: center;
}

#s-76dc7abe-7781-40a7-a376-861ec8120438 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-76dc7abe-7781-40a7-a376-861ec8120438 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-76dc7abe-7781-40a7-a376-861ec8120438 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d298603b-e886-4b3c-a4a8-d842eea8c677 {
  min-height: 50px;
}








#s-d298603b-e886-4b3c-a4a8-d842eea8c677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d298603b-e886-4b3c-a4a8-d842eea8c677.shg-box.shg-c {
  justify-content: center;
}

#s-296270bd-6db2-4c0e-a176-9037b6df3aaa {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center top;
}








#s-296270bd-6db2-4c0e-a176-9037b6df3aaa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-296270bd-6db2-4c0e-a176-9037b6df3aaa {
  cursor: pointer;
}#s-296270bd-6db2-4c0e-a176-9037b6df3aaa.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4f3018c4-f21b-4af0-be80-3964465ffcc6 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-4f3018c4-f21b-4af0-be80-3964465ffcc6 {
  
}
}







#s-4f3018c4-f21b-4af0-be80-3964465ffcc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f3018c4-f21b-4af0-be80-3964465ffcc6 {
  cursor: pointer;
}#s-4f3018c4-f21b-4af0-be80-3964465ffcc6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab1c16b9-0535-4d77-aa12-47474b50038d {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-9d9900f4-fc3f-4421-84d9-8a127fb6337b {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-4940801c-96c3-4c63-913d-ce2c0cd1b522 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2I4Zjk0ZGYtZTQxMy00MzFhLTliNDUtMGU5NDg2MWIxN2VhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYjhmOTRkZi1lNDEzLTQzMWEtOWI0NS0wZTk0ODYxYjE3ZWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-4940801c-96c3-4c63-913d-ce2c0cd1b522 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjljOGQ0NmMtOGM4NS00YmI1LThiMDgtNDE1ZGMwZWE1ZGYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWM4ZDQ2Yy04Yzg1LTRiYjUtOGIwOC00MTVkYzBlYTVkZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4940801c-96c3-4c63-913d-ce2c0cd1b522 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwZDg2MzQtOGQxYy00YThkLWFjMDQtMWVjZDkyNDI1ZTI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMTBkODYzNC04ZDFjLTRhOGQtYWMwNC0xZWNkOTI0MjVlMjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjhjMDI1YzYtNmMwZS00YzMwLWI2ZjMtZTFiNzk1NWNjMTQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OGMwMjVjNi02YzBlLTRjMzAtYjZmMy1lMWI3OTU1Y2MxNDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4940801c-96c3-4c63-913d-ce2c0cd1b522 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWJiNTlhNzktNjkyOC00ZTk0LWJhNzctMzUwMjUzMzc4ZjNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYmI1OWE3OS02OTI4LTRlOTQtYmE3Ny0zNTAyNTMzNzhmM2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZlNjRmMzctOGI3OC00MDIxLTg2MmQtYzRiZjFmYjEyOGJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNmU2NGYzNy04Yjc4LTQwMjEtODYyZC1jNGJmMWZiMTI4YmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-4940801c-96c3-4c63-913d-ce2c0cd1b522 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-4940801c-96c3-4c63-913d-ce2c0cd1b522:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-4940801c-96c3-4c63-913d-ce2c0cd1b522-root {
    text-align: right;
  }


#s-4940801c-96c3-4c63-913d-ce2c0cd1b522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4940801c-96c3-4c63-913d-ce2c0cd1b522-root {
    text-align: center;
  }


#s-4940801c-96c3-4c63-913d-ce2c0cd1b522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4940801c-96c3-4c63-913d-ce2c0cd1b522-root {
    text-align: right;
  }


#s-4940801c-96c3-4c63-913d-ce2c0cd1b522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4940801c-96c3-4c63-913d-ce2c0cd1b522-root {
    text-align: right;
  }


#s-4940801c-96c3-4c63-913d-ce2c0cd1b522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4940801c-96c3-4c63-913d-ce2c0cd1b522-root {
    text-align: center;
  }


#s-4940801c-96c3-4c63-913d-ce2c0cd1b522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-be91bcdc-76c3-4519-b3f0-d29596e14b4c {
  margin-bottom: 0px;
}

#s-7767a56e-d885-49de-b0e9-84ffbe751d02 {
  min-height: 50px;
}








#s-7767a56e-d885-49de-b0e9-84ffbe751d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7767a56e-d885-49de-b0e9-84ffbe751d02.shg-box.shg-c {
  justify-content: center;
}

#s-c5ac7f56-91b6-4841-b0c8-797fc1f8844d {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-c5ac7f56-91b6-4841-b0c8-797fc1f8844d {
  
}
}
#s-c5ac7f56-91b6-4841-b0c8-797fc1f8844d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c5ac7f56-91b6-4841-b0c8-797fc1f8844d .shg-sld-nav-button.shg-sld-left,
#s-c5ac7f56-91b6-4841-b0c8-797fc1f8844d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3facaa2d-ec78-4032-b649-6c5f1e7790d3 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3facaa2d-ec78-4032-b649-6c5f1e7790d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3facaa2d-ec78-4032-b649-6c5f1e7790d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-3facaa2d-ec78-4032-b649-6c5f1e7790d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-3facaa2d-ec78-4032-b649-6c5f1e7790d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-b5c7945f-5947-4d11-9da7-778b22118f00 {
  
}

#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a {
  text-align: left;
}



.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a481ff-77c7-4d8d-90b8-f35a89721d7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a3af85ac-2f23-404e-a8ba-65d160663af8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a3af85ac-2f23-404e-a8ba-65d160663af8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ca68e8e4-1edc-4d23-bf68-51fcab5a837c {
  padding-bottom: 5px;
text-align: center;
}

#s-ca68e8e4-1edc-4d23-bf68-51fcab5a837c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-ca68e8e4-1edc-4d23-bf68-51fcab5a837c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca68e8e4-1edc-4d23-bf68-51fcab5a837c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f {
  text-align: left;
}



.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdec82bf-9ec7-4cdb-bf30-cd17f4b6c05f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02260ae4-b4f8-4d96-89d8-cf100633d723 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-02260ae4-b4f8-4d96-89d8-cf100633d723 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-41751697-d9e0-4d33-9b1b-a43cca0b992f {
  padding-bottom: 5px;
text-align: center;
}

#s-41751697-d9e0-4d33-9b1b-a43cca0b992f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-41751697-d9e0-4d33-9b1b-a43cca0b992f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-41751697-d9e0-4d33-9b1b-a43cca0b992f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-75e47b6b-d63a-41a4-8445-8bd968da2dc5 {
  margin-top: 0px;
}

#s-996bed14-35da-431a-9e5e-5361aeec52e2 {
  text-align: left;
}



.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996bed14-35da-431a-9e5e-5361aeec52e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bcfe9186-be25-4d4f-bff7-5daa87776969 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bcfe9186-be25-4d4f-bff7-5daa87776969 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-59816dde-1fe5-4448-8762-dea7ef56ff0a {
  text-align: center;
}

#s-59816dde-1fe5-4448-8762-dea7ef56ff0a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-59816dde-1fe5-4448-8762-dea7ef56ff0a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-59816dde-1fe5-4448-8762-dea7ef56ff0a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4c2e2b14-8433-4222-8486-c20210f92044 {
  margin-top: 0px;
}

#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 {
  text-align: left;
}



.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1d56c2-40db-4db8-a17d-b8b01b653ca0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ec56f76-e039-4a12-bbb2-edaed4a3f4bb {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5ec56f76-e039-4a12-bbb2-edaed4a3f4bb .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-920dea21-fca7-45c9-8880-16d6d621a0e4 {
  text-align: center;
}

#s-920dea21-fca7-45c9-8880-16d6d621a0e4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-920dea21-fca7-45c9-8880-16d6d621a0e4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-920dea21-fca7-45c9-8880-16d6d621a0e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-113231c4-9c8c-48af-a424-5fec158c70c2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-113231c4-9c8c-48af-a424-5fec158c70c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-113231c4-9c8c-48af-a424-5fec158c70c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-113231c4-9c8c-48af-a424-5fec158c70c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 {
  text-align: left;
}



.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ed84cb-b0f2-4446-be78-62914ae6dc57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-763755a6-d707-42a2-9d3a-cf2ce8428263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-763755a6-d707-42a2-9d3a-cf2ce8428263 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-adb6f33e-12c3-4421-8642-8675932823f4 {
  text-align: center;
}

#s-adb6f33e-12c3-4421-8642-8675932823f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-adb6f33e-12c3-4421-8642-8675932823f4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-adb6f33e-12c3-4421-8642-8675932823f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 {
  text-align: left;
}



.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57d6ed1d-bb42-4cda-9829-8e10f77445b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d0e06674-6300-4081-83b7-9e6654e674e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0e06674-6300-4081-83b7-9e6654e674e4 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-43d898ba-fe33-4be0-8c81-173155da746c {
  text-align: center;
}

#s-43d898ba-fe33-4be0-8c81-173155da746c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-43d898ba-fe33-4be0-8c81-173155da746c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-43d898ba-fe33-4be0-8c81-173155da746c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d {
  text-align: left;
}



.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c4b0d8f-3307-4ca9-b880-11b744a68e6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-688fd34e-76e0-4d37-8173-4398f0aed698 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-688fd34e-76e0-4d37-8173-4398f0aed698 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-c1dfb2ad-fbf2-46d5-92ac-39f0ddf79373 {
  text-align: center;
}

#s-c1dfb2ad-fbf2-46d5-92ac-39f0ddf79373 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c1dfb2ad-fbf2-46d5-92ac-39f0ddf79373 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c1dfb2ad-fbf2-46d5-92ac-39f0ddf79373 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9cd0a365-0d80-4789-807a-00311cd011e3 {
  text-align: left;
}



.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd0a365-0d80-4789-807a-00311cd011e3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a25fd779-d756-4a8d-80f4-ed99c58c1154 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a25fd779-d756-4a8d-80f4-ed99c58c1154 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-67a35a2f-b28f-4dab-b4fb-6661ebb8f7f9 {
  text-align: center;
}

#s-67a35a2f-b28f-4dab-b4fb-6661ebb8f7f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-67a35a2f-b28f-4dab-b4fb-6661ebb8f7f9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-67a35a2f-b28f-4dab-b4fb-6661ebb8f7f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-9edc50ff-e349-4450-b494-cdd8dcd0b35e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-9edc50ff-e349-4450-b494-cdd8dcd0b35e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9edc50ff-e349-4450-b494-cdd8dcd0b35e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9edc50ff-e349-4450-b494-cdd8dcd0b35e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-e909f261-00f8-4541-9ce2-0874311480ca {
  text-align: left;
}



.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e909f261-00f8-4541-9ce2-0874311480ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bcac82de-a536-4e66-9e9d-484833010220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcac82de-a536-4e66-9e9d-484833010220 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-dc5260c1-68ee-4076-a14e-0020ee1f50ac {
  text-align: center;
}

#s-dc5260c1-68ee-4076-a14e-0020ee1f50ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-dc5260c1-68ee-4076-a14e-0020ee1f50ac .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-dc5260c1-68ee-4076-a14e-0020ee1f50ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 {
  text-align: left;
}



.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ca7bfc-3392-4378-bb9a-e8f7309f4e89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5b6e610-b1fd-4bf8-9d77-33f33b09e307 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5b6e610-b1fd-4bf8-9d77-33f33b09e307 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-49f97159-808c-44e0-a453-b7fa5438732f {
  text-align: center;
}

#s-49f97159-808c-44e0-a453-b7fa5438732f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-49f97159-808c-44e0-a453-b7fa5438732f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-49f97159-808c-44e0-a453-b7fa5438732f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-136da6fe-8ce8-4530-9922-999a057d68ef {
  text-align: left;
}



.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-136da6fe-8ce8-4530-9922-999a057d68ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-22021346-fc95-48a3-b3f0-98606bb9a33f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22021346-fc95-48a3-b3f0-98606bb9a33f .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-45fb7aed-f265-4ea5-bbb5-22db3a7ea0e8 {
  text-align: center;
}

#s-45fb7aed-f265-4ea5-bbb5-22db3a7ea0e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-45fb7aed-f265-4ea5-bbb5-22db3a7ea0e8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-45fb7aed-f265-4ea5-bbb5-22db3a7ea0e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1672181-0759-4392-a501-c8bcfbe91070 {
  text-align: left;
}



.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1672181-0759-4392-a501-c8bcfbe91070 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0a7412f5-ef97-45d8-ac74-a86c20f10355 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a7412f5-ef97-45d8-ac74-a86c20f10355 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e45fe398-a6c7-4b74-b9e3-461173f9b64b {
  text-align: center;
}

#s-e45fe398-a6c7-4b74-b9e3-461173f9b64b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e45fe398-a6c7-4b74-b9e3-461173f9b64b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e45fe398-a6c7-4b74-b9e3-461173f9b64b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-db3a3039-9bc4-4d41-8647-33fa553cf3d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-db3a3039-9bc4-4d41-8647-33fa553cf3d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-db3a3039-9bc4-4d41-8647-33fa553cf3d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-db3a3039-9bc4-4d41-8647-33fa553cf3d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 {
  text-align: left;
}



.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11dc5f63-b153-4122-86b8-8087fbfd8ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6640c52b-b4b9-438a-8e8f-995d15ff3459 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6640c52b-b4b9-438a-8e8f-995d15ff3459 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9bb9f0ad-5dd7-4d52-b154-65cc91b41fbc {
  text-align: center;
}

#s-9bb9f0ad-5dd7-4d52-b154-65cc91b41fbc .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-9bb9f0ad-5dd7-4d52-b154-65cc91b41fbc .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-9bb9f0ad-5dd7-4d52-b154-65cc91b41fbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 {
  text-align: left;
}



.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4c43b9-3e6d-4f13-a868-74f456c21558 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26780249-8a5a-4cee-9fb9-3b815792b194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26780249-8a5a-4cee-9fb9-3b815792b194 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-62bba1c0-7696-4da9-8ec8-d5298d175b0e {
  text-align: center;
}

#s-62bba1c0-7696-4da9-8ec8-d5298d175b0e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-62bba1c0-7696-4da9-8ec8-d5298d175b0e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-62bba1c0-7696-4da9-8ec8-d5298d175b0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a {
  text-align: left;
}



.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f429adf0-2dd4-4fde-bd9c-b9270748a95a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fececa18-9047-4a1c-9b8c-6f683979c8ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fececa18-9047-4a1c-9b8c-6f683979c8ec .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9462dfd0-02f5-4904-9ddd-848323d40c70 {
  text-align: center;
}

#s-9462dfd0-02f5-4904-9ddd-848323d40c70 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-9462dfd0-02f5-4904-9ddd-848323d40c70 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-9462dfd0-02f5-4904-9ddd-848323d40c70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab {
  text-align: left;
}



.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d38ae39-20f7-4286-8960-0c97dd6d76ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc078d84-e9c8-447f-b3ba-3daf95860f82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc078d84-e9c8-447f-b3ba-3daf95860f82 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9fba401c-ba7a-4280-85df-d8e24862a101 {
  text-align: center;
}

#s-9fba401c-ba7a-4280-85df-d8e24862a101 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-9fba401c-ba7a-4280-85df-d8e24862a101 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-9fba401c-ba7a-4280-85df-d8e24862a101 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-057fb911-3f9c-49f3-944b-5494ee4f7493"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-057fb911-3f9c-49f3-944b-5494ee4f7493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-057fb911-3f9c-49f3-944b-5494ee4f7493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-057fb911-3f9c-49f3-944b-5494ee4f7493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-43823725-6ff6-4c20-a87f-745557f716da {
  text-align: left;
}



.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43823725-6ff6-4c20-a87f-745557f716da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4162282a-61c6-422e-8d0f-e008db71ab28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4162282a-61c6-422e-8d0f-e008db71ab28 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-d31e8766-7643-4110-a074-3f43af1b06c2 {
  text-align: center;
}

#s-d31e8766-7643-4110-a074-3f43af1b06c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-d31e8766-7643-4110-a074-3f43af1b06c2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-d31e8766-7643-4110-a074-3f43af1b06c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d {
  text-align: left;
}



.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b290ef5d-440b-4b81-a9a1-70c41cba0b1d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f783b9c6-b6a8-4d25-ac2e-a0014d1ce3d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f783b9c6-b6a8-4d25-ac2e-a0014d1ce3d9 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-13d93b47-9f83-4f00-b188-e76674347aae {
  text-align: center;
}

#s-13d93b47-9f83-4f00-b188-e76674347aae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-13d93b47-9f83-4f00-b188-e76674347aae .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-13d93b47-9f83-4f00-b188-e76674347aae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b163ceca-948d-4f8c-b536-91bcf6cdddda {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center top;
}








#s-b163ceca-948d-4f8c-b536-91bcf6cdddda > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b163ceca-948d-4f8c-b536-91bcf6cdddda {
  cursor: pointer;
}#s-b163ceca-948d-4f8c-b536-91bcf6cdddda.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5217da7d-16e9-434e-ac81-c5c57944ed1a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5217da7d-16e9-434e-ac81-c5c57944ed1a {
  
}
}







#s-5217da7d-16e9-434e-ac81-c5c57944ed1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5217da7d-16e9-434e-ac81-c5c57944ed1a {
  cursor: pointer;
}#s-5217da7d-16e9-434e-ac81-c5c57944ed1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29c50a32-9557-466b-9002-60c61284ae13 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-51b518ec-dee1-4e5f-976b-2f7e57f3535a {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2JiOGMyYjctYTIzMy00ODgwLThhMTAtMDM2ZGUwNTE0MzE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYmI4YzJiNy1hMjMzLTQ4ODAtOGExMC0wMzZkZTA1MTQzMTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjUzZTg1NjUtMDg4Mi00ZmY3LTk4MTMtMDk4Y2VhNzVkODRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNTNlODU2NS0wODgyLTRmZjctOTgxMy0wOThjZWE3NWQ4NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjY2MjM3ZTQtZmNjZC00MTUyLTg3ZTItZjdlMDZjZTEzYjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNjYyMzdlNC1mY2NkLTQxNTItODdlMi1mN2UwNmNlMTNiMDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODE3ZWViZWItNzE0OS00ODNiLTk4OTEtOTA1OWU2M2FkYTNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTdlZWJlYi03MTQ5LTQ4M2ItOTg5MS05MDU5ZTYzYWRhM2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGFhMzc5N2EtZTE0Yi00YjgwLWFlOWEtOTdiMDJmZjk1NWZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YWEzNzk3YS1lMTRiLTRiODAtYWU5YS05N2IwMmZmOTU1ZmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODkyNThlMzUtMzRiYS00OGE2LTg4MTYtYmZkYWJhODMwNzNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OTI1OGUzNS0zNGJhLTQ4YTYtODgxNi1iZmRhYmE4MzA3M2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6-root {
    text-align: right;
  }


#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6-root {
    text-align: center;
  }


#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6-root {
    text-align: right;
  }


#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6-root {
    text-align: right;
  }


#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6-root {
    text-align: center;
  }


#s-ac83cd9b-a2e9-45fd-9b7b-9c37a9ef65d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1d7ddef7-2358-445c-854d-f0671624d113 {
  min-height: 50px;
}








#s-1d7ddef7-2358-445c-854d-f0671624d113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d7ddef7-2358-445c-854d-f0671624d113.shg-box.shg-c {
  justify-content: center;
}

#s-a0bd742c-2d5b-4135-90df-2b9a976356f7 {
  min-height: 50px;
}








#s-a0bd742c-2d5b-4135-90df-2b9a976356f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0bd742c-2d5b-4135-90df-2b9a976356f7.shg-box.shg-c {
  justify-content: center;
}

#s-6888cd2b-f28c-4006-9fbd-6cfeafb7b543 {
  min-height: 50px;
}








#s-6888cd2b-f28c-4006-9fbd-6cfeafb7b543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6888cd2b-f28c-4006-9fbd-6cfeafb7b543.shg-box.shg-c {
  justify-content: center;
}

#s-edf0f03b-87ae-4447-ac0c-64da593f8dd0 {
  min-height: 50px;
}








#s-edf0f03b-87ae-4447-ac0c-64da593f8dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf0f03b-87ae-4447-ac0c-64da593f8dd0.shg-box.shg-c {
  justify-content: center;
}

#s-6184ffb3-7a02-4e49-8121-c046875ea1a2 {
  margin-bottom: 0px;
}

#s-a45e7e0b-65ea-46d3-b233-6d7c98f21fc8 {
  min-height: 50px;
}








#s-a45e7e0b-65ea-46d3-b233-6d7c98f21fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a45e7e0b-65ea-46d3-b233-6d7c98f21fc8.shg-box.shg-c {
  justify-content: center;
}

#s-d6067f2d-0875-4a66-96b3-ffc67d7896ae {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-d6067f2d-0875-4a66-96b3-ffc67d7896ae {
  
}
}
#s-d6067f2d-0875-4a66-96b3-ffc67d7896ae .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d6067f2d-0875-4a66-96b3-ffc67d7896ae .shg-sld-nav-button.shg-sld-left,
#s-d6067f2d-0875-4a66-96b3-ffc67d7896ae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3e8e6f24-8615-4457-a603-f74044d1288e {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3e8e6f24-8615-4457-a603-f74044d1288e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3e8e6f24-8615-4457-a603-f74044d1288e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-3e8e6f24-8615-4457-a603-f74044d1288e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-3e8e6f24-8615-4457-a603-f74044d1288e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-945804dd-dcc2-4315-b87e-6eebbbb893e4 {
  
}

#s-61b3e333-7a88-47ba-915b-052fadaac675 {
  text-align: left;
}



.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b3e333-7a88-47ba-915b-052fadaac675 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-db58a3ae-3bca-4321-9441-fdc11b5e939e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-db58a3ae-3bca-4321-9441-fdc11b5e939e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-80fb1b99-6714-444a-8c68-57b86054ba1c {
  padding-bottom: 5px;
text-align: center;
}

#s-80fb1b99-6714-444a-8c68-57b86054ba1c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-80fb1b99-6714-444a-8c68-57b86054ba1c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-80fb1b99-6714-444a-8c68-57b86054ba1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 {
  text-align: left;
}



.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b3ee5f8-494e-43fa-959d-a478ed66e718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a79abde-8720-434c-a66c-2821fbfd3b37 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4a79abde-8720-434c-a66c-2821fbfd3b37 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-fb6f49d6-547c-46b4-b2c9-26cbb418e4b8 {
  padding-bottom: 5px;
text-align: center;
}

#s-fb6f49d6-547c-46b4-b2c9-26cbb418e4b8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-fb6f49d6-547c-46b4-b2c9-26cbb418e4b8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-fb6f49d6-547c-46b4-b2c9-26cbb418e4b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-99e3013e-3f50-49ba-9081-288fa9744cb8 {
  margin-top: 0px;
}

#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f {
  text-align: left;
}



.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b692a9cd-0ac0-49ad-bcaa-461cd3f4361f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52b739e2-25ed-4e0c-9021-b51ef682c8a8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-52b739e2-25ed-4e0c-9021-b51ef682c8a8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-8d3c76c3-4c2e-4ee1-88c2-c68046bc48d7 {
  text-align: center;
}

#s-8d3c76c3-4c2e-4ee1-88c2-c68046bc48d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-8d3c76c3-4c2e-4ee1-88c2-c68046bc48d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-8d3c76c3-4c2e-4ee1-88c2-c68046bc48d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c3cd6fc0-3cd0-4e6e-82b9-74b6edfc6996 {
  margin-top: 0px;
}

#s-986eefed-7866-4c8f-8535-b82b6980a6ec {
  text-align: left;
}



.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986eefed-7866-4c8f-8535-b82b6980a6ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-740d3a3c-a284-4bf9-adff-6d4f23cd2b8d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-740d3a3c-a284-4bf9-adff-6d4f23cd2b8d .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-298d17f0-847f-4c29-b9fd-714cb8d47509 {
  text-align: center;
}

#s-298d17f0-847f-4c29-b9fd-714cb8d47509 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-298d17f0-847f-4c29-b9fd-714cb8d47509 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-298d17f0-847f-4c29-b9fd-714cb8d47509 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ee28cf62-0a32-4d42-a94b-4cefc8809dbd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-ee28cf62-0a32-4d42-a94b-4cefc8809dbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-ee28cf62-0a32-4d42-a94b-4cefc8809dbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-ee28cf62-0a32-4d42-a94b-4cefc8809dbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-76242451-840c-4de9-89ac-8a62d1606c57 {
  text-align: left;
}



.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76242451-840c-4de9-89ac-8a62d1606c57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a006cf0a-27b5-4fc9-b5d2-f6b9d3a4f852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a006cf0a-27b5-4fc9-b5d2-f6b9d3a4f852 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ca2f8e04-3881-4a15-a104-d25b5abe0886 {
  text-align: center;
}

#s-ca2f8e04-3881-4a15-a104-d25b5abe0886 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ca2f8e04-3881-4a15-a104-d25b5abe0886 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ca2f8e04-3881-4a15-a104-d25b5abe0886 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d {
  text-align: left;
}



.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45650c7e-7bf8-46ff-b836-a7a17cf1998d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b9de993-5953-4988-a7bc-19ece89468e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b9de993-5953-4988-a7bc-19ece89468e0 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-2a6909bc-be67-411b-b30f-9b428840150d {
  text-align: center;
}

#s-2a6909bc-be67-411b-b30f-9b428840150d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-2a6909bc-be67-411b-b30f-9b428840150d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2a6909bc-be67-411b-b30f-9b428840150d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a0503a3-6509-45ae-9e44-612242fa7221 {
  text-align: left;
}



.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a0503a3-6509-45ae-9e44-612242fa7221 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5460700-d204-49c9-9774-b621ba9cd2d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5460700-d204-49c9-9774-b621ba9cd2d1 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-525e9956-7717-4c20-a866-6231203af4c6 {
  text-align: center;
}

#s-525e9956-7717-4c20-a866-6231203af4c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-525e9956-7717-4c20-a866-6231203af4c6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-525e9956-7717-4c20-a866-6231203af4c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1de243c-b188-4355-99b7-c594a958fc2d {
  text-align: left;
}



.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1de243c-b188-4355-99b7-c594a958fc2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a61d57fd-aee7-4177-991a-ae0934180d1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a61d57fd-aee7-4177-991a-ae0934180d1c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-a26e8c69-b7e8-417e-8fca-36e884b7e850 {
  text-align: center;
}

#s-a26e8c69-b7e8-417e-8fca-36e884b7e850 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-a26e8c69-b7e8-417e-8fca-36e884b7e850 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a26e8c69-b7e8-417e-8fca-36e884b7e850 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ea39f77e-1967-41f9-a377-497a71b12579"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-ea39f77e-1967-41f9-a377-497a71b12579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-ea39f77e-1967-41f9-a377-497a71b12579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-ea39f77e-1967-41f9-a377-497a71b12579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 {
  text-align: left;
}



.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b555ae47-dff0-48e0-bd90-2c01d0cc3e56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2fc8981e-30b5-4b1a-bd4b-b2a1583c0d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fc8981e-30b5-4b1a-bd4b-b2a1583c0d15 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ba892db0-cf8a-4ba1-9193-2035e83a961e {
  text-align: center;
}

#s-ba892db0-cf8a-4ba1-9193-2035e83a961e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ba892db0-cf8a-4ba1-9193-2035e83a961e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ba892db0-cf8a-4ba1-9193-2035e83a961e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 {
  text-align: left;
}



.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fc51c9-04b7-4d4f-82ba-7b22685119c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26579727-65a8-41d8-9e39-2a81dfeedacb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26579727-65a8-41d8-9e39-2a81dfeedacb .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-048ecc23-322d-4337-862d-b32c2089eecc {
  text-align: center;
}

#s-048ecc23-322d-4337-862d-b32c2089eecc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-048ecc23-322d-4337-862d-b32c2089eecc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-048ecc23-322d-4337-862d-b32c2089eecc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-116d7a45-0e56-4777-9f86-c371aba01c8e {
  text-align: left;
}



.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116d7a45-0e56-4777-9f86-c371aba01c8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c37e925b-7dc9-41c2-882e-5df8ab67317b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c37e925b-7dc9-41c2-882e-5df8ab67317b .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e2a78f9b-9ce8-4e98-bb35-7aaca1fcd96c {
  text-align: center;
}

#s-e2a78f9b-9ce8-4e98-bb35-7aaca1fcd96c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e2a78f9b-9ce8-4e98-bb35-7aaca1fcd96c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e2a78f9b-9ce8-4e98-bb35-7aaca1fcd96c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 {
  text-align: left;
}



.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d77e7db4-cd99-43b2-86f1-86914e8a0016 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dbe74427-0a9e-4c15-a686-6a028223e7d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbe74427-0a9e-4c15-a686-6a028223e7d8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f9c54d54-6d3a-4677-ae0d-e6439f995baa {
  text-align: center;
}

#s-f9c54d54-6d3a-4677-ae0d-e6439f995baa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f9c54d54-6d3a-4677-ae0d-e6439f995baa .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f9c54d54-6d3a-4677-ae0d-e6439f995baa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-caf752a1-ddd4-45d0-9a14-6b1b7305f265"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-caf752a1-ddd4-45d0-9a14-6b1b7305f265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-caf752a1-ddd4-45d0-9a14-6b1b7305f265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-caf752a1-ddd4-45d0-9a14-6b1b7305f265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-76be67a4-6860-4f75-b947-d6ab9da783fc {
  text-align: left;
}



.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76be67a4-6860-4f75-b947-d6ab9da783fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-235d8375-820f-41b8-8298-276ca1458f58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-235d8375-820f-41b8-8298-276ca1458f58 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-c5dce5b2-f94e-456c-89ed-e08dd0d4604d {
  text-align: center;
}

#s-c5dce5b2-f94e-456c-89ed-e08dd0d4604d .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-c5dce5b2-f94e-456c-89ed-e08dd0d4604d .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-c5dce5b2-f94e-456c-89ed-e08dd0d4604d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af {
  text-align: left;
}



.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb2aa01-a7c6-4ec3-a418-97cbc2dba9af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-00c302f1-9304-454d-8838-b2d11cb5d4bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00c302f1-9304-454d-8838-b2d11cb5d4bc .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-292f46c1-c362-45e9-929c-fb77c133d24e {
  text-align: center;
}

#s-292f46c1-c362-45e9-929c-fb77c133d24e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-292f46c1-c362-45e9-929c-fb77c133d24e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-292f46c1-c362-45e9-929c-fb77c133d24e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 {
  text-align: left;
}



.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e54c06c-cd78-4ffe-94a1-1652ac4d25e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b11469a-3d48-4b04-b6ff-895e9b25ca99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b11469a-3d48-4b04-b6ff-895e9b25ca99 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-71115a8e-2caa-41b1-bdfd-48dd9f22933f {
  text-align: center;
}

#s-71115a8e-2caa-41b1-bdfd-48dd9f22933f .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-71115a8e-2caa-41b1-bdfd-48dd9f22933f .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-71115a8e-2caa-41b1-bdfd-48dd9f22933f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e39c816-b41e-480d-baf8-38d752738184 {
  text-align: left;
}



.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e39c816-b41e-480d-baf8-38d752738184 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-383819e0-c4d0-4462-8fd1-e947b901b851 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-383819e0-c4d0-4462-8fd1-e947b901b851 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-1e27e1e6-01c8-44a4-af65-d5662a3581fd {
  text-align: center;
}

#s-1e27e1e6-01c8-44a4-af65-d5662a3581fd .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-1e27e1e6-01c8-44a4-af65-d5662a3581fd .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-1e27e1e6-01c8-44a4-af65-d5662a3581fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-67d81237-e4f1-41bb-a018-be97215b4db4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-67d81237-e4f1-41bb-a018-be97215b4db4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-67d81237-e4f1-41bb-a018-be97215b4db4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-67d81237-e4f1-41bb-a018-be97215b4db4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-7d6ca53e-de87-4ef3-866a-26679f30b642 {
  text-align: left;
}



.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6ca53e-de87-4ef3-866a-26679f30b642 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-920c1ae3-bd9f-44a8-86c7-d48c404cb27c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-920c1ae3-bd9f-44a8-86c7-d48c404cb27c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-459ec81f-f50e-4a5c-8aa7-719c67ac1ec9 {
  text-align: center;
}

#s-459ec81f-f50e-4a5c-8aa7-719c67ac1ec9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-459ec81f-f50e-4a5c-8aa7-719c67ac1ec9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-459ec81f-f50e-4a5c-8aa7-719c67ac1ec9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 {
  text-align: left;
}



.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f64a65-79a6-47cd-a3c4-9079b162cab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1611ea7-7fbf-4ca4-8ccb-5a013b398f77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1611ea7-7fbf-4ca4-8ccb-5a013b398f77 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e648c4ab-799d-4371-8170-33546cd70d8f {
  text-align: center;
}

#s-e648c4ab-799d-4371-8170-33546cd70d8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e648c4ab-799d-4371-8170-33546cd70d8f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e648c4ab-799d-4371-8170-33546cd70d8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95331377-f4f0-4ec1-8833-d4b003a8e722 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center bottom;
}








#s-95331377-f4f0-4ec1-8833-d4b003a8e722 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-95331377-f4f0-4ec1-8833-d4b003a8e722 {
  cursor: pointer;
}#s-95331377-f4f0-4ec1-8833-d4b003a8e722.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5e0c1654-59de-4d52-bcd5-722f17480490 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5e0c1654-59de-4d52-bcd5-722f17480490 {
  
}
}







#s-5e0c1654-59de-4d52-bcd5-722f17480490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e0c1654-59de-4d52-bcd5-722f17480490 {
  cursor: pointer;
}#s-5e0c1654-59de-4d52-bcd5-722f17480490.shg-box.shg-c {
  justify-content: flex-start;
}

#s-028167cc-da9d-4c8c-8efc-8726ca7d2cdd {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-75c730a9-c609-4bab-9989-274adc09a6c6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-d909be9a-5212-4c50-b4e7-0469d4d94045 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-d909be9a-5212-4c50-b4e7-0469d4d94045:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODY4ZTMxZDctMjNiYS00NTBkLThjODYtOTkzZTM3Yjg2MWI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NjhlMzFkNy0yM2JhLTQ1MGQtOGM4Ni05OTNlMzdiODYxYjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-d909be9a-5212-4c50-b4e7-0469d4d94045:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-d909be9a-5212-4c50-b4e7-0469d4d94045 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-d909be9a-5212-4c50-b4e7-0469d4d94045:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjUzZTg1NjUtMDg4Mi00ZmY3LTk4MTMtMDk4Y2VhNzVkODRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNTNlODU2NS0wODgyLTRmZjctOTgxMy0wOThjZWE3NWQ4NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-d909be9a-5212-4c50-b4e7-0469d4d94045 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNkYTY4MmQtYTVkNy00YWJmLTkzNzYtNjFmZGU5NzE4YTYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjM2RhNjgyZC1hNWQ3LTRhYmYtOTM3Ni02MWZkZTk3MThhNjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-d909be9a-5212-4c50-b4e7-0469d4d94045:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTVlYjhhZDctYjY3Ni00NGVhLWI1Y2EtMWQ0OWJkMjgwMDc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NWViOGFkNy1iNjc2LTQ0ZWEtYjVjYS0xZDQ5YmQyODAwNzgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d909be9a-5212-4c50-b4e7-0469d4d94045 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzI5NzE2MWItYjIyNC00MzUwLTg0YTQtNjVhYzUwMzc4NjkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMjk3MTYxYi1iMjI0LTQzNTAtODRhNC02NWFjNTAzNzg2OTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-d909be9a-5212-4c50-b4e7-0469d4d94045:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWNlYmNlMWEtYmQ3Yi00OGUxLWEzMWItYzdhYjYwN2QyY2RjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhY2ViY2UxYS1iZDdiLTQ4ZTEtYTMxYi1jN2FiNjA3ZDJjZGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-d909be9a-5212-4c50-b4e7-0469d4d94045 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-d909be9a-5212-4c50-b4e7-0469d4d94045:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-d909be9a-5212-4c50-b4e7-0469d4d94045-root {
    text-align: right;
  }


#s-d909be9a-5212-4c50-b4e7-0469d4d94045.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d909be9a-5212-4c50-b4e7-0469d4d94045-root {
    text-align: center;
  }


#s-d909be9a-5212-4c50-b4e7-0469d4d94045.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d909be9a-5212-4c50-b4e7-0469d4d94045-root {
    text-align: right;
  }


#s-d909be9a-5212-4c50-b4e7-0469d4d94045.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d909be9a-5212-4c50-b4e7-0469d4d94045-root {
    text-align: right;
  }


#s-d909be9a-5212-4c50-b4e7-0469d4d94045.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d909be9a-5212-4c50-b4e7-0469d4d94045-root {
    text-align: center;
  }


#s-d909be9a-5212-4c50-b4e7-0469d4d94045.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0f8d0c97-6981-4436-9f45-a217f2e41f3a {
  margin-bottom: 0px;
}

#s-e3300959-a7b4-45bc-96d7-554e3261dffc {
  min-height: 50px;
}








#s-e3300959-a7b4-45bc-96d7-554e3261dffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3300959-a7b4-45bc-96d7-554e3261dffc.shg-box.shg-c {
  justify-content: center;
}

#s-dff8b547-918b-4012-86fb-a987ddd2d51f {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-dff8b547-918b-4012-86fb-a987ddd2d51f {
  
}
}
#s-dff8b547-918b-4012-86fb-a987ddd2d51f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dff8b547-918b-4012-86fb-a987ddd2d51f .shg-sld-nav-button.shg-sld-left,
#s-dff8b547-918b-4012-86fb-a987ddd2d51f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f17e101f-88ba-400c-8b01-28f31833a887 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f17e101f-88ba-400c-8b01-28f31833a887"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f17e101f-88ba-400c-8b01-28f31833a887"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-f17e101f-88ba-400c-8b01-28f31833a887"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-f17e101f-88ba-400c-8b01-28f31833a887"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-0d0ad3b7-6962-4bad-b95a-2918fc8fd8c1 {
  
}

#s-9a716f2a-3662-4b10-bca9-2822fd03842e {
  text-align: left;
}



.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a716f2a-3662-4b10-bca9-2822fd03842e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-415dba7d-9163-4f41-b6bb-9fe82a06826c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-415dba7d-9163-4f41-b6bb-9fe82a06826c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9ec91f93-6c1b-4101-81b9-6ed31052cba7 {
  padding-bottom: 5px;
text-align: center;
}

#s-9ec91f93-6c1b-4101-81b9-6ed31052cba7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-9ec91f93-6c1b-4101-81b9-6ed31052cba7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-9ec91f93-6c1b-4101-81b9-6ed31052cba7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 {
  text-align: left;
}



.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cbeeee3-4ef3-4ad2-a0d5-07a999f42673 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d93dfe2f-67e5-407e-93fb-fa051a6edb12 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d93dfe2f-67e5-407e-93fb-fa051a6edb12 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-00eee102-137c-4b2f-84e8-5a306069b58d {
  padding-bottom: 5px;
text-align: center;
}

#s-00eee102-137c-4b2f-84e8-5a306069b58d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-00eee102-137c-4b2f-84e8-5a306069b58d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-00eee102-137c-4b2f-84e8-5a306069b58d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-339de9d9-755f-4a22-a479-bc2761052951 {
  margin-top: 0px;
}

#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 {
  text-align: left;
}



.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a2ed9f9-c099-473a-b8cf-11109b5c7a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-edf3af38-5673-4ffa-9c90-4db20f9c3efd {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-edf3af38-5673-4ffa-9c90-4db20f9c3efd .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-43172da2-b517-4374-80d0-84dcbf0a58f1 {
  text-align: center;
}

#s-43172da2-b517-4374-80d0-84dcbf0a58f1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-43172da2-b517-4374-80d0-84dcbf0a58f1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-43172da2-b517-4374-80d0-84dcbf0a58f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-923939de-3c47-4e2f-9134-457ee24d9147 {
  margin-top: 0px;
}

#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 {
  text-align: left;
}



.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-381907bc-22e1-410d-b4e1-21d5b3ab7393 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-47a6e58a-35fe-4da6-8028-567d3a753798 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-47a6e58a-35fe-4da6-8028-567d3a753798 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-243e7bdc-6d74-45e7-ab2b-1f47c1177b0a {
  text-align: center;
}

#s-243e7bdc-6d74-45e7-ab2b-1f47c1177b0a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-243e7bdc-6d74-45e7-ab2b-1f47c1177b0a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-243e7bdc-6d74-45e7-ab2b-1f47c1177b0a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-aead3dfd-2708-4723-b53c-494ea063ae81"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-aead3dfd-2708-4723-b53c-494ea063ae81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-aead3dfd-2708-4723-b53c-494ea063ae81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-aead3dfd-2708-4723-b53c-494ea063ae81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 {
  text-align: left;
}



.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3987057d-2b63-4a3d-86d4-00150d1a11f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2c0acac9-18f1-4dd0-9549-5c814128a6f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c0acac9-18f1-4dd0-9549-5c814128a6f8 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-0a489e04-d623-41a0-8014-e64524f3a96e {
  text-align: center;
}

#s-0a489e04-d623-41a0-8014-e64524f3a96e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-0a489e04-d623-41a0-8014-e64524f3a96e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-0a489e04-d623-41a0-8014-e64524f3a96e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd3df24d-275c-49ba-88a3-c8d2d726facf {
  text-align: left;
}



.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3df24d-275c-49ba-88a3-c8d2d726facf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d749eaf-2eef-4533-9b33-e61cc89ae70e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d749eaf-2eef-4533-9b33-e61cc89ae70e .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-c992c6b8-f73f-4398-9a19-65fed576152f {
  text-align: center;
}

#s-c992c6b8-f73f-4398-9a19-65fed576152f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c992c6b8-f73f-4398-9a19-65fed576152f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c992c6b8-f73f-4398-9a19-65fed576152f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 {
  text-align: left;
}



.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-633c618c-6be5-4b7d-bc1e-46b0f79a6f68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cd87a3a4-27fe-4a96-8b3d-710eb8d472fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd87a3a4-27fe-4a96-8b3d-710eb8d472fc .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-144e56cf-ee58-4059-95e9-efd744c5fb57 {
  text-align: center;
}

#s-144e56cf-ee58-4059-95e9-efd744c5fb57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-144e56cf-ee58-4059-95e9-efd744c5fb57 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-144e56cf-ee58-4059-95e9-efd744c5fb57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 {
  text-align: left;
}



.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e90e2e4-f162-4c57-9fe4-8af2eca9da70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dd31f07c-fdf3-4f45-a5f5-dbee659c6a08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd31f07c-fdf3-4f45-a5f5-dbee659c6a08 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-71485f22-850b-493c-b522-17aedbab8e3b {
  text-align: center;
}

#s-71485f22-850b-493c-b522-17aedbab8e3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-71485f22-850b-493c-b522-17aedbab8e3b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-71485f22-850b-493c-b522-17aedbab8e3b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-4bb83669-a60c-42c7-9d7d-a583847d86eb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-4bb83669-a60c-42c7-9d7d-a583847d86eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-4bb83669-a60c-42c7-9d7d-a583847d86eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-4bb83669-a60c-42c7-9d7d-a583847d86eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab {
  text-align: left;
}



.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b372d25-16c1-49d0-9a80-ba1cebc851ab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8aaf4676-7f28-4039-baa5-3193563c66cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8aaf4676-7f28-4039-baa5-3193563c66cf .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-f2e9f9d9-209a-4101-8d41-17a1791717f4 {
  text-align: center;
}

#s-f2e9f9d9-209a-4101-8d41-17a1791717f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-f2e9f9d9-209a-4101-8d41-17a1791717f4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f2e9f9d9-209a-4101-8d41-17a1791717f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea431614-68a2-4fc6-bbde-906fe82e54ff {
  text-align: left;
}



.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea431614-68a2-4fc6-bbde-906fe82e54ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cda6fda3-ef21-4697-afde-c18f22a1a72c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cda6fda3-ef21-4697-afde-c18f22a1a72c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-39cf5be0-96f8-4753-b0db-b9e03ee16995 {
  text-align: center;
}

#s-39cf5be0-96f8-4753-b0db-b9e03ee16995 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-39cf5be0-96f8-4753-b0db-b9e03ee16995 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-39cf5be0-96f8-4753-b0db-b9e03ee16995 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 {
  text-align: left;
}



.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a694ed-7214-40b1-b997-2abc59b4ff04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-356cf8bb-5423-4833-a909-09f60d1cda2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-356cf8bb-5423-4833-a909-09f60d1cda2a .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e346e05a-d555-40b8-b504-88eded0b5991 {
  text-align: center;
}

#s-e346e05a-d555-40b8-b504-88eded0b5991 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-e346e05a-d555-40b8-b504-88eded0b5991 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-e346e05a-d555-40b8-b504-88eded0b5991 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e691b2fe-8fc6-49df-841b-06a8123523aa {
  text-align: left;
}



.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e691b2fe-8fc6-49df-841b-06a8123523aa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb7cf770-b0b5-4128-8780-07ac38321fda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb7cf770-b0b5-4128-8780-07ac38321fda .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4ed81834-8470-4098-a217-47bdf6572068 {
  text-align: center;
}

#s-4ed81834-8470-4098-a217-47bdf6572068 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4ed81834-8470-4098-a217-47bdf6572068 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4ed81834-8470-4098-a217-47bdf6572068 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d7c7c011-d978-4e79-bb45-450c54a0d57e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-d7c7c011-d978-4e79-bb45-450c54a0d57e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-d7c7c011-d978-4e79-bb45-450c54a0d57e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-d7c7c011-d978-4e79-bb45-450c54a0d57e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de {
  text-align: left;
}



.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b9bf8d-8c0e-47ef-9997-16421e6c94de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ccb428a8-81c1-422a-aa51-fe82ea692b4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccb428a8-81c1-422a-aa51-fe82ea692b4d .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-afe3f825-b4b4-497e-97ad-563935fb08d8 {
  text-align: center;
}

#s-afe3f825-b4b4-497e-97ad-563935fb08d8 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-afe3f825-b4b4-497e-97ad-563935fb08d8 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-afe3f825-b4b4-497e-97ad-563935fb08d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f5bc206-8978-4739-a1ce-07384cd100b8 {
  text-align: left;
}



.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5bc206-8978-4739-a1ce-07384cd100b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1450f0b2-4d3f-477c-abe7-1bef2fa36d59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1450f0b2-4d3f-477c-abe7-1bef2fa36d59 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-fc961936-a84e-444a-90cc-fae2ba08132e {
  text-align: center;
}

#s-fc961936-a84e-444a-90cc-fae2ba08132e .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-fc961936-a84e-444a-90cc-fae2ba08132e .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-fc961936-a84e-444a-90cc-fae2ba08132e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be {
  text-align: left;
}



.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2a8476-239d-4dd9-b931-6ee2f1ce77be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c3e5e7e9-1754-47d2-b23f-15a5168d8c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3e5e7e9-1754-47d2-b23f-15a5168d8c21 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-af2ddf22-6fd9-4560-a393-b948799d103f {
  text-align: center;
}

#s-af2ddf22-6fd9-4560-a393-b948799d103f .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-af2ddf22-6fd9-4560-a393-b948799d103f .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-af2ddf22-6fd9-4560-a393-b948799d103f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 {
  text-align: left;
}



.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d1058-ae82-419b-b9b1-17aae352bc81 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9191a3e0-247c-4df8-8008-ee096efae039 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9191a3e0-247c-4df8-8008-ee096efae039 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e23b957e-2cd6-411a-aa88-19332ef461f3 {
  text-align: center;
}

#s-e23b957e-2cd6-411a-aa88-19332ef461f3 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-e23b957e-2cd6-411a-aa88-19332ef461f3 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-e23b957e-2cd6-411a-aa88-19332ef461f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-86059882-05b6-470e-9376-89cd682a32ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-86059882-05b6-470e-9376-89cd682a32ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-86059882-05b6-470e-9376-89cd682a32ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-86059882-05b6-470e-9376-89cd682a32ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb {
  text-align: left;
}



.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931fcbc6-e7d3-44be-896c-91cdb2a456cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf67d214-c074-405c-9dff-f97c9953eaab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf67d214-c074-405c-9dff-f97c9953eaab .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-af48f7c6-52b8-4f86-bc9d-5fd3103350fe {
  text-align: center;
}

#s-af48f7c6-52b8-4f86-bc9d-5fd3103350fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-af48f7c6-52b8-4f86-bc9d-5fd3103350fe .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-af48f7c6-52b8-4f86-bc9d-5fd3103350fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 {
  text-align: left;
}



.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df7b656b-d8f6-4e8c-b406-c5c0cc6d3991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5eaa660-14b4-4346-9cb7-3f4740830f99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5eaa660-14b4-4346-9cb7-3f4740830f99 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3ef35ad9-e8eb-4125-be2f-c2618c3fcc48 {
  text-align: center;
}

#s-3ef35ad9-e8eb-4125-be2f-c2618c3fcc48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-3ef35ad9-e8eb-4125-be2f-c2618c3fcc48 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-3ef35ad9-e8eb-4125-be2f-c2618c3fcc48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c30985ee-51f0-4073-906f-71671b285ee1 {
  min-height: 50px;
}








#s-c30985ee-51f0-4073-906f-71671b285ee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c30985ee-51f0-4073-906f-71671b285ee1.shg-box.shg-c {
  justify-content: center;
}

#s-5c068367-f773-41ac-84fd-532e68b0e7fb {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
opacity: 1;
}
@media (max-width: 767px){#s-5c068367-f773-41ac-84fd-532e68b0e7fb {
  
}
}
#s-5c068367-f773-41ac-84fd-532e68b0e7fb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5c068367-f773-41ac-84fd-532e68b0e7fb .shg-sld-nav-button.shg-sld-left,
#s-5c068367-f773-41ac-84fd-532e68b0e7fb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c24c7489-2673-4a3f-a743-b3176190efaf {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c24c7489-2673-4a3f-a743-b3176190efaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c24c7489-2673-4a3f-a743-b3176190efaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-c24c7489-2673-4a3f-a743-b3176190efaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-c24c7489-2673-4a3f-a743-b3176190efaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-75dfd450-4efe-4597-92c8-93e9b12b2d18 {
  
}

#s-19744a47-a9b8-4865-a037-b5fd43a04f42 {
  text-align: left;
}



.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19744a47-a9b8-4865-a037-b5fd43a04f42 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ad04e7e-f4f0-4f98-86aa-eb28e448d7d5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0ad04e7e-f4f0-4f98-86aa-eb28e448d7d5 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-5811cf77-2859-4cb6-87fa-504907bd6897 {
  padding-bottom: 5px;
text-align: center;
}

#s-5811cf77-2859-4cb6-87fa-504907bd6897 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-5811cf77-2859-4cb6-87fa-504907bd6897 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-5811cf77-2859-4cb6-87fa-504907bd6897 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-954f25a7-1701-49c6-aa97-7afdd3670b15 {
  text-align: left;
}



.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954f25a7-1701-49c6-aa97-7afdd3670b15 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fdce0f2e-9419-46ba-a130-80464dc9349c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fdce0f2e-9419-46ba-a130-80464dc9349c .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-14694a91-e0da-4ec0-a64c-3432ae9dd3eb {
  padding-bottom: 5px;
text-align: center;
}

#s-14694a91-e0da-4ec0-a64c-3432ae9dd3eb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-14694a91-e0da-4ec0-a64c-3432ae9dd3eb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-14694a91-e0da-4ec0-a64c-3432ae9dd3eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b85eb419-959b-4430-8bc3-5c615a937622 {
  margin-top: 0px;
}

#s-7a535688-a549-4a08-ab0a-fcff206ee857 {
  text-align: left;
}



.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a535688-a549-4a08-ab0a-fcff206ee857 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b217fcd4-81af-4108-b676-15a53291ae36 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b217fcd4-81af-4108-b676-15a53291ae36 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-11376b6b-0ba0-415f-a4e2-f61d6d4eb18b {
  text-align: center;
}

#s-11376b6b-0ba0-415f-a4e2-f61d6d4eb18b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-11376b6b-0ba0-415f-a4e2-f61d6d4eb18b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-11376b6b-0ba0-415f-a4e2-f61d6d4eb18b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2e4f0db9-4944-4239-bd92-cfc07cfd27a6 {
  margin-top: 0px;
}

#s-54ec3165-c14f-4904-a8d4-56031fb9a481 {
  text-align: left;
}



.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ec3165-c14f-4904-a8d4-56031fb9a481 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-67fa9e26-b388-4214-b4d6-01abaa6759ef {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-67fa9e26-b388-4214-b4d6-01abaa6759ef .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-72f951cd-7ef9-4394-af36-51575f1444fc {
  text-align: center;
}

#s-72f951cd-7ef9-4394-af36-51575f1444fc .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-72f951cd-7ef9-4394-af36-51575f1444fc .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-72f951cd-7ef9-4394-af36-51575f1444fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ad7e8849-cc6e-42d5-85fd-447a44dc9be3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-ad7e8849-cc6e-42d5-85fd-447a44dc9be3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-ad7e8849-cc6e-42d5-85fd-447a44dc9be3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-ad7e8849-cc6e-42d5-85fd-447a44dc9be3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf {
  text-align: left;
}



.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e8bc71-e0db-427b-857f-4d2b3bfbbbdf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-808123c5-e975-4d31-b418-db5f0f32e3b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-808123c5-e975-4d31-b418-db5f0f32e3b7 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-d6547177-8d43-4860-a053-6ecd2b6b8099 {
  text-align: center;
}

#s-d6547177-8d43-4860-a053-6ecd2b6b8099 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-d6547177-8d43-4860-a053-6ecd2b6b8099 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-d6547177-8d43-4860-a053-6ecd2b6b8099 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb {
  text-align: left;
}



.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140a01ce-1e0a-48f1-8b60-326e9a5bb5cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a7f5aae4-4e5b-400e-8210-050470b3fbd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7f5aae4-4e5b-400e-8210-050470b3fbd3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-6bda4460-c396-4459-982f-959e8820063b {
  text-align: center;
}

#s-6bda4460-c396-4459-982f-959e8820063b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-6bda4460-c396-4459-982f-959e8820063b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-6bda4460-c396-4459-982f-959e8820063b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 {
  text-align: left;
}



.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d5fff2-8c1f-41d3-b19e-f51996e56f74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-60ff1834-1434-4153-8154-bb3e3a990bd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60ff1834-1434-4153-8154-bb3e3a990bd5 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-c4d25c34-d72a-4b7e-8770-b205181e3768 {
  text-align: center;
}

#s-c4d25c34-d72a-4b7e-8770-b205181e3768 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-c4d25c34-d72a-4b7e-8770-b205181e3768 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-c4d25c34-d72a-4b7e-8770-b205181e3768 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 {
  text-align: left;
}



.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3eca0244-7d4d-441e-917b-a5a6b38df8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-510529bd-1c56-4e50-b3ba-4190d7a651d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-510529bd-1c56-4e50-b3ba-4190d7a651d6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-9a184f36-ed6a-4591-9626-94f913be79af {
  text-align: center;
}

#s-9a184f36-ed6a-4591-9626-94f913be79af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-9a184f36-ed6a-4591-9626-94f913be79af .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-9a184f36-ed6a-4591-9626-94f913be79af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c75f96ea-2688-4e5e-bb31-74f256c5ec87"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-c75f96ea-2688-4e5e-bb31-74f256c5ec87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-c75f96ea-2688-4e5e-bb31-74f256c5ec87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-c75f96ea-2688-4e5e-bb31-74f256c5ec87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 {
  text-align: left;
}



.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c80d8e4-90b7-4f6f-81d6-7699e34bc273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c62ed04-7334-4751-a59a-6bc1c0fedaee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c62ed04-7334-4751-a59a-6bc1c0fedaee .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-386afb0d-eab3-41b4-b8a6-3200854a3b9f {
  text-align: center;
}

#s-386afb0d-eab3-41b4-b8a6-3200854a3b9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-386afb0d-eab3-41b4-b8a6-3200854a3b9f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-386afb0d-eab3-41b4-b8a6-3200854a3b9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d {
  text-align: left;
}



.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9e3b27-fbf7-4c13-82cd-13ccc326055d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cd39cdf3-47aa-4bb8-9b25-b56ad3ba1f77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd39cdf3-47aa-4bb8-9b25-b56ad3ba1f77 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-4f6251be-a0c7-431e-a627-bdb0c4e3abd6 {
  text-align: center;
}

#s-4f6251be-a0c7-431e-a627-bdb0c4e3abd6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-4f6251be-a0c7-431e-a627-bdb0c4e3abd6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4f6251be-a0c7-431e-a627-bdb0c4e3abd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8e9ec0f-cc61-4870-b280-3269ace59034 {
  text-align: left;
}



.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8e9ec0f-cc61-4870-b280-3269ace59034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c8be51b-ddf5-480d-a15c-8e8ffa8ffb34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c8be51b-ddf5-480d-a15c-8e8ffa8ffb34 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-752141f5-2d91-4405-813c-d8205b168b74 {
  text-align: center;
}

#s-752141f5-2d91-4405-813c-d8205b168b74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-752141f5-2d91-4405-813c-d8205b168b74 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-752141f5-2d91-4405-813c-d8205b168b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 {
  text-align: left;
}



.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e9b9bc-283a-4ef8-8005-0bd7680bf561 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b51f8957-26fc-49b7-bf8a-e099eb6033d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b51f8957-26fc-49b7-bf8a-e099eb6033d6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-7455015c-475a-4ad4-aaa4-97e9b26675fd {
  text-align: center;
}

#s-7455015c-475a-4ad4-aaa4-97e9b26675fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-7455015c-475a-4ad4-aaa4-97e9b26675fd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-7455015c-475a-4ad4-aaa4-97e9b26675fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-a2541347-3d84-42fa-a9b2-5752ddcbf4a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-a2541347-3d84-42fa-a9b2-5752ddcbf4a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-a2541347-3d84-42fa-a9b2-5752ddcbf4a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-a2541347-3d84-42fa-a9b2-5752ddcbf4a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-ec78c3a6-1550-4193-8f22-884dac8456ce {
  text-align: left;
}



.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec78c3a6-1550-4193-8f22-884dac8456ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-190c055f-3eb7-4a76-b4ee-1e9f5c03f733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-190c055f-3eb7-4a76-b4ee-1e9f5c03f733 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-163ec853-02b8-424c-afc5-6fdf3d04c1cd {
  text-align: center;
}

#s-163ec853-02b8-424c-afc5-6fdf3d04c1cd .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-163ec853-02b8-424c-afc5-6fdf3d04c1cd .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-163ec853-02b8-424c-afc5-6fdf3d04c1cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26489af0-d788-4e76-916b-45f44dd035ae {
  text-align: left;
}



.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26489af0-d788-4e76-916b-45f44dd035ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52f05791-d90c-401f-a98f-e32e504995bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52f05791-d90c-401f-a98f-e32e504995bd .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-3b713d4f-769c-4968-8a5f-cc699c1c7a37 {
  text-align: center;
}

#s-3b713d4f-769c-4968-8a5f-cc699c1c7a37 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-3b713d4f-769c-4968-8a5f-cc699c1c7a37 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-3b713d4f-769c-4968-8a5f-cc699c1c7a37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c {
  text-align: left;
}



.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4092b0ae-f9d2-4d7a-b8c4-f5a89eb5282c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-890500dd-ebe1-458b-9322-6805fb2702a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-890500dd-ebe1-458b-9322-6805fb2702a6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-ed38a439-7e2e-4fad-bcec-03ad570635eb {
  text-align: center;
}

#s-ed38a439-7e2e-4fad-bcec-03ad570635eb .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-ed38a439-7e2e-4fad-bcec-03ad570635eb .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-ed38a439-7e2e-4fad-bcec-03ad570635eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05675d04-0c63-49be-8012-1677861655c7 {
  text-align: left;
}



.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05675d04-0c63-49be-8012-1677861655c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7874a60b-ede9-459e-9e6e-df54ce692bce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7874a60b-ede9-459e-9e6e-df54ce692bce .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-e3d512ce-2b1e-46cb-8651-0326af096bf7 {
  text-align: center;
}

#s-e3d512ce-2b1e-46cb-8651-0326af096bf7 .shg-product-sold-out {
  display: none;
  color: rgba(107, 107, 107, 1);
  font-size: 15px;
  
  font-family: Roboto;
  font-style:  normal ;
}

#s-e3d512ce-2b1e-46cb-8651-0326af096bf7 .shg-product-price {
  color: rgba(107, 107, 107, 1);
  
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-e3d512ce-2b1e-46cb-8651-0326af096bf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-348628dd-689f-4263-8959-306dc82d5e4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-348628dd-689f-4263-8959-306dc82d5e4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-348628dd-689f-4263-8959-306dc82d5e4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-348628dd-689f-4263-8959-306dc82d5e4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba {
  text-align: left;
}



.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-962e2a3c-b150-47fb-9c7b-2481f7df14ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-76ef66cc-aeca-404d-911c-758a304c32e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76ef66cc-aeca-404d-911c-758a304c32e6 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-da74bdb7-dfdc-4e42-9f08-f68bed029bbd {
  text-align: center;
}

#s-da74bdb7-dfdc-4e42-9f08-f68bed029bbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-da74bdb7-dfdc-4e42-9f08-f68bed029bbd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-da74bdb7-dfdc-4e42-9f08-f68bed029bbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0722f92-4bcb-4267-a03c-e840c62529ba {
  text-align: left;
}



.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0722f92-4bcb-4267-a03c-e840c62529ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-feab9a9a-b461-4a90-9e70-935e876a79f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feab9a9a-b461-4a90-9e70-935e876a79f3 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 13px;
  
  
  
}

#s-31fb4a32-0b68-42db-b660-422b8f980d43 {
  text-align: center;
}

#s-31fb4a32-0b68-42db-b660-422b8f980d43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-31fb4a32-0b68-42db-b660-422b8f980d43 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-31fb4a32-0b68-42db-b660-422b8f980d43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3971974d-9c88-43fe-b114-4e078811087d {
  min-height: 50px;
}








#s-3971974d-9c88-43fe-b114-4e078811087d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3971974d-9c88-43fe-b114-4e078811087d.shg-box.shg-c {
  justify-content: center;
}

#s-8e113dbf-add0-489a-91d1-a5d91f788397 {
  min-height: 50px;
}








#s-8e113dbf-add0-489a-91d1-a5d91f788397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e113dbf-add0-489a-91d1-a5d91f788397.shg-box.shg-c {
  justify-content: center;
}

#s-e8253ce6-4abf-4ed7-9a3b-154a8f08ee8f {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
background-position: center center;
}








#s-e8253ce6-4abf-4ed7-9a3b-154a8f08ee8f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e8253ce6-4abf-4ed7-9a3b-154a8f08ee8f {
  cursor: pointer;
}#s-e8253ce6-4abf-4ed7-9a3b-154a8f08ee8f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7adaf5ed-0dd0-4718-82db-71362c0fdec2 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7adaf5ed-0dd0-4718-82db-71362c0fdec2 {
  
}
}







#s-7adaf5ed-0dd0-4718-82db-71362c0fdec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7adaf5ed-0dd0-4718-82db-71362c0fdec2 {
  cursor: pointer;
}#s-7adaf5ed-0dd0-4718-82db-71362c0fdec2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7736d18-6f63-43f8-9edb-3231e3193849 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-d8af02ed-16be-4b13-8103-4afea2b246f3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94 {
  box-shadow:1px 1px 1px 1px rgba(2, 2, 2, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVjMTBhYzYtZDkxYy00MjY2LTk0OGMtNTM0MTRlMjE0MzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWMxMGFjNi1kOTFjLTQyNjYtOTQ4Yy01MzQxNGUyMTQzNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 6px;
padding-left: 50px;
padding-bottom: 6px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 5px;
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffc000"}, {"id"=>2, "pos"=>1, "color"=>"#ff7b00"}];
}
#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODMwMDQxYTQtNzVjYi00NWVmLWFlMDUtZTA3NTZkODhmNTgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3YjAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZjMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MzAwNDFhNC03NWNiLTQ1ZWYtYWUwNS1lMDc1NmQ4OGY1ODMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#ff7b00"}, {"id"=>1, "pos"=>1, "color"=>"#ffc000"}] !important;
hover-type: gradient !important;}#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:active {background-color: rgba(237, 237, 237, 1) !important;
text-decoration: none !important;
color: rgba(43, 43, 43, 1) !important;}@media (min-width: 1200px){#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2YWY3YjktMzE3Yy00YjIwLWE1MzUtZDQxOGZiYmUxYWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTZhZjdiOS0zMTdjLTRiMjAtYTUzNS1kNDE4ZmJiZTFhYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
text-align: center;
}
#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjUzZTg1NjUtMDg4Mi00ZmY3LTk4MTMtMDk4Y2VhNzVkODRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNTNlODU2NS0wODgyLTRmZjctOTgxMy0wOThjZWE3NWQ4NGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94 {
  box-shadow:  3px  ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDU3YzgxNWMtNzE2Yy00OTdhLTk2ZTAtYTZhNGU0NTJkZTRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNTdjODE1Yy03MTZjLTQ5N2EtOTZlMC1hNmE0ZTQ1MmRlNGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTVjY2U0ZmYtZWZiZi00ZTdhLTg0MTAtZjkyY2EzYjk3NGYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNWNjZTRmZi1lZmJmLTRlN2EtODQxMC1mOTJjYTNiOTc0ZjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjA0Y2FlZGQtZjdkMS00OTFjLTgzOGEtZmYyZWUwYWVhNDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMDRjYWVkZC1mN2QxLTQ5MWMtODM4YS1mZjJlZTBhZWE0OTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}];
}
#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQxNjg4MjQtNzIzYS00MTY2LWJjYjctOGRhOTg0ZDg0YjI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNDE2ODgyNC03MjNhLTQxNjYtYmNiNy04ZGE5ODRkODRiMjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#73ff01"}, {"id"=>1, "pos"=>1, "color"=>"#c5ff49"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzYTIwZDYtYWMzOS00NzU1LThjMzEtODRiNzllZTVmZjg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzNhMjBkNi1hYzM5LTQ3NTUtOGMzMS04NGI3OWVlNWZmODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#73ff01"}, {"id"=>2, "pos"=>1, "color"=>"#c5ff49"}];
}
#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZhMmQ5YWYtYjNhYi00OGY4LTk5MWUtYTRjMWJkZDIxNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYzVmZjQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzNmZjAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmEyZDlhZi1iM2FiLTQ4ZjgtOTkxZS1hNGMxYmRkMjE2NmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#c5ff49"}, {"id"=>2, "pos"=>1, "color"=>"#73ff01"}] !important;
hover-type: gradient !important;}}

  #s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94-root {
    text-align: right;
  }


#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94-root {
    text-align: center;
  }


#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94-root {
    text-align: right;
  }


#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94-root {
    text-align: right;
  }


#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94-root {
    text-align: center;
  }


#s-bb52f6bd-c7b2-4667-a791-2e8694b4ce94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-6efcec8f-5203-4933-a9c6-4d0953571880 {
  min-height: 50px;
}








#s-6efcec8f-5203-4933-a9c6-4d0953571880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6efcec8f-5203-4933-a9c6-4d0953571880.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-9aa73e45-ce70-401d-8aa7-868a6290a702 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
}

#s-9aa73e45-ce70-401d-8aa7-868a6290a702 .shg-proportional-font-size,
#s-9aa73e45-ce70-401d-8aa7-868a6290a702 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
