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

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

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

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

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

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

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

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

#s-68459028-0952-4bb0-8180-160f7eb71f48 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68459028-0952-4bb0-8180-160f7eb71f48 {
  display: none;
}
#s-68459028-0952-4bb0-8180-160f7eb71f48, #wrap-s-68459028-0952-4bb0-8180-160f7eb71f48 { display:none !important; }}@media (max-width: 767px){#s-68459028-0952-4bb0-8180-160f7eb71f48 {
  display: none;
}
#s-68459028-0952-4bb0-8180-160f7eb71f48, #wrap-s-68459028-0952-4bb0-8180-160f7eb71f48 { display:none !important; }}







#s-68459028-0952-4bb0-8180-160f7eb71f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68459028-0952-4bb0-8180-160f7eb71f48.shg-box.shg-c {
  justify-content: center;
}

#s-8d30a9a7-d02b-4cf6-946a-8658dbb6eeda {
  background-image: url(https://i.shgcdn.com/d3db990b-1ece-45ac-b04a-8caf0cd3bd83/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-8d30a9a7-d02b-4cf6-946a-8658dbb6eeda > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8d30a9a7-d02b-4cf6-946a-8658dbb6eeda.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ebd239e2-2636-4263-8e99-28e8f2a9aaf3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}




  #s-ebd239e2-2636-4263-8e99-28e8f2a9aaf3 img.shogun-image {
    
    width: px;
  }


#s-ebd239e2-2636-4263-8e99-28e8f2a9aaf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4097804-2e6c-4975-aaeb-e924be1d2832 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(151, 193, 255, 1);
border-style: solid;
border-radius: 100px;
min-height: 0px;
max-width: 700px;
background-color: rgba(255, 255, 255, 0.96);
background-attachment: scroll;
}








#s-b4097804-2e6c-4975-aaeb-e924be1d2832 > .shg-box-overlay {
  background-color: rgba(3, 0, 255, 0);
  opacity: 0;
}#s-b4097804-2e6c-4975-aaeb-e924be1d2832.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2ed02cfb-1a07-4acd-9fd6-59f673c3dcc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ed02cfb-1a07-4acd-9fd6-59f673c3dcc5 .shogun-heading-component h5 {
  color: rgba(0, 70, 193, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-d6dbff69-cd24-4a8d-b5a7-fed5813d02fa {
  text-align: center;
}

#s-d6dbff69-cd24-4a8d-b5a7-fed5813d02fa .shogun-countdown span, #s-d6dbff69-cd24-4a8d-b5a7-fed5813d02fa .shogun-countdown label {
  color: rgba(0, 70, 193, 1);
}
#s-a035b243-e74a-44f3-bef2-642266a3084b {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

#s-a035b243-e74a-44f3-bef2-642266a3084b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 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;
}

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

#s-b79e49a4-b170-461f-9330-a4442ab133d8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b79e49a4-b170-461f-9330-a4442ab133d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-641f35ed-79fc-443e-8fb9-4023046618a4 {
  text-align: center;
}




  #s-641f35ed-79fc-443e-8fb9-4023046618a4 img.shogun-image {
    
    width: px;
  }


#s-641f35ed-79fc-443e-8fb9-4023046618a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb0b7aa4-8b9d-4e6c-b926-ba3f7500fa3e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 500px;
text-align: center;
}




  #s-eb0b7aa4-8b9d-4e6c-b926-ba3f7500fa3e img.shogun-image {
    
    width: px;
  }


#s-eb0b7aa4-8b9d-4e6c-b926-ba3f7500fa3e .shogun-image-content {
  
    align-items: center;
  
}

#s-14447aa0-2fb9-4f08-bb57-5c00758a642f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14447aa0-2fb9-4f08-bb57-5c00758a642f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1087c03f-ad74-44b9-bfc8-0cd93e257599"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a8ea4a66-8c27-495e-aed2-fe0d8bfcd747 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-a8ea4a66-8c27-495e-aed2-fe0d8bfcd747 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-56e6d30c-3738-4809-9bac-d9be8af349c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56e6d30c-3738-4809-9bac-d9be8af349c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  text-align: left;
}


.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 {
  max-width: 100%;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom,
.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-969eec4f-0ddd-4d52-98d4-7f2c910784f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-18663c93-1c2d-4e7c-ace4-171657279b32 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-18663c93-1c2d-4e7c-ace4-171657279b32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18663c93-1c2d-4e7c-ace4-171657279b32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-18663c93-1c2d-4e7c-ace4-171657279b32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-827d2290-81a1-47b2-833d-26afe62681c6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-827d2290-81a1-47b2-833d-26afe62681c6:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-827d2290-81a1-47b2-833d-26afe62681c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-827d2290-81a1-47b2-833d-26afe62681c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-827d2290-81a1-47b2-833d-26afe62681c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-827d2290-81a1-47b2-833d-26afe62681c6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-827d2290-81a1-47b2-833d-26afe62681c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-827d2290-81a1-47b2-833d-26afe62681c6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-188e3641-d63a-42b1-b215-504b7fac3444 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-188e3641-d63a-42b1-b215-504b7fac3444 {
  display: none;
}
#s-5ac0b6ce-3cbf-4b8f-8942-10d566623ad5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ac0b6ce-3cbf-4b8f-8942-10d566623ad5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  text-align: center;
}


.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a {
  max-width: 100%;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom,
.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b54315f-8018-4e50-9ec4-91b84374388a .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-77bbb427-004b-40d0-95ef-8d0e47ec2397 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-77bbb427-004b-40d0-95ef-8d0e47ec2397 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77bbb427-004b-40d0-95ef-8d0e47ec2397 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-77bbb427-004b-40d0-95ef-8d0e47ec2397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3a0878e-1224-487f-8a69-654ada4d0c2c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f3a0878e-1224-487f-8a69-654ada4d0c2c:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3a0878e-1224-487f-8a69-654ada4d0c2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3a0878e-1224-487f-8a69-654ada4d0c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3a0878e-1224-487f-8a69-654ada4d0c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3a0878e-1224-487f-8a69-654ada4d0c2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f3a0878e-1224-487f-8a69-654ada4d0c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f3a0878e-1224-487f-8a69-654ada4d0c2c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9a71e461-0fe1-4296-92f6-d68107897d69 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-9a71e461-0fe1-4296-92f6-d68107897d69 {
  display: none;
}
#s-721a8336-3f10-4fa6-8237-86a9c7d83da4 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-721a8336-3f10-4fa6-8237-86a9c7d83da4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  text-align: center;
}


.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 {
  max-width: 100%;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom,
.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afd3da82-cd61-45d0-a85c-ca21ed7b9430 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-395ba63b-3672-46ad-adc9-88bc7a08484b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-395ba63b-3672-46ad-adc9-88bc7a08484b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-395ba63b-3672-46ad-adc9-88bc7a08484b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-395ba63b-3672-46ad-adc9-88bc7a08484b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a61f585a-5f4b-4868-a914-98701500300b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a61f585a-5f4b-4868-a914-98701500300b:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a61f585a-5f4b-4868-a914-98701500300b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a61f585a-5f4b-4868-a914-98701500300b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a61f585a-5f4b-4868-a914-98701500300b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a61f585a-5f4b-4868-a914-98701500300b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a61f585a-5f4b-4868-a914-98701500300b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a61f585a-5f4b-4868-a914-98701500300b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-811a7964-3698-4114-b6ac-dd3f5809f84a {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

#s-811a7964-3698-4114-b6ac-dd3f5809f84a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7efadcc-d8ff-4c3b-b7ca-2e4e6b6fa865"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5cf1c03b-8ec8-4d90-b0fe-05609302caf0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 600px;
text-align: center;
}




  #s-5cf1c03b-8ec8-4d90-b0fe-05609302caf0 img.shogun-image {
    
    width: px;
  }


#s-5cf1c03b-8ec8-4d90-b0fe-05609302caf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f433bae5-2c15-44f9-be81-b20a10d3c332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f433bae5-2c15-44f9-be81-b20a10d3c332 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e396d88-0e88-4bec-aa81-4905710d6ce9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ad51f0c0-9239-42cd-a602-c990788fc4b7 {
  max-width: 250px;
}

#s-ad51f0c0-9239-42cd-a602-c990788fc4b7 {
  display: none;
}
#s-760c0589-4803-47eb-9a82-0d07bb33a010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-760c0589-4803-47eb-9a82-0d07bb33a010 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  text-align: left;
}


.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed {
  max-width: 100%;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom,
.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-444b7beb-b6b8-421d-bc54-0c38e69bf3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0565f972-0f06-473e-87cc-1a0cb194f2a0 {
  text-align: center;
}

#s-0565f972-0f06-473e-87cc-1a0cb194f2a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0565f972-0f06-473e-87cc-1a0cb194f2a0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0565f972-0f06-473e-87cc-1a0cb194f2a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d58f7599-b079-484e-8ef4-4ebf30a9d44f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d58f7599-b079-484e-8ef4-4ebf30a9d44f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bc1189d7-7f50-4737-b7b9-4d9a50a251c1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-bc1189d7-7f50-4737-b7b9-4d9a50a251c1 {
  display: none;
}
#s-27e5e256-5901-450c-9fb2-c132ed18504d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27e5e256-5901-450c-9fb2-c132ed18504d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  text-align: left;
}


.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 {
  max-width: 100%;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom,
.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293d626b-1c3f-407c-842b-e01a0a04d668 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b8f2e795-1458-4df2-bc01-c788e6c1536a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-b8f2e795-1458-4df2-bc01-c788e6c1536a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b8f2e795-1458-4df2-bc01-c788e6c1536a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8f2e795-1458-4df2-bc01-c788e6c1536a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a76f043f-ea56-4d79-aa43-4f3b000f3665 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a76f043f-ea56-4d79-aa43-4f3b000f3665:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a76f043f-ea56-4d79-aa43-4f3b000f3665:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a76f043f-ea56-4d79-aa43-4f3b000f3665 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76f043f-ea56-4d79-aa43-4f3b000f3665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76f043f-ea56-4d79-aa43-4f3b000f3665.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a76f043f-ea56-4d79-aa43-4f3b000f3665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a76f043f-ea56-4d79-aa43-4f3b000f3665.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a2962935-ceff-4454-abf0-f3d31e12b11d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-a2962935-ceff-4454-abf0-f3d31e12b11d {
  display: none;
}
#s-18741a56-74c2-493a-aeaf-bdd737042e1d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18741a56-74c2-493a-aeaf-bdd737042e1d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  text-align: left;
}


.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb {
  max-width: 100%;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom,
.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e22d79c-0503-4a0b-96f1-88815644a4fb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-233c99a0-e10a-4e7d-af6e-7c976144e702 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-233c99a0-e10a-4e7d-af6e-7c976144e702 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-233c99a0-e10a-4e7d-af6e-7c976144e702 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-233c99a0-e10a-4e7d-af6e-7c976144e702 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-99ff5bb9-0c23-4625-bdcf-6cf66c193597.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99ff5bb9-0c23-4625-bdcf-6cf66c193597.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1aeb7153-af52-4893-b5b0-33720e210e84 {
  text-align: center;
}




  #s-1aeb7153-af52-4893-b5b0-33720e210e84 img.shogun-image {
    
    width: px;
  }


#s-1aeb7153-af52-4893-b5b0-33720e210e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca4a4e18-338d-4189-88c2-7dd11b524c52 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

#s-ca4a4e18-338d-4189-88c2-7dd11b524c52 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-5c4ad4e0-245f-49c1-a844-33ed154e774b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c4ad4e0-245f-49c1-a844-33ed154e774b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e3448522-584c-4a16-8e08-87c895ad87af {
  text-align: center;
}




  #s-e3448522-584c-4a16-8e08-87c895ad87af img.shogun-image {
    
    width: px;
  }


#s-e3448522-584c-4a16-8e08-87c895ad87af .shogun-image-content {
  
    align-items: center;
  
}

#s-dff3c32e-3e95-4ea3-a7b8-f427b0e8350c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 600px;
text-align: center;
}




  #s-dff3c32e-3e95-4ea3-a7b8-f427b0e8350c img.shogun-image {
    
    width: px;
  }


#s-dff3c32e-3e95-4ea3-a7b8-f427b0e8350c .shogun-image-content {
  
    align-items: center;
  
}

#s-a5ea90a8-09aa-437b-9886-9946de03bcd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5ea90a8-09aa-437b-9886-9946de03bcd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f08666-3d8e-4256-b2a5-3e1c8a930d1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5e5960ea-ed99-432b-af29-8f46723ccd21 {
  max-width: 250px;
}

#s-5e5960ea-ed99-432b-af29-8f46723ccd21 {
  display: none;
}
#s-a51d4f8f-7617-456b-94eb-ef6cb73dee5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a51d4f8f-7617-456b-94eb-ef6cb73dee5a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  text-align: left;
}


.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e {
  max-width: 100%;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom,
.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89e5e157-a5e5-4c30-ad75-f2baa814991e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a9e97193-1491-4225-830a-1cd8416a0d0c {
  text-align: center;
}

#s-a9e97193-1491-4225-830a-1cd8416a0d0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a9e97193-1491-4225-830a-1cd8416a0d0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9e97193-1491-4225-830a-1cd8416a0d0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8349d57e-1429-40e3-8a3b-50813922c957 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8349d57e-1429-40e3-8a3b-50813922c957:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8349d57e-1429-40e3-8a3b-50813922c957:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8349d57e-1429-40e3-8a3b-50813922c957 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8349d57e-1429-40e3-8a3b-50813922c957.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8349d57e-1429-40e3-8a3b-50813922c957.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8349d57e-1429-40e3-8a3b-50813922c957.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8349d57e-1429-40e3-8a3b-50813922c957.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4a25efcf-6b35-4545-924f-bd63a9853c0d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-4a25efcf-6b35-4545-924f-bd63a9853c0d {
  display: none;
}
#s-a68c53f5-5b94-45f8-9eb2-8204b15f7aa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a68c53f5-5b94-45f8-9eb2-8204b15f7aa9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  text-align: left;
}


.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 {
  max-width: 100%;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom,
.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd188fdc-3b82-49b7-8acd-37cbba087985 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a358d6fa-5736-4557-a508-75c45837f687 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-a358d6fa-5736-4557-a508-75c45837f687 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a358d6fa-5736-4557-a508-75c45837f687 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a358d6fa-5736-4557-a508-75c45837f687 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9fadbabd-ae27-4b39-aad8-c6420a736b95 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9fadbabd-ae27-4b39-aad8-c6420a736b95:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fadbabd-ae27-4b39-aad8-c6420a736b95:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fadbabd-ae27-4b39-aad8-c6420a736b95 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fadbabd-ae27-4b39-aad8-c6420a736b95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fadbabd-ae27-4b39-aad8-c6420a736b95.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-9fadbabd-ae27-4b39-aad8-c6420a736b95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9fadbabd-ae27-4b39-aad8-c6420a736b95.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-875a12a3-4569-4ed9-a4eb-0895f05fc32e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-875a12a3-4569-4ed9-a4eb-0895f05fc32e {
  display: none;
}
#s-d4c54a0d-c609-46b1-b4aa-9a2e77ffa2ce {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4c54a0d-c609-46b1-b4aa-9a2e77ffa2ce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  text-align: left;
}


.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df {
  max-width: 100%;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom,
.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0e2f6ed-414a-42bf-8b94-209d9ef5c9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-db4fa403-d8c8-4cc5-9635-95c8e6e1c496 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-db4fa403-d8c8-4cc5-9635-95c8e6e1c496 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-db4fa403-d8c8-4cc5-9635-95c8e6e1c496 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-db4fa403-d8c8-4cc5-9635-95c8e6e1c496 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7f84b84-c93d-414a-b7b4-d339aff8a837 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d7f84b84-c93d-414a-b7b4-d339aff8a837:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7f84b84-c93d-414a-b7b4-d339aff8a837:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7f84b84-c93d-414a-b7b4-d339aff8a837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7f84b84-c93d-414a-b7b4-d339aff8a837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7f84b84-c93d-414a-b7b4-d339aff8a837.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d7f84b84-c93d-414a-b7b4-d339aff8a837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d7f84b84-c93d-414a-b7b4-d339aff8a837.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-459e4d98-6b8a-432a-9bd9-af57fb1b991f {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

#s-459e4d98-6b8a-432a-9bd9-af57fb1b991f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-850f1157-386a-4e60-8a1e-419ed742f46b {
  margin-top: auto;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-850f1157-386a-4e60-8a1e-419ed742f46b img.shogun-image {
    
    width: px;
  }


#s-850f1157-386a-4e60-8a1e-419ed742f46b .shogun-image-content {
  
    align-items: center;
  
}

#s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1250px;
}

@media (min-width: 0px) {
[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a148a825-bbc6-4e3d-8f99-5d017f49bf2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9e6c3a47-4bd6-4ab2-9003-73a5ab42a861 {
  max-width: 250px;
}

#s-9e6c3a47-4bd6-4ab2-9003-73a5ab42a861 {
  display: none;
}
#s-077ef082-d559-49e4-89bc-f98d0ed4e102 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-077ef082-d559-49e4-89bc-f98d0ed4e102 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  text-align: left;
}


.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 {
  max-width: 100%;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom,
.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ca2e322-4eea-43cc-b87c-6571b0672e06 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-16f42858-24c9-4002-a937-b78c0e3f7219 {
  text-align: center;
}

#s-16f42858-24c9-4002-a937-b78c0e3f7219 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-16f42858-24c9-4002-a937-b78c0e3f7219 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-16f42858-24c9-4002-a937-b78c0e3f7219 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e640f94b-47cd-45f9-9bc5-59764158d14e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e640f94b-47cd-45f9-9bc5-59764158d14e:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e640f94b-47cd-45f9-9bc5-59764158d14e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e640f94b-47cd-45f9-9bc5-59764158d14e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e640f94b-47cd-45f9-9bc5-59764158d14e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e640f94b-47cd-45f9-9bc5-59764158d14e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e640f94b-47cd-45f9-9bc5-59764158d14e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e640f94b-47cd-45f9-9bc5-59764158d14e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9dc02ad8-cffd-4b24-934e-69fcca961bd0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-9dc02ad8-cffd-4b24-934e-69fcca961bd0 {
  display: none;
}
#s-e4ce1164-b9ba-4070-a222-6f39838ee915 {
  margin-top: 22px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4ce1164-b9ba-4070-a222-6f39838ee915 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  text-align: left;
}


.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 {
  max-width: 100%;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom,
.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c31b2f-2e96-4f0e-804b-d707c79f9cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-47c8d4f4-7e6e-44a9-8b91-7e2c1af266f6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-47c8d4f4-7e6e-44a9-8b91-7e2c1af266f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47c8d4f4-7e6e-44a9-8b91-7e2c1af266f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-47c8d4f4-7e6e-44a9-8b91-7e2c1af266f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92eb37f2-2b40-4221-8f9d-735213c8c018 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-92eb37f2-2b40-4221-8f9d-735213c8c018:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92eb37f2-2b40-4221-8f9d-735213c8c018:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92eb37f2-2b40-4221-8f9d-735213c8c018 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92eb37f2-2b40-4221-8f9d-735213c8c018.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92eb37f2-2b40-4221-8f9d-735213c8c018.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-92eb37f2-2b40-4221-8f9d-735213c8c018.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92eb37f2-2b40-4221-8f9d-735213c8c018.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a777cedc-019b-4af9-9d22-0d64185c5cf3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-a777cedc-019b-4af9-9d22-0d64185c5cf3 {
  display: none;
}
#s-e4eca8ad-1714-47c9-a65f-f32df20eb192 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4eca8ad-1714-47c9-a65f-f32df20eb192 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  text-align: left;
}


.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec {
  max-width: 100%;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom,
.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd54a23c-eeb9-4839-9bd5-c260221243ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-749ed2d0-f661-43b2-afe4-a5e8b94f434d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-749ed2d0-f661-43b2-afe4-a5e8b94f434d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-749ed2d0-f661-43b2-afe4-a5e8b94f434d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-749ed2d0-f661-43b2-afe4-a5e8b94f434d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c36d68fe-2151-4cc7-9215-2bd4c29a7e46.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-23cf7c85-462f-411a-8a00-a4be5acffb0a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-23cf7c85-462f-411a-8a00-a4be5acffb0a {
  display: none;
}
#s-b9646aad-1b98-41cb-bf94-7809269c48c8 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9646aad-1b98-41cb-bf94-7809269c48c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  text-align: left;
}


.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa {
  max-width: 100%;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom,
.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-594b6530-dbec-4ba3-81d2-dea361b8deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-91b1dcf0-2a08-4f33-aaa7-090c743c85d6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-91b1dcf0-2a08-4f33-aaa7-090c743c85d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91b1dcf0-2a08-4f33-aaa7-090c743c85d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91b1dcf0-2a08-4f33-aaa7-090c743c85d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d361d9e7-966f-4d5a-b002-498ad680ce7f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d361d9e7-966f-4d5a-b002-498ad680ce7f:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d361d9e7-966f-4d5a-b002-498ad680ce7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d361d9e7-966f-4d5a-b002-498ad680ce7f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d361d9e7-966f-4d5a-b002-498ad680ce7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d361d9e7-966f-4d5a-b002-498ad680ce7f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d361d9e7-966f-4d5a-b002-498ad680ce7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d361d9e7-966f-4d5a-b002-498ad680ce7f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a1f9d854-c482-4454-891a-d25c78dfd00a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1f9d854-c482-4454-891a-d25c78dfd00a {
  display: none;
}
#s-a1f9d854-c482-4454-891a-d25c78dfd00a, #wrap-s-a1f9d854-c482-4454-891a-d25c78dfd00a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1f9d854-c482-4454-891a-d25c78dfd00a {
  display: none;
}
#s-a1f9d854-c482-4454-891a-d25c78dfd00a, #wrap-s-a1f9d854-c482-4454-891a-d25c78dfd00a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1f9d854-c482-4454-891a-d25c78dfd00a {
  
}
}







#s-a1f9d854-c482-4454-891a-d25c78dfd00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f9d854-c482-4454-891a-d25c78dfd00a.shg-box.shg-c {
  justify-content: center;
}

#s-3fdb128d-d603-40a5-b783-1663d64291e9 {
  background-image: url(https://i.shgcdn.com/d3db990b-1ece-45ac-b04a-8caf0cd3bd83/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fdb128d-d603-40a5-b783-1663d64291e9 {
  min-height: 300px;
}
}







#s-3fdb128d-d603-40a5-b783-1663d64291e9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3fdb128d-d603-40a5-b783-1663d64291e9.shg-box.shg-c {
  justify-content: center;
}

#s-431dd73e-bb66-4e25-b902-8a2ec9da4139 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-431dd73e-bb66-4e25-b902-8a2ec9da4139 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 600px;
}
}



  #s-431dd73e-bb66-4e25-b902-8a2ec9da4139 img.shogun-image {
    
    width: px;
  }


#s-431dd73e-bb66-4e25-b902-8a2ec9da4139 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e715da-6053-4feb-aed2-c05396147697 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(151, 193, 255, 1);
border-style: solid;
border-radius: 100px;
min-height: 0px;
max-width: 460px;
background-color: rgba(255, 255, 255, 0.96);
background-attachment: scroll;
}








#s-47e715da-6053-4feb-aed2-c05396147697 > .shg-box-overlay {
  background-color: rgba(3, 0, 255, 0);
  opacity: 0;
}#s-47e715da-6053-4feb-aed2-c05396147697.shg-box.shg-c {
  justify-content: center;
}

#s-fb4de15f-745e-4219-ba9d-7f7ddc821ced {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb4de15f-745e-4219-ba9d-7f7ddc821ced .shogun-heading-component h5 {
  color: rgba(0, 70, 193, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ecd2803-0db7-4823-a029-6cbc6f7c2ed7 {
  text-align: center;
}

#s-6ecd2803-0db7-4823-a029-6cbc6f7c2ed7 .shogun-countdown span, #s-6ecd2803-0db7-4823-a029-6cbc6f7c2ed7 .shogun-countdown label {
  color: rgba(0, 70, 193, 1);
}
#s-cd99d81d-4b9c-4460-9ad4-509750538814 {
  margin-top: auto;
margin-left: 2%;
margin-bottom: auto;
margin-right: 2%;
}

#s-cd99d81d-4b9c-4460-9ad4-509750538814 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-47909edc-3fde-487e-b1e8-023fee635475 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 0px;
max-width: 500px;
text-align: center;
}




  #s-47909edc-3fde-487e-b1e8-023fee635475 img.shogun-image {
    
    width: px;
  }


#s-47909edc-3fde-487e-b1e8-023fee635475 .shogun-image-content {
  
    align-items: center;
  
}

#s-877d455d-eedf-4cf5-bf0a-2ab313d94db2 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-877d455d-eedf-4cf5-bf0a-2ab313d94db2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3949d935-59f9-46e6-bcbb-76a8595fe690 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3949d935-59f9-46e6-bcbb-76a8595fe690 {
  max-width: 500px;
}
}
@media (min-width: 0px) {
[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3949d935-59f9-46e6-bcbb-76a8595fe690"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a4f95c22-e211-4a6e-af9c-ec11d2733225 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-a4f95c22-e211-4a6e-af9c-ec11d2733225 {
  display: none;
}
#s-37ab5ec6-86ee-4ad8-9776-7c619f5ae6f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37ab5ec6-86ee-4ad8-9776-7c619f5ae6f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  text-align: left;
}


.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d {
  max-width: 100%;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom,
.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74aeac91-acad-416a-8c41-a02b47a8b89d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3bd86a2a-2c72-4132-bb36-dbc26890ce37 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-3bd86a2a-2c72-4132-bb36-dbc26890ce37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bd86a2a-2c72-4132-bb36-dbc26890ce37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd86a2a-2c72-4132-bb36-dbc26890ce37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-e27f83c4-f1d1-4073-96bc-74cff5b16a38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e27f83c4-f1d1-4073-96bc-74cff5b16a38.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c5e58479-7f1f-44a1-9774-1fe10757b442 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-c5e58479-7f1f-44a1-9774-1fe10757b442 {
  display: none;
}
#s-1cfc25d1-e0d4-4c18-9fa1-521b906f13e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1cfc25d1-e0d4-4c18-9fa1-521b906f13e8 {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-1cfc25d1-e0d4-4c18-9fa1-521b906f13e8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  text-align: center;
}


.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 {
  max-width: 100%;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom,
.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5606f9-1e49-414e-8ceb-c994b5efb7e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-b5e6bdce-6540-41da-9fc4-58a4ca375187 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-b5e6bdce-6540-41da-9fc4-58a4ca375187 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5e6bdce-6540-41da-9fc4-58a4ca375187 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b5e6bdce-6540-41da-9fc4-58a4ca375187 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c3089c8d-536e-4cb2-98bf-ba5d2b7d7c8e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5e8cb815-3004-4160-8a04-947961a3578a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-5e8cb815-3004-4160-8a04-947961a3578a {
  display: none;
}
#s-dbe20afe-e449-4293-a626-3cb46faed126 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dbe20afe-e449-4293-a626-3cb46faed126 {
  margin-top: 15px;
}
}
#s-dbe20afe-e449-4293-a626-3cb46faed126 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  text-align: center;
}


.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 {
  max-width: 100%;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom,
.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ab68cea-3801-4eaf-a008-033c41d254b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-0a0d52e5-e989-47ae-a0e2-2274818295a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-0a0d52e5-e989-47ae-a0e2-2274818295a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a0d52e5-e989-47ae-a0e2-2274818295a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a0d52e5-e989-47ae-a0e2-2274818295a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6f9539f3-d906-4220-8259-a241b50cf73a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(64, 75, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6f9539f3-d906-4220-8259-a241b50cf73a:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f9539f3-d906-4220-8259-a241b50cf73a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f9539f3-d906-4220-8259-a241b50cf73a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f9539f3-d906-4220-8259-a241b50cf73a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f9539f3-d906-4220-8259-a241b50cf73a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f9539f3-d906-4220-8259-a241b50cf73a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f9539f3-d906-4220-8259-a241b50cf73a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a81b3c4a-e26b-426a-a752-855571e0b0a5 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 1%;
padding-right: 1%;
}

#s-a81b3c4a-e26b-426a-a752-855571e0b0a5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-3f07a136-8abc-44d0-b048-8057fd25ce71 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 0px;
max-width: 475px;
text-align: center;
}




  #s-3f07a136-8abc-44d0-b048-8057fd25ce71 img.shogun-image {
    
    width: px;
  }


#s-3f07a136-8abc-44d0-b048-8057fd25ce71 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ccb3878-a983-445b-9531-a2c7ab313b76 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ccb3878-a983-445b-9531-a2c7ab313b76 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7084d141-34f0-42c9-95c5-c382f17bce44 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7084d141-34f0-42c9-95c5-c382f17bce44 {
  max-width: 500px;
}
}
@media (min-width: 0px) {
[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7084d141-34f0-42c9-95c5-c382f17bce44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b501d881-0589-4c43-8c7f-23629a186aab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-b501d881-0589-4c43-8c7f-23629a186aab {
  display: none;
}
#s-efc6d801-354e-44b5-8e97-4222c7f00fb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efc6d801-354e-44b5-8e97-4222c7f00fb9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  text-align: left;
}


.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 {
  max-width: 100%;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom,
.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89420308-1032-4ef7-8cfe-97032d3df025 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-dbc7b0f1-09bf-401f-a205-9b2c645b0ef3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-dbc7b0f1-09bf-401f-a205-9b2c645b0ef3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dbc7b0f1-09bf-401f-a205-9b2c645b0ef3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dbc7b0f1-09bf-401f-a205-9b2c645b0ef3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0c7d90d1-c857-474e-b27a-ab4535f317d8 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c7d90d1-c857-474e-b27a-ab4535f317d8:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c7d90d1-c857-474e-b27a-ab4535f317d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c7d90d1-c857-474e-b27a-ab4535f317d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c7d90d1-c857-474e-b27a-ab4535f317d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c7d90d1-c857-474e-b27a-ab4535f317d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-0c7d90d1-c857-474e-b27a-ab4535f317d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c7d90d1-c857-474e-b27a-ab4535f317d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ee705677-9e27-424b-843a-fdd0c137e27d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-ee705677-9e27-424b-843a-fdd0c137e27d {
  display: none;
}
#s-3f3b75ed-5f51-4996-9ccd-3bb29c30ce91 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f3b75ed-5f51-4996-9ccd-3bb29c30ce91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  text-align: center;
}


.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 {
  max-width: 100%;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom,
.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2be3c627-7764-42f8-b482-dd1ad0cafce2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-e0577f44-b47a-40c1-b2fa-246033f4e6e1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-e0577f44-b47a-40c1-b2fa-246033f4e6e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0577f44-b47a-40c1-b2fa-246033f4e6e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e0577f44-b47a-40c1-b2fa-246033f4e6e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e19daf8b-e137-4b08-9f02-01f7c2100d14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e19daf8b-e137-4b08-9f02-01f7c2100d14:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e19daf8b-e137-4b08-9f02-01f7c2100d14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e19daf8b-e137-4b08-9f02-01f7c2100d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e19daf8b-e137-4b08-9f02-01f7c2100d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e19daf8b-e137-4b08-9f02-01f7c2100d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e19daf8b-e137-4b08-9f02-01f7c2100d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e19daf8b-e137-4b08-9f02-01f7c2100d14.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ed7cd186-62fb-4a48-acb1-c4e17245ffc2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-ed7cd186-62fb-4a48-acb1-c4e17245ffc2 {
  display: none;
}
#s-10c99392-df77-43c3-b49e-d51abcd36077 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10c99392-df77-43c3-b49e-d51abcd36077 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  text-align: center;
}


.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 {
  max-width: 100%;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom,
.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f268973b-0d27-4459-989b-7dbd25e01314 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-a22eb5be-8c89-4c27-b53d-5d9e9985d9d6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-a22eb5be-8c89-4c27-b53d-5d9e9985d9d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a22eb5be-8c89-4c27-b53d-5d9e9985d9d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a22eb5be-8c89-4c27-b53d-5d9e9985d9d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a913e6d-28ba-4420-a22e-3903912bd000 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(230, 110, 171, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9a913e6d-28ba-4420-a22e-3903912bd000:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a913e6d-28ba-4420-a22e-3903912bd000:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a913e6d-28ba-4420-a22e-3903912bd000 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a913e6d-28ba-4420-a22e-3903912bd000.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a913e6d-28ba-4420-a22e-3903912bd000.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a913e6d-28ba-4420-a22e-3903912bd000.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a913e6d-28ba-4420-a22e-3903912bd000.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b7df4f11-fca9-4ee9-aea8-de2ab8d1e6e1 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 1%;
padding-right: 1%;
}

#s-b7df4f11-fca9-4ee9-aea8-de2ab8d1e6e1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-b38d8449-6c56-4f4b-a3b1-aacb4666f541 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 600px;
text-align: center;
}




  #s-b38d8449-6c56-4f4b-a3b1-aacb4666f541 img.shogun-image {
    
    width: px;
  }


#s-b38d8449-6c56-4f4b-a3b1-aacb4666f541 .shogun-image-content {
  
    align-items: center;
  
}

#s-cff86ed8-7a4e-469e-9f5b-85e89182e24a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cff86ed8-7a4e-469e-9f5b-85e89182e24a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30f4eec4-666c-428a-b777-5865d30288bd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30f4eec4-666c-428a-b777-5865d30288bd {
  max-width: 500px;
}
}
@media (min-width: 0px) {
[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30f4eec4-666c-428a-b777-5865d30288bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f8384aa6-5434-42c7-a493-3ea994ba302c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-f8384aa6-5434-42c7-a493-3ea994ba302c {
  display: none;
}
#s-3722c34f-fc11-41b0-91d3-fa0ff509552a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3722c34f-fc11-41b0-91d3-fa0ff509552a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  text-align: left;
}


.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 {
  max-width: 100%;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom,
.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d6b770-6f8d-475d-957a-e844d8af4f96 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8e4aa9a0-3564-4a8e-9cf7-881bc4a117b8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-8e4aa9a0-3564-4a8e-9cf7-881bc4a117b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e4aa9a0-3564-4a8e-9cf7-881bc4a117b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e4aa9a0-3564-4a8e-9cf7-881bc4a117b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-085dc7eb-e994-46c0-b5eb-2587a3ec4071.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-085dc7eb-e994-46c0-b5eb-2587a3ec4071.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d84fb34d-b235-405c-b5ce-40b32893a807 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-d84fb34d-b235-405c-b5ce-40b32893a807 {
  display: none;
}
#s-e47278fd-239f-4a6d-afbc-0d131e9dda25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e47278fd-239f-4a6d-afbc-0d131e9dda25 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  text-align: center;
}


.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 {
  max-width: 100%;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom,
.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acca53c3-cceb-48a1-aa96-17dfb540eda4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-3d84802c-e41e-42c5-ab1e-1c77a4767675 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-3d84802c-e41e-42c5-ab1e-1c77a4767675 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3d84802c-e41e-42c5-ab1e-1c77a4767675 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d84802c-e41e-42c5-ab1e-1c77a4767675 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e0e4d5a3-eb05-48ed-aa15-c7996b77428b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5f55b619-ddfa-49c8-9856-e938f6676fd3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-5f55b619-ddfa-49c8-9856-e938f6676fd3 {
  display: none;
}
#s-769da439-a19b-4d0e-a348-8239a2c62d14 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-769da439-a19b-4d0e-a348-8239a2c62d14 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-dd89c051-8294-4ed1-a957-27b677415faa {
  text-align: center;
}


.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa {
  max-width: 100%;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom,
.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd89c051-8294-4ed1-a957-27b677415faa .shg-image-zoom {
  
    margin: 0 auto;
  
}


#s-bd106e86-8d96-44fb-856a-281b6ae1ad16 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-bd106e86-8d96-44fb-856a-281b6ae1ad16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bd106e86-8d96-44fb-856a-281b6ae1ad16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd106e86-8d96-44fb-856a-281b6ae1ad16 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68f2573a-7afb-46a0-b14a-215d44663aa5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1000px;
background-color: rgba(66, 206, 103, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68f2573a-7afb-46a0-b14a-215d44663aa5:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68f2573a-7afb-46a0-b14a-215d44663aa5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68f2573a-7afb-46a0-b14a-215d44663aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68f2573a-7afb-46a0-b14a-215d44663aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68f2573a-7afb-46a0-b14a-215d44663aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68f2573a-7afb-46a0-b14a-215d44663aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-68f2573a-7afb-46a0-b14a-215d44663aa5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8c6875e4-69ff-4c01-9977-c0ff37129a75 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 1%;
padding-right: 1%;
}

#s-8c6875e4-69ff-4c01-9977-c0ff37129a75 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(250, 0, 61, 1);
}

#s-cab8fdce-ac54-47ef-b605-ee43f3347b5f {
  margin-top: auto;
margin-left: auto;
margin-bottom: 5px;
margin-right: 1%;
max-width: 1200px;
text-align: center;
}




  #s-cab8fdce-ac54-47ef-b605-ee43f3347b5f img.shogun-image {
    
    width: px;
  }


#s-cab8fdce-ac54-47ef-b605-ee43f3347b5f .shogun-image-content {
  
    align-items: center;
  
}

#s-51ce6bd0-128b-4ae8-b889-46b979059297 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
max-width: 1250px;
}

@media (min-width: 0px) {
[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-51ce6bd0-128b-4ae8-b889-46b979059297"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-be93be52-5017-494e-b31c-134881605be8 {
  max-width: 250px;
}

#s-be93be52-5017-494e-b31c-134881605be8 {
  display: none;
}
#s-4a0c4a64-fa6c-4056-9c34-5131a709cfc3 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a0c4a64-fa6c-4056-9c34-5131a709cfc3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  text-align: left;
}


.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c {
  max-width: 100%;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom,
.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3acabdce-84f4-4b80-a68f-14e31e05811c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-02aa7a3b-8e76-4add-8e53-4fc37e04f00c {
  text-align: center;
}

#s-02aa7a3b-8e76-4add-8e53-4fc37e04f00c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-02aa7a3b-8e76-4add-8e53-4fc37e04f00c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-02aa7a3b-8e76-4add-8e53-4fc37e04f00c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a8ef00b-d933-4ae5-a0b0-f7ef80ceda24.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-412a96c2-317d-4f1e-bb32-5c068fc4ffb1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-412a96c2-317d-4f1e-bb32-5c068fc4ffb1 {
  display: none;
}
#s-9583dfb8-cd85-44cf-8556-ceb50533ec82 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9583dfb8-cd85-44cf-8556-ceb50533ec82 {
  margin-top: 19px;
}
}
#s-9583dfb8-cd85-44cf-8556-ceb50533ec82 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  text-align: left;
}


.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 {
  max-width: 100%;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom,
.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5745c012-c501-4f50-bf47-c720a70d3da2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-4c0b3af3-da37-48fb-9384-2791b71a6947 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-4c0b3af3-da37-48fb-9384-2791b71a6947 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c0b3af3-da37-48fb-9384-2791b71a6947 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c0b3af3-da37-48fb-9384-2791b71a6947 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d7f983c2-7f54-4662-9ec3-6502f40bb71d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d7f983c2-7f54-4662-9ec3-6502f40bb71d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e668eb63-243c-48fd-aef0-1a3a66e898e3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-e668eb63-243c-48fd-aef0-1a3a66e898e3 {
  display: none;
}
#s-8d394bcc-69dd-4361-97d8-f4f8907f2875 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8d394bcc-69dd-4361-97d8-f4f8907f2875 {
  margin-top: 10px;
}
}
#s-8d394bcc-69dd-4361-97d8-f4f8907f2875 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  text-align: left;
}


.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec {
  max-width: 100%;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom,
.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9cfbee19-526c-4e9d-85df-1476264dd6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3bc0aecd-5e8c-49c4-a3d6-ca028ace7d3f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-3bc0aecd-5e8c-49c4-a3d6-ca028ace7d3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bc0aecd-5e8c-49c4-a3d6-ca028ace7d3f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bc0aecd-5e8c-49c4-a3d6-ca028ace7d3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e0dd74f-5636-4817-a948-220d90106093 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6e0dd74f-5636-4817-a948-220d90106093:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e0dd74f-5636-4817-a948-220d90106093:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e0dd74f-5636-4817-a948-220d90106093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e0dd74f-5636-4817-a948-220d90106093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e0dd74f-5636-4817-a948-220d90106093.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-6e0dd74f-5636-4817-a948-220d90106093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e0dd74f-5636-4817-a948-220d90106093.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4d327bb2-b93a-4dbc-956e-2f3a65c6fd13 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-4d327bb2-b93a-4dbc-956e-2f3a65c6fd13 {
  display: none;
}
#s-48eec2b3-e647-4aca-a287-5118944faa92 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-48eec2b3-e647-4aca-a287-5118944faa92 {
  margin-top: 10px;
}
}
#s-48eec2b3-e647-4aca-a287-5118944faa92 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  text-align: left;
}


.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 {
  max-width: 100%;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom,
.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a6bc44-9374-413b-afed-ed66768fe843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-f2744cf8-837a-4764-90cb-06406c2029a1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}

#s-f2744cf8-837a-4764-90cb-06406c2029a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f2744cf8-837a-4764-90cb-06406c2029a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f2744cf8-837a-4764-90cb-06406c2029a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 100px;
background-color: rgba(250, 0, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b:hover {background-color: rgba(3, 0, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-44e83108-2fc0-4cf8-a992-ee48cc41c03b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-44e83108-2fc0-4cf8-a992-ee48cc41c03b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
