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

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

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

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

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

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

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

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

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

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

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

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

#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}
@media (min-width: 1200px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  display: none;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8, #wrap-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  display: none;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8, #wrap-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
}
}@media (max-width: 767px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
}
}


.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}






.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}






.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}






.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}






.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}






.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  display: none;
}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01, #wrap-s-21be471d-635d-4037-a6b9-bb2456e8eb01 { display: none !important; }}@media (max-width: 767px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  display: none;
}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01, #wrap-s-21be471d-635d-4037-a6b9-bb2456e8eb01 { display: none !important; }}


.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}






.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}






.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}






.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}






.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}






.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




}
#s-da73b147-26fc-46d6-8aad-90d58601f515 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-da73b147-26fc-46d6-8aad-90d58601f515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da73b147-26fc-46d6-8aad-90d58601f515.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-0b5ffb96-0015-4c18-b73c-5a8f8baba961 {
  margin-left: auto;
margin-right: auto;
}

#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b.shg-box.shg-c {
  justify-content: center;
}

#s-0ed18609-536a-401b-ae6c-0b3add6ae6f7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

.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;
  
  
  text-transform: none;
  
  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-5fbf6472-d23b-4b09-aaca-da1bb39d7d3b {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fbf6472-d23b-4b09-aaca-da1bb39d7d3b .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}


  #s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(239, 239, 245, 1);
    border: 1px solid rgba(241, 241, 248, 1);
  }
  #s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 71, 143, 1);
    border: 1px solid #ddd;
  }
#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 16px;
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(250, 246, 246, 1);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 71, 143, 1);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

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

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-311f3b9b-1e91-4c11-b89b-84543215eba3 {
  margin-left: auto;
margin-right: auto;
}

#s-311f3b9b-1e91-4c11-b89b-84543215eba3 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev,
#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next {
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev svg,
#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-311f3b9b-1e91-4c11-b89b-84543215eba3 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev,
#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next {
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev svg,
#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-311f3b9b-1e91-4c11-b89b-84543215eba3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-754a3cfb-b611-4ea3-828c-756b75dfb488 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-c641043c-91f3-4f59-b273-42e564cd6ab9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c641043c-91f3-4f59-b273-42e564cd6ab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-72d90c29-624e-4a5a-acbb-22010f0c299c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72d90c29-624e-4a5a-acbb-22010f0c299c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9f062f21-0f7a-43f6-824f-0a9050d63959 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9f062f21-0f7a-43f6-824f-0a9050d63959 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9f062f21-0f7a-43f6-824f-0a9050d63959 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9f062f21-0f7a-43f6-824f-0a9050d63959 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  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-left {
  text-align: left;
}

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

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

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9a90273-dfcb-47f0-a25c-77584c0afeab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9a90273-dfcb-47f0-a25c-77584c0afeab:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9a90273-dfcb-47f0-a25c-77584c0afeab-atc-btn-wrapper {
    text-align: center;
  }


#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b9a90273-dfcb-47f0-a25c-77584c0afeab-atc-btn-wrapper {
    text-align: center;
  }


#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9a90273-dfcb-47f0-a25c-77584c0afeab-atc-btn-wrapper {
    text-align: center;
  }


#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b9a90273-dfcb-47f0-a25c-77584c0afeab-atc-btn-wrapper {
    text-align: center;
  }


#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b9a90273-dfcb-47f0-a25c-77584c0afeab-atc-btn-wrapper {
    text-align: center;
  }


#s-b9a90273-dfcb-47f0-a25c-77584c0afeab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b9a90273-dfcb-47f0-a25c-77584c0afeab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4b0fb0c5-cf33-4fff-8f11-b0795724f618 {
  margin-left: auto;
margin-right: auto;
}

#s-b054390a-3353-4261-aae0-c7ac07e11200 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b054390a-3353-4261-aae0-c7ac07e11200 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2d21e1b-aead-490d-9731-06c01d238234 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d21e1b-aead-490d-9731-06c01d238234 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9d89b619-f4e5-420a-b3db-fa586ae9dfb8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9d89b619-f4e5-420a-b3db-fa586ae9dfb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9d89b619-f4e5-420a-b3db-fa586ae9dfb8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9d89b619-f4e5-420a-b3db-fa586ae9dfb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1216a30c-390c-4bc4-8c98-89c6c28d41a6-atc-btn-wrapper {
    text-align: center;
  }


#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1216a30c-390c-4bc4-8c98-89c6c28d41a6-atc-btn-wrapper {
    text-align: center;
  }


#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1216a30c-390c-4bc4-8c98-89c6c28d41a6-atc-btn-wrapper {
    text-align: center;
  }


#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1216a30c-390c-4bc4-8c98-89c6c28d41a6-atc-btn-wrapper {
    text-align: center;
  }


#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1216a30c-390c-4bc4-8c98-89c6c28d41a6-atc-btn-wrapper {
    text-align: center;
  }


#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1216a30c-390c-4bc4-8c98-89c6c28d41a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f0f37dd4-4a17-44a5-acc2-d555f0718c30 {
  margin-left: auto;
margin-right: auto;
}

#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b92357b2-a63d-437a-8b2b-1ff2cbd7108f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c5c2977-d374-456b-9938-79bf2afcd567 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c5c2977-d374-456b-9938-79bf2afcd567 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8e4744a0-0c88-4cb4-b2cb-9c6c269ee052 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8e4744a0-0c88-4cb4-b2cb-9c6c269ee052 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8e4744a0-0c88-4cb4-b2cb-9c6c269ee052 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8e4744a0-0c88-4cb4-b2cb-9c6c269ee052 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a5b14072-486a-444a-9024-1b6318ea25be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5b14072-486a-444a-9024-1b6318ea25be:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5b14072-486a-444a-9024-1b6318ea25be-atc-btn-wrapper {
    text-align: center;
  }


#s-a5b14072-486a-444a-9024-1b6318ea25be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a5b14072-486a-444a-9024-1b6318ea25be-atc-btn-wrapper {
    text-align: center;
  }


#s-a5b14072-486a-444a-9024-1b6318ea25be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5b14072-486a-444a-9024-1b6318ea25be-atc-btn-wrapper {
    text-align: center;
  }


#s-a5b14072-486a-444a-9024-1b6318ea25be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a5b14072-486a-444a-9024-1b6318ea25be-atc-btn-wrapper {
    text-align: center;
  }


#s-a5b14072-486a-444a-9024-1b6318ea25be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a5b14072-486a-444a-9024-1b6318ea25be-atc-btn-wrapper {
    text-align: center;
  }


#s-a5b14072-486a-444a-9024-1b6318ea25be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a5b14072-486a-444a-9024-1b6318ea25be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fb6fa968-ff74-4eb0-859c-a805b8c45014 {
  margin-left: auto;
margin-right: auto;
}

#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cb0bd94-16ce-43c6-a55e-694a6bd7994c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e51b4ab5-68a1-49c8-b1cb-8ef27f546cca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e51b4ab5-68a1-49c8-b1cb-8ef27f546cca .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-21130608-b2f4-4575-8165-f44659d626ab {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-21130608-b2f4-4575-8165-f44659d626ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-21130608-b2f4-4575-8165-f44659d626ab .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-21130608-b2f4-4575-8165-f44659d626ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fd1af879-d497-4e10-afcc-1d1202bee480:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd1af879-d497-4e10-afcc-1d1202bee480:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd1af879-d497-4e10-afcc-1d1202bee480-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fd1af879-d497-4e10-afcc-1d1202bee480-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd1af879-d497-4e10-afcc-1d1202bee480-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fd1af879-d497-4e10-afcc-1d1202bee480-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fd1af879-d497-4e10-afcc-1d1202bee480-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1af879-d497-4e10-afcc-1d1202bee480 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd1af879-d497-4e10-afcc-1d1202bee480.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-245ea624-9912-4c7e-b3d8-532f27625102 {
  margin-left: auto;
margin-right: auto;
}

#s-3cb8d48a-f580-4769-b260-028fb3a1b66e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cb8d48a-f580-4769-b260-028fb3a1b66e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f9c0cae-b755-46f6-a65c-4f021eb4f796 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f9c0cae-b755-46f6-a65c-4f021eb4f796 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8f740bf1-5881-4231-82ca-0b5f675d5f27 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8f740bf1-5881-4231-82ca-0b5f675d5f27 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8f740bf1-5881-4231-82ca-0b5f675d5f27 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8f740bf1-5881-4231-82ca-0b5f675d5f27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e534fefe-175c-4a8f-a1dc-6f27350404be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e534fefe-175c-4a8f-a1dc-6f27350404be:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e534fefe-175c-4a8f-a1dc-6f27350404be-atc-btn-wrapper {
    text-align: center;
  }


#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e534fefe-175c-4a8f-a1dc-6f27350404be-atc-btn-wrapper {
    text-align: center;
  }


#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e534fefe-175c-4a8f-a1dc-6f27350404be-atc-btn-wrapper {
    text-align: center;
  }


#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e534fefe-175c-4a8f-a1dc-6f27350404be-atc-btn-wrapper {
    text-align: center;
  }


#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e534fefe-175c-4a8f-a1dc-6f27350404be-atc-btn-wrapper {
    text-align: center;
  }


#s-e534fefe-175c-4a8f-a1dc-6f27350404be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e534fefe-175c-4a8f-a1dc-6f27350404be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3c1f51bf-c644-48ca-8457-f54d3e42a623 {
  margin-left: auto;
margin-right: auto;
}

#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ccd4b8-87bd-4559-8f48-02881f1b10ef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d153d6d3-f8ee-466f-8657-62826e267402 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d153d6d3-f8ee-466f-8657-62826e267402 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-28373766-653f-43a5-b574-97bd3d57f3bb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-28373766-653f-43a5-b574-97bd3d57f3bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-28373766-653f-43a5-b574-97bd3d57f3bb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-28373766-653f-43a5-b574-97bd3d57f3bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704-atc-btn-wrapper {
    text-align: center;
  }


#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704-atc-btn-wrapper {
    text-align: center;
  }


#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704-atc-btn-wrapper {
    text-align: center;
  }


#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704-atc-btn-wrapper {
    text-align: center;
  }


#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704-atc-btn-wrapper {
    text-align: center;
  }


#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6f7a61dc-c0dc-4901-b74e-4c9f3937c704.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-feca3da8-7b8a-4026-8143-1850bd27ca60 {
  margin-left: auto;
margin-right: auto;
}

#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df58fbd8-6801-4ce6-a88e-bbcef3f7ef63 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-132cab19-ec56-4448-8f0b-0faa1e76b176 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-132cab19-ec56-4448-8f0b-0faa1e76b176 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d67d9cf6-23f2-4237-a32c-8175c41da53b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d67d9cf6-23f2-4237-a32c-8175c41da53b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d67d9cf6-23f2-4237-a32c-8175c41da53b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d67d9cf6-23f2-4237-a32c-8175c41da53b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2270c152-2a50-4916-89a0-f8bb067fab0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2270c152-2a50-4916-89a0-f8bb067fab0a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2270c152-2a50-4916-89a0-f8bb067fab0a-atc-btn-wrapper {
    text-align: center;
  }


#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2270c152-2a50-4916-89a0-f8bb067fab0a-atc-btn-wrapper {
    text-align: center;
  }


#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2270c152-2a50-4916-89a0-f8bb067fab0a-atc-btn-wrapper {
    text-align: center;
  }


#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2270c152-2a50-4916-89a0-f8bb067fab0a-atc-btn-wrapper {
    text-align: center;
  }


#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2270c152-2a50-4916-89a0-f8bb067fab0a-atc-btn-wrapper {
    text-align: center;
  }


#s-2270c152-2a50-4916-89a0-f8bb067fab0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2270c152-2a50-4916-89a0-f8bb067fab0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2131b279-4b9c-4d83-b816-69583ebd0f98 {
  margin-left: auto;
margin-right: auto;
}

#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f05b244-fa08-4b16-9761-1db4c30a53b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-071a9954-5d25-4d10-bfd5-485ee9edd559 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-071a9954-5d25-4d10-bfd5-485ee9edd559 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6f605fb0-295a-4d66-8961-873410025dc7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6f605fb0-295a-4d66-8961-873410025dc7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6f605fb0-295a-4d66-8961-873410025dc7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6f605fb0-295a-4d66-8961-873410025dc7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-604cb43c-b8e8-489b-8cbb-1434d13a801a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-604cb43c-b8e8-489b-8cbb-1434d13a801a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-604cb43c-b8e8-489b-8cbb-1434d13a801a-atc-btn-wrapper {
    text-align: center;
  }


#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-604cb43c-b8e8-489b-8cbb-1434d13a801a-atc-btn-wrapper {
    text-align: center;
  }


#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-604cb43c-b8e8-489b-8cbb-1434d13a801a-atc-btn-wrapper {
    text-align: center;
  }


#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-604cb43c-b8e8-489b-8cbb-1434d13a801a-atc-btn-wrapper {
    text-align: center;
  }


#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-604cb43c-b8e8-489b-8cbb-1434d13a801a-atc-btn-wrapper {
    text-align: center;
  }


#s-604cb43c-b8e8-489b-8cbb-1434d13a801a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-604cb43c-b8e8-489b-8cbb-1434d13a801a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-724e73f7-5524-4101-8e58-01cd52d1fef2 {
  margin-left: auto;
margin-right: auto;
}

#s-724e73f7-5524-4101-8e58-01cd52d1fef2 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev,
#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next {
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev svg,
#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-724e73f7-5524-4101-8e58-01cd52d1fef2 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev,
#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next {
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev svg,
#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-724e73f7-5524-4101-8e58-01cd52d1fef2 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-ce37cc45-bf1a-439d-b12a-77ce66f04962 {
  margin-left: auto;
margin-right: auto;
}

#s-08c957a0-8402-424b-b438-510f1ca5936c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c957a0-8402-424b-b438-510f1ca5936c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78de3daf-3278-4973-a548-bb3ee36a385d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78de3daf-3278-4973-a548-bb3ee36a385d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-06d8c2c0-9cf1-4498-aab9-7293e6bbca1c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-06d8c2c0-9cf1-4498-aab9-7293e6bbca1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-06d8c2c0-9cf1-4498-aab9-7293e6bbca1c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-06d8c2c0-9cf1-4498-aab9-7293e6bbca1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b66ecece-5d47-4a30-bf47-3cb9ca7be599-atc-btn-wrapper {
    text-align: center;
  }


#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b66ecece-5d47-4a30-bf47-3cb9ca7be599-atc-btn-wrapper {
    text-align: center;
  }


#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b66ecece-5d47-4a30-bf47-3cb9ca7be599-atc-btn-wrapper {
    text-align: center;
  }


#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b66ecece-5d47-4a30-bf47-3cb9ca7be599-atc-btn-wrapper {
    text-align: center;
  }


#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b66ecece-5d47-4a30-bf47-3cb9ca7be599-atc-btn-wrapper {
    text-align: center;
  }


#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b66ecece-5d47-4a30-bf47-3cb9ca7be599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bd2d56e6-2886-42fb-8398-6f2022d727e3 {
  margin-left: auto;
margin-right: auto;
}

#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4e1bdfb-719b-4a2c-b0ad-a491111f6ca3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9cfd6db8-fb03-4907-b8d8-53f92c9422c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cfd6db8-fb03-4907-b8d8-53f92c9422c3 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dc5837c6-cc49-439d-8bcb-a6a97c500d80 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dc5837c6-cc49-439d-8bcb-a6a97c500d80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-dc5837c6-cc49-439d-8bcb-a6a97c500d80 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dc5837c6-cc49-439d-8bcb-a6a97c500d80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eaa37321-d561-4fc0-9764-0d9a91cb1385:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eaa37321-d561-4fc0-9764-0d9a91cb1385:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-eaa37321-d561-4fc0-9764-0d9a91cb1385-atc-btn-wrapper {
    text-align: center;
  }


#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-eaa37321-d561-4fc0-9764-0d9a91cb1385-atc-btn-wrapper {
    text-align: center;
  }


#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaa37321-d561-4fc0-9764-0d9a91cb1385-atc-btn-wrapper {
    text-align: center;
  }


#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-eaa37321-d561-4fc0-9764-0d9a91cb1385-atc-btn-wrapper {
    text-align: center;
  }


#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-eaa37321-d561-4fc0-9764-0d9a91cb1385-atc-btn-wrapper {
    text-align: center;
  }


#s-eaa37321-d561-4fc0-9764-0d9a91cb1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eaa37321-d561-4fc0-9764-0d9a91cb1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6dab6819-fd7b-4f85-8d75-57b4eb958409 {
  margin-left: auto;
margin-right: auto;
}

#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38246014-a2e8-4fa6-ac54-a64af1cf7a68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-77b60173-c067-40c5-a519-c57080abe3ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77b60173-c067-40c5-a519-c57080abe3ad .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b7327e42-dae7-4a67-8da1-1e52514c5d8a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b7327e42-dae7-4a67-8da1-1e52514c5d8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b7327e42-dae7-4a67-8da1-1e52514c5d8a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b7327e42-dae7-4a67-8da1-1e52514c5d8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68df93d6-02da-4602-ba25-20e79a9df3cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68df93d6-02da-4602-ba25-20e79a9df3cb:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-68df93d6-02da-4602-ba25-20e79a9df3cb-atc-btn-wrapper {
    text-align: center;
  }


#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-68df93d6-02da-4602-ba25-20e79a9df3cb-atc-btn-wrapper {
    text-align: center;
  }


#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-68df93d6-02da-4602-ba25-20e79a9df3cb-atc-btn-wrapper {
    text-align: center;
  }


#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-68df93d6-02da-4602-ba25-20e79a9df3cb-atc-btn-wrapper {
    text-align: center;
  }


#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-68df93d6-02da-4602-ba25-20e79a9df3cb-atc-btn-wrapper {
    text-align: center;
  }


#s-68df93d6-02da-4602-ba25-20e79a9df3cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68df93d6-02da-4602-ba25-20e79a9df3cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8d216e70-5263-4523-aed1-cc1ba4646f21 {
  margin-left: auto;
margin-right: auto;
}

#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7faf324-13d5-44e4-bdf0-9c79debc8dfb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-21f8d575-6bef-4b14-8d44-84cb0afeb96b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21f8d575-6bef-4b14-8d44-84cb0afeb96b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9d0c7b99-dd3b-412e-97e4-98131298d5bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9d0c7b99-dd3b-412e-97e4-98131298d5bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9d0c7b99-dd3b-412e-97e4-98131298d5bf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9d0c7b99-dd3b-412e-97e4-98131298d5bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8b910510-f576-476b-953a-9d90c475a05a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8b910510-f576-476b-953a-9d90c475a05a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b910510-f576-476b-953a-9d90c475a05a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b910510-f576-476b-953a-9d90c475a05a-atc-btn-wrapper {
    text-align: center;
  }


#s-8b910510-f576-476b-953a-9d90c475a05a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8b910510-f576-476b-953a-9d90c475a05a-atc-btn-wrapper {
    text-align: center;
  }


#s-8b910510-f576-476b-953a-9d90c475a05a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b910510-f576-476b-953a-9d90c475a05a-atc-btn-wrapper {
    text-align: center;
  }


#s-8b910510-f576-476b-953a-9d90c475a05a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8b910510-f576-476b-953a-9d90c475a05a-atc-btn-wrapper {
    text-align: center;
  }


#s-8b910510-f576-476b-953a-9d90c475a05a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8b910510-f576-476b-953a-9d90c475a05a-atc-btn-wrapper {
    text-align: center;
  }


#s-8b910510-f576-476b-953a-9d90c475a05a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b910510-f576-476b-953a-9d90c475a05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d2263962-d300-45c4-8443-181cebfd45f0 {
  margin-left: auto;
margin-right: auto;
}

#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46fea93-ab59-4290-ba0e-bf430f68fe98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8cd8694f-b6b8-4577-b8b9-2a90a0c4594a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cd8694f-b6b8-4577-b8b9-2a90a0c4594a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b8238674-5ebf-4575-a8df-420c20937598 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b8238674-5ebf-4575-a8df-420c20937598 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b8238674-5ebf-4575-a8df-420c20937598 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b8238674-5ebf-4575-a8df-420c20937598 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c7eda570-bdf9-4b21-8e05-fee471e89240:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7eda570-bdf9-4b21-8e05-fee471e89240:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7eda570-bdf9-4b21-8e05-fee471e89240-atc-btn-wrapper {
    text-align: center;
  }


#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c7eda570-bdf9-4b21-8e05-fee471e89240-atc-btn-wrapper {
    text-align: center;
  }


#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7eda570-bdf9-4b21-8e05-fee471e89240-atc-btn-wrapper {
    text-align: center;
  }


#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c7eda570-bdf9-4b21-8e05-fee471e89240-atc-btn-wrapper {
    text-align: center;
  }


#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c7eda570-bdf9-4b21-8e05-fee471e89240-atc-btn-wrapper {
    text-align: center;
  }


#s-c7eda570-bdf9-4b21-8e05-fee471e89240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c7eda570-bdf9-4b21-8e05-fee471e89240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7046285a-924b-4a30-8dfd-c051420b4393 {
  margin-left: auto;
margin-right: auto;
}

#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f624b4-e3ed-456e-b01e-7d58864b9dca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-321c486e-525a-483e-867e-6c8aa0baf4c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-321c486e-525a-483e-867e-6c8aa0baf4c1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f4803d48-72b1-4082-9a20-c9952b96af9e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f4803d48-72b1-4082-9a20-c9952b96af9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f4803d48-72b1-4082-9a20-c9952b96af9e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f4803d48-72b1-4082-9a20-c9952b96af9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34962271-58b6-49a4-b35c-dcebd882be11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34962271-58b6-49a4-b35c-dcebd882be11:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-34962271-58b6-49a4-b35c-dcebd882be11-atc-btn-wrapper {
    text-align: center;
  }


#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-34962271-58b6-49a4-b35c-dcebd882be11-atc-btn-wrapper {
    text-align: center;
  }


#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-34962271-58b6-49a4-b35c-dcebd882be11-atc-btn-wrapper {
    text-align: center;
  }


#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-34962271-58b6-49a4-b35c-dcebd882be11-atc-btn-wrapper {
    text-align: center;
  }


#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-34962271-58b6-49a4-b35c-dcebd882be11-atc-btn-wrapper {
    text-align: center;
  }


#s-34962271-58b6-49a4-b35c-dcebd882be11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34962271-58b6-49a4-b35c-dcebd882be11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-290fcef8-c27e-4a27-a2cb-ad6ba15478a4 {
  margin-left: auto;
margin-right: auto;
}

#s-957b7fc5-b782-4d9e-a406-c7bbd957235f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957b7fc5-b782-4d9e-a406-c7bbd957235f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a683644-5ce2-4e37-904d-99d7c2dc2842 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a683644-5ce2-4e37-904d-99d7c2dc2842 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-88372cbe-e545-4afc-870a-efff2c2a6e56 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-88372cbe-e545-4afc-870a-efff2c2a6e56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-88372cbe-e545-4afc-870a-efff2c2a6e56 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-88372cbe-e545-4afc-870a-efff2c2a6e56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3a733403-7310-473f-8160-5153090a847d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3a733403-7310-473f-8160-5153090a847d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a733403-7310-473f-8160-5153090a847d:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a733403-7310-473f-8160-5153090a847d-atc-btn-wrapper {
    text-align: center;
  }


#s-3a733403-7310-473f-8160-5153090a847d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3a733403-7310-473f-8160-5153090a847d-atc-btn-wrapper {
    text-align: center;
  }


#s-3a733403-7310-473f-8160-5153090a847d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a733403-7310-473f-8160-5153090a847d-atc-btn-wrapper {
    text-align: center;
  }


#s-3a733403-7310-473f-8160-5153090a847d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3a733403-7310-473f-8160-5153090a847d-atc-btn-wrapper {
    text-align: center;
  }


#s-3a733403-7310-473f-8160-5153090a847d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3a733403-7310-473f-8160-5153090a847d-atc-btn-wrapper {
    text-align: center;
  }


#s-3a733403-7310-473f-8160-5153090a847d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a733403-7310-473f-8160-5153090a847d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-45e81dfc-e797-4503-8a3f-c5cc0c431e2f {
  margin-left: auto;
margin-right: auto;
}

#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83a28d58-1b7c-4120-a838-cb02a1a4fae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d3539720-7e70-41f2-b15e-2345f81f220e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3539720-7e70-41f2-b15e-2345f81f220e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-63fc0d51-49d6-4cf0-a989-f69754f8bf77 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-63fc0d51-49d6-4cf0-a989-f69754f8bf77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-63fc0d51-49d6-4cf0-a989-f69754f8bf77 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-63fc0d51-49d6-4cf0-a989-f69754f8bf77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6c4866f1-dd80-4cc0-9764-6e0829207e71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c4866f1-dd80-4cc0-9764-6e0829207e71:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c4866f1-dd80-4cc0-9764-6e0829207e71-atc-btn-wrapper {
    text-align: center;
  }


#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6c4866f1-dd80-4cc0-9764-6e0829207e71-atc-btn-wrapper {
    text-align: center;
  }


#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c4866f1-dd80-4cc0-9764-6e0829207e71-atc-btn-wrapper {
    text-align: center;
  }


#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6c4866f1-dd80-4cc0-9764-6e0829207e71-atc-btn-wrapper {
    text-align: center;
  }


#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6c4866f1-dd80-4cc0-9764-6e0829207e71-atc-btn-wrapper {
    text-align: center;
  }


#s-6c4866f1-dd80-4cc0-9764-6e0829207e71 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c4866f1-dd80-4cc0-9764-6e0829207e71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 {
  margin-left: auto;
margin-right: auto;
}

#s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev,
#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next {
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev svg,
#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev,
#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next {
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev svg,
#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-11d2ee7a-82aa-4bfc-a048-53f6025bd188 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-d24a18dd-6998-4093-a353-9620efb8fec2 {
  margin-left: auto;
margin-right: auto;
}

#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ef73a5c-c0c9-4822-916f-f69a80e3cdc0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-86834201-56a3-429f-86c7-bd620dd3205a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86834201-56a3-429f-86c7-bd620dd3205a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-060e442d-46a6-4d4e-b92e-0098d3bce703 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-060e442d-46a6-4d4e-b92e-0098d3bce703 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-060e442d-46a6-4d4e-b92e-0098d3bce703 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-060e442d-46a6-4d4e-b92e-0098d3bce703 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79491d3b-fd73-4b08-8374-4718e809ce0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79491d3b-fd73-4b08-8374-4718e809ce0f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-79491d3b-fd73-4b08-8374-4718e809ce0f-atc-btn-wrapper {
    text-align: center;
  }


#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-79491d3b-fd73-4b08-8374-4718e809ce0f-atc-btn-wrapper {
    text-align: center;
  }


#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79491d3b-fd73-4b08-8374-4718e809ce0f-atc-btn-wrapper {
    text-align: center;
  }


#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79491d3b-fd73-4b08-8374-4718e809ce0f-atc-btn-wrapper {
    text-align: center;
  }


#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-79491d3b-fd73-4b08-8374-4718e809ce0f-atc-btn-wrapper {
    text-align: center;
  }


#s-79491d3b-fd73-4b08-8374-4718e809ce0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79491d3b-fd73-4b08-8374-4718e809ce0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c213f2fb-233d-44b4-964c-5513ed86a059 {
  margin-left: auto;
margin-right: auto;
}

#s-7635e6ab-989c-4026-be04-ab98ee808941 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7635e6ab-989c-4026-be04-ab98ee808941 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b0a8565-8eb9-44ef-ad3c-3ae281abb73f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b0a8565-8eb9-44ef-ad3c-3ae281abb73f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-78ea48f6-2ac9-4b19-85ed-50999088e857 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-78ea48f6-2ac9-4b19-85ed-50999088e857 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-78ea48f6-2ac9-4b19-85ed-50999088e857 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-78ea48f6-2ac9-4b19-85ed-50999088e857 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e-atc-btn-wrapper {
    text-align: center;
  }


#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e-atc-btn-wrapper {
    text-align: center;
  }


#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e-atc-btn-wrapper {
    text-align: center;
  }


#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e-atc-btn-wrapper {
    text-align: center;
  }


#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e-atc-btn-wrapper {
    text-align: center;
  }


#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-065bad95-8c5b-4afb-adc8-0aa6c7e1664e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f7a20cc4-d565-4130-bfe8-d21cc88c7c27 {
  margin-left: auto;
margin-right: auto;
}

#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb96c918-9e3a-4d8b-a9b2-8952e436e93c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2021e172-0c1d-4479-80a8-8a8ddfbe2645 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2021e172-0c1d-4479-80a8-8a8ddfbe2645 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d90073f3-3dbf-4ffc-b0cf-b9c79793fc72 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d90073f3-3dbf-4ffc-b0cf-b9c79793fc72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d90073f3-3dbf-4ffc-b0cf-b9c79793fc72 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d90073f3-3dbf-4ffc-b0cf-b9c79793fc72 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-46a60545-e283-4fb6-8976-fefba111cfa6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a60545-e283-4fb6-8976-fefba111cfa6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-46a60545-e283-4fb6-8976-fefba111cfa6-atc-btn-wrapper {
    text-align: center;
  }


#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-46a60545-e283-4fb6-8976-fefba111cfa6-atc-btn-wrapper {
    text-align: center;
  }


#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-46a60545-e283-4fb6-8976-fefba111cfa6-atc-btn-wrapper {
    text-align: center;
  }


#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-46a60545-e283-4fb6-8976-fefba111cfa6-atc-btn-wrapper {
    text-align: center;
  }


#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-46a60545-e283-4fb6-8976-fefba111cfa6-atc-btn-wrapper {
    text-align: center;
  }


#s-46a60545-e283-4fb6-8976-fefba111cfa6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-46a60545-e283-4fb6-8976-fefba111cfa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-74415df3-d7a3-41a1-8946-1e0ba10c6025 {
  margin-left: auto;
margin-right: auto;
}

#s-1a288e1a-f402-4622-834e-19807064d87e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a288e1a-f402-4622-834e-19807064d87e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e026019-1e6f-4a39-b84e-5b702f4e4d5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e026019-1e6f-4a39-b84e-5b702f4e4d5e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1e091f38-65e0-40aa-a571-da5fcde8b31c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1e091f38-65e0-40aa-a571-da5fcde8b31c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1e091f38-65e0-40aa-a571-da5fcde8b31c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1e091f38-65e0-40aa-a571-da5fcde8b31c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a9a297c5-6149-4640-bc6b-6861e3207ce9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9a297c5-6149-4640-bc6b-6861e3207ce9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9a297c5-6149-4640-bc6b-6861e3207ce9-atc-btn-wrapper {
    text-align: center;
  }


#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a9a297c5-6149-4640-bc6b-6861e3207ce9-atc-btn-wrapper {
    text-align: center;
  }


#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9a297c5-6149-4640-bc6b-6861e3207ce9-atc-btn-wrapper {
    text-align: center;
  }


#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a9a297c5-6149-4640-bc6b-6861e3207ce9-atc-btn-wrapper {
    text-align: center;
  }


#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a9a297c5-6149-4640-bc6b-6861e3207ce9-atc-btn-wrapper {
    text-align: center;
  }


#s-a9a297c5-6149-4640-bc6b-6861e3207ce9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a297c5-6149-4640-bc6b-6861e3207ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e8007292-494b-435d-a52f-b44234f539f8 {
  margin-left: auto;
margin-right: auto;
}

#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9155b3-8163-41c4-bf17-0c32b5c63b5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-672c1d6e-0402-44a8-b35e-c15435d50dc3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672c1d6e-0402-44a8-b35e-c15435d50dc3 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-536fa56e-a662-4e4d-9cda-16c643085d13 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-536fa56e-a662-4e4d-9cda-16c643085d13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-536fa56e-a662-4e4d-9cda-16c643085d13 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-536fa56e-a662-4e4d-9cda-16c643085d13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-aaf10aad-3de7-43f8-af60-72fb81c6de23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aaf10aad-3de7-43f8-af60-72fb81c6de23:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-aaf10aad-3de7-43f8-af60-72fb81c6de23-atc-btn-wrapper {
    text-align: center;
  }


#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-aaf10aad-3de7-43f8-af60-72fb81c6de23-atc-btn-wrapper {
    text-align: center;
  }


#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaf10aad-3de7-43f8-af60-72fb81c6de23-atc-btn-wrapper {
    text-align: center;
  }


#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-aaf10aad-3de7-43f8-af60-72fb81c6de23-atc-btn-wrapper {
    text-align: center;
  }


#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-aaf10aad-3de7-43f8-af60-72fb81c6de23-atc-btn-wrapper {
    text-align: center;
  }


#s-aaf10aad-3de7-43f8-af60-72fb81c6de23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aaf10aad-3de7-43f8-af60-72fb81c6de23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0f7e2832-0440-4a5a-a69b-67b0d79a1b98 {
  margin-left: auto;
margin-right: auto;
}

#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2bf17bb-e8e0-41c7-88a3-60c2ce54771d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bfd0763a-18b2-41f8-9e4e-c7e5b7239308 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd0763a-18b2-41f8-9e4e-c7e5b7239308 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-55380063-bd20-408f-aefa-b254dc54925e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-55380063-bd20-408f-aefa-b254dc54925e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-55380063-bd20-408f-aefa-b254dc54925e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-55380063-bd20-408f-aefa-b254dc54925e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e-atc-btn-wrapper {
    text-align: center;
  }


#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e-atc-btn-wrapper {
    text-align: center;
  }


#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e-atc-btn-wrapper {
    text-align: center;
  }


#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e-atc-btn-wrapper {
    text-align: center;
  }


#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e-atc-btn-wrapper {
    text-align: center;
  }


#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86c41c6f-cdc2-4d76-8d99-f5c4b9993e4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-17ac8383-1f99-4a66-9610-f6c7a384dfb9 {
  margin-left: auto;
margin-right: auto;
}

#s-1407cbe2-3124-4330-87af-742586460527 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1407cbe2-3124-4330-87af-742586460527 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1407cbe2-3124-4330-87af-742586460527 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1407cbe2-3124-4330-87af-742586460527 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1407cbe2-3124-4330-87af-742586460527 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1407cbe2-3124-4330-87af-742586460527 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1407cbe2-3124-4330-87af-742586460527 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1407cbe2-3124-4330-87af-742586460527 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1407cbe2-3124-4330-87af-742586460527 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1407cbe2-3124-4330-87af-742586460527 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1407cbe2-3124-4330-87af-742586460527 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bac24eb-192d-4022-8bc8-89bc74b74c69 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bac24eb-192d-4022-8bc8-89bc74b74c69 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-606b9ef0-e6b3-4a1e-bed5-6716fcf2fb69 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-606b9ef0-e6b3-4a1e-bed5-6716fcf2fb69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-606b9ef0-e6b3-4a1e-bed5-6716fcf2fb69 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-606b9ef0-e6b3-4a1e-bed5-6716fcf2fb69 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8dc85348-0654-4eb0-a286-ad05df063e8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dc85348-0654-4eb0-a286-ad05df063e8a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dc85348-0654-4eb0-a286-ad05df063e8a-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8dc85348-0654-4eb0-a286-ad05df063e8a-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dc85348-0654-4eb0-a286-ad05df063e8a-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8dc85348-0654-4eb0-a286-ad05df063e8a-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8dc85348-0654-4eb0-a286-ad05df063e8a-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc85348-0654-4eb0-a286-ad05df063e8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8dc85348-0654-4eb0-a286-ad05df063e8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-90168bef-9803-4b07-8449-6c6961e4ac26 {
  margin-left: auto;
margin-right: auto;
}

#s-74d2e538-9f46-4468-b9cc-5c72583ed83d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d2e538-9f46-4468-b9cc-5c72583ed83d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-28be914a-f80c-4bc1-baf4-1dad3516469b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28be914a-f80c-4bc1-baf4-1dad3516469b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1390bad8-0478-4d81-a349-f6d648a78a65 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1390bad8-0478-4d81-a349-f6d648a78a65 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1390bad8-0478-4d81-a349-f6d648a78a65 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1390bad8-0478-4d81-a349-f6d648a78a65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-56178e58-d836-495f-b7da-27f70ce960f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56178e58-d836-495f-b7da-27f70ce960f0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-56178e58-d836-495f-b7da-27f70ce960f0-atc-btn-wrapper {
    text-align: center;
  }


#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-56178e58-d836-495f-b7da-27f70ce960f0-atc-btn-wrapper {
    text-align: center;
  }


#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-56178e58-d836-495f-b7da-27f70ce960f0-atc-btn-wrapper {
    text-align: center;
  }


#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-56178e58-d836-495f-b7da-27f70ce960f0-atc-btn-wrapper {
    text-align: center;
  }


#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-56178e58-d836-495f-b7da-27f70ce960f0-atc-btn-wrapper {
    text-align: center;
  }


#s-56178e58-d836-495f-b7da-27f70ce960f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56178e58-d836-495f-b7da-27f70ce960f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c.shg-box.shg-c {
  justify-content: center;
}

#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (max-width: 767px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}
#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



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

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

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

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

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

#s-aadcafaa-1155-40d0-a4e6-d036adfa051b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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: #000;
border-style: none;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTA2NDNmMTYtODA1OC00MGMxLTkzMjAtOWY0YmJmOTg2YjIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMDY0M2YxNi04MDU4LTQwYzEtOTMyMC05ZjRiYmY5ODZiMjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgyOTdkNjktNTQ5OS00OTZmLTg0ZjMtMzVmODg3MDI2OTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyODI5N2Q2OS01NDk5LTQ5NmYtODRmMy0zNWY4ODcwMjY5NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1509cfa0-180a-4b5f-8f26-6191cc591121 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1509cfa0-180a-4b5f-8f26-6191cc591121:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1509cfa0-180a-4b5f-8f26-6191cc591121:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGRlMGRkNjgtOTg0Zi00YWFjLTk3NTYtOTI4N2JkOTE0NmMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZGUwZGQ2OC05ODRmLTRhYWMtOTc1Ni05Mjg3YmQ5MTQ2YzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODlkZWFkNTEtOWY4MC00NmZjLTgxOGEtZjBiMWFhZmM1NTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OWRlYWQ1MS05ZjgwLTQ2ZmMtODE4YS1mMGIxYWFmYzU1MGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-959dfa9e-554c-4666-9f0a-c57809564c8d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-959dfa9e-554c-4666-9f0a-c57809564c8d:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-959dfa9e-554c-4666-9f0a-c57809564c8d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjc5NmIwMTMtNjRhZi00ZDhkLWI0ZDAtMDI3OWE2ODkxOGI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzk2YjAxMy02NGFmLTRkOGQtYjRkMC0wMjc5YTY4OTE4YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-62f6c007-f0db-46dd-af54-8b245a2feb6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-62f6c007-f0db-46dd-af54-8b245a2feb6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62f6c007-f0db-46dd-af54-8b245a2feb6a.shg-box.shg-c {
  justify-content: center;
}

#s-261377e6-226a-46e4-9e54-7fe5474ac6b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70.shg-box.shg-c {
  justify-content: center;
}

#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (max-width: 767px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}
#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-58014857-f539-4120-ab8c-64f50a24319d {
  margin-left: auto;
margin-right: auto;
}

#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 {
  margin-left: auto;
margin-right: auto;
}

#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev,
#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next {
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev svg,
#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev,
#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next {
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev svg,
#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-26b5d93c-0a33-46e7-9066-0d5b0bc58ff3 {
  margin-left: auto;
margin-right: auto;
}

#s-447053af-03f9-41c9-b014-05801b0b8d76 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ca79dc7-9a12-4331-840f-cbe88f5dfec6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ca79dc7-9a12-4331-840f-cbe88f5dfec6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-77d47584-4ca6-49a7-977b-08fec2c3f3c2-atc-btn-wrapper {
    text-align: center;
  }


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-77d47584-4ca6-49a7-977b-08fec2c3f3c2-atc-btn-wrapper {
    text-align: center;
  }


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-77d47584-4ca6-49a7-977b-08fec2c3f3c2-atc-btn-wrapper {
    text-align: center;
  }


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-77d47584-4ca6-49a7-977b-08fec2c3f3c2-atc-btn-wrapper {
    text-align: center;
  }


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-77d47584-4ca6-49a7-977b-08fec2c3f3c2-atc-btn-wrapper {
    text-align: center;
  }


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0c76552b-7c67-49f5-89a8-3e978c20d67f {
  margin-left: auto;
margin-right: auto;
}

#s-03057ec9-d138-4e85-8f71-f2938b04fc6c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-30087712-003a-4050-b010-f6023fa6afea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30087712-003a-4050-b010-f6023fa6afea .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50-atc-btn-wrapper {
    text-align: center;
  }


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50-atc-btn-wrapper {
    text-align: center;
  }


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50-atc-btn-wrapper {
    text-align: center;
  }


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50-atc-btn-wrapper {
    text-align: center;
  }


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50-atc-btn-wrapper {
    text-align: center;
  }


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b7ac5437-bac6-437e-9efa-cf40ff75111b {
  margin-left: auto;
margin-right: auto;
}

#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c20bcab7-d0ee-44b2-8a03-529a49f88211 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c20bcab7-d0ee-44b2-8a03-529a49f88211 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d5c04050-664b-4311-9bea-9f23e85ab2c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5c04050-664b-4311-9bea-9f23e85ab2c8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5c04050-664b-4311-9bea-9f23e85ab2c8-atc-btn-wrapper {
    text-align: center;
  }


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d5c04050-664b-4311-9bea-9f23e85ab2c8-atc-btn-wrapper {
    text-align: center;
  }


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5c04050-664b-4311-9bea-9f23e85ab2c8-atc-btn-wrapper {
    text-align: center;
  }


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d5c04050-664b-4311-9bea-9f23e85ab2c8-atc-btn-wrapper {
    text-align: center;
  }


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d5c04050-664b-4311-9bea-9f23e85ab2c8-atc-btn-wrapper {
    text-align: center;
  }


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9a5601a4-69f4-4f58-af0a-11eea7b0f8eb {
  margin-left: auto;
margin-right: auto;
}

#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d58a3105-1f7c-4b9d-be8e-067c3454c500 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d58a3105-1f7c-4b9d-be8e-067c3454c500 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-6287f414-d605-4178-ad62-a499b24a660e {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6287f414-d605-4178-ad62-a499b24a660e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6287f414-d605-4178-ad62-a499b24a660e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6287f414-d605-4178-ad62-a499b24a660e-atc-btn-wrapper {
    text-align: center;
  }


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6287f414-d605-4178-ad62-a499b24a660e-atc-btn-wrapper {
    text-align: center;
  }


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6287f414-d605-4178-ad62-a499b24a660e-atc-btn-wrapper {
    text-align: center;
  }


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6287f414-d605-4178-ad62-a499b24a660e-atc-btn-wrapper {
    text-align: center;
  }


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6287f414-d605-4178-ad62-a499b24a660e-atc-btn-wrapper {
    text-align: center;
  }


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6280c02f-14d8-4c46-bd1a-b48a32e8cde8 {
  margin-left: auto;
margin-right: auto;
}

#s-1dbab884-522a-4dec-8ff6-0e536633fdba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-66f62709-ebf1-4407-b3e4-37b0af6ef63d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f62709-ebf1-4407-b3e4-37b0af6ef63d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a296b421-5b50-45b1-b5ef-16b93d60c712:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a296b421-5b50-45b1-b5ef-16b93d60c712:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a296b421-5b50-45b1-b5ef-16b93d60c712-atc-btn-wrapper {
    text-align: center;
  }


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a296b421-5b50-45b1-b5ef-16b93d60c712-atc-btn-wrapper {
    text-align: center;
  }


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a296b421-5b50-45b1-b5ef-16b93d60c712-atc-btn-wrapper {
    text-align: center;
  }


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a296b421-5b50-45b1-b5ef-16b93d60c712-atc-btn-wrapper {
    text-align: center;
  }


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a296b421-5b50-45b1-b5ef-16b93d60c712-atc-btn-wrapper {
    text-align: center;
  }


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-55c44832-2b8e-41d6-b825-0e3ffa72a685 {
  margin-left: auto;
margin-right: auto;
}

#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2826f540-2a23-4d32-a20f-b75bd5c4faa0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2826f540-2a23-4d32-a20f-b75bd5c4faa0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6-atc-btn-wrapper {
    text-align: center;
  }


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6-atc-btn-wrapper {
    text-align: center;
  }


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6-atc-btn-wrapper {
    text-align: center;
  }


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6-atc-btn-wrapper {
    text-align: center;
  }


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6-atc-btn-wrapper {
    text-align: center;
  }


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8e3e92bf-95f7-46bc-b04c-ca45ca233f3b {
  margin-left: auto;
margin-right: auto;
}

#s-17009375-a1de-42cd-8ed3-888c7db352bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0a5fabe9-d6ad-44c9-87f0-1a935315d99c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a5fabe9-d6ad-44c9-87f0-1a935315d99c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7072bc19-c865-4ff9-97e4-c91e2de16b63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7072bc19-c865-4ff9-97e4-c91e2de16b63:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-7072bc19-c865-4ff9-97e4-c91e2de16b63-atc-btn-wrapper {
    text-align: center;
  }


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7072bc19-c865-4ff9-97e4-c91e2de16b63-atc-btn-wrapper {
    text-align: center;
  }


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7072bc19-c865-4ff9-97e4-c91e2de16b63-atc-btn-wrapper {
    text-align: center;
  }


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7072bc19-c865-4ff9-97e4-c91e2de16b63-atc-btn-wrapper {
    text-align: center;
  }


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7072bc19-c865-4ff9-97e4-c91e2de16b63-atc-btn-wrapper {
    text-align: center;
  }


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0feebbc6-36ec-4696-bb9f-f0bb816bb1c5 {
  margin-left: auto;
margin-right: auto;
}

#s-fc80e7fd-7810-4577-973c-1072092c263c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b82200c5-a66c-4f16-b4db-4c7eec1beaab {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b82200c5-a66c-4f16-b4db-4c7eec1beaab .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-de572431-673b-4dfa-9ed8-d0b7ac476c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de572431-673b-4dfa-9ed8-d0b7ac476c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de572431-673b-4dfa-9ed8-d0b7ac476c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de572431-673b-4dfa-9ed8-d0b7ac476c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de572431-673b-4dfa-9ed8-d0b7ac476c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519.shg-box.shg-c {
  justify-content: center;
}

#s-2864f307-9357-4416-8575-bc32c3ce5de2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (max-width: 767px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}
#s-62dcbb23-a767-4a8c-8cbe-114c56253544 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-af4e64f9-21ee-4e37-8729-dee11f13b2ff {
  margin-left: auto;
margin-right: auto;
}

#s-860eba68-25d7-44d0-a748-5b7380d15765 {
  margin-left: auto;
margin-right: auto;
}

#s-860eba68-25d7-44d0-a748-5b7380d15765 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev,
#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next {
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev svg,
#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-860eba68-25d7-44d0-a748-5b7380d15765 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev,
#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next {
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev svg,
#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-860eba68-25d7-44d0-a748-5b7380d15765 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-af8c4fda-a9ba-4a64-90a7-a699e35275c3 {
  margin-left: auto;
margin-right: auto;
}

#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-86f9729e-bc50-4b30-ad42-7a908bc679c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86f9729e-bc50-4b30-ad42-7a908bc679c6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-84f40e58-aced-4b8f-92bb-36aab74db9c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84f40e58-aced-4b8f-92bb-36aab74db9c6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-84f40e58-aced-4b8f-92bb-36aab74db9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-84f40e58-aced-4b8f-92bb-36aab74db9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-84f40e58-aced-4b8f-92bb-36aab74db9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-84f40e58-aced-4b8f-92bb-36aab74db9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-84f40e58-aced-4b8f-92bb-36aab74db9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3816eaeb-9095-456e-9b36-2e662d8e0e79 {
  margin-left: auto;
margin-right: auto;
}

#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4db517d-08b8-4d7e-bbb2-6e7bc249557d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9516f901-24f0-428b-b42f-98d75b5401b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9516f901-24f0-428b-b42f-98d75b5401b3 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-57f50927-9357-46d4-91a9-8e9a140af123 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-57f50927-9357-46d4-91a9-8e9a140af123 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-57f50927-9357-46d4-91a9-8e9a140af123 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-57f50927-9357-46d4-91a9-8e9a140af123 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5-atc-btn-wrapper {
    text-align: center;
  }


#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5-atc-btn-wrapper {
    text-align: center;
  }


#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5-atc-btn-wrapper {
    text-align: center;
  }


#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5-atc-btn-wrapper {
    text-align: center;
  }


#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5-atc-btn-wrapper {
    text-align: center;
  }


#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a8a56f2-82d6-44b8-a621-51d0f7a98dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2c9db07c-7b6b-4342-8730-45c9cbd0f2fe {
  margin-left: auto;
margin-right: auto;
}

#s-ad8b00a3-8493-4908-80a3-60e182291afc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8b00a3-8493-4908-80a3-60e182291afc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d1c1c4e-f42b-4c50-bdfd-a0c543a7287a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1c1c4e-f42b-4c50-bdfd-a0c543a7287a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-838b5bb3-f523-443c-8ace-e8be89ff27e8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-838b5bb3-f523-443c-8ace-e8be89ff27e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-838b5bb3-f523-443c-8ace-e8be89ff27e8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-838b5bb3-f523-443c-8ace-e8be89ff27e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2fa40c6f-9dd0-4ada-9fa6-7343027c4ba3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-91f045a1-1726-4cc1-bc0e-5372149a2282 {
  margin-left: auto;
margin-right: auto;
}

#s-a64b578e-7bce-4624-9e44-1f876488b7fe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a64b578e-7bce-4624-9e44-1f876488b7fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-94a6868f-ca99-4024-9388-15f3bf002033 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94a6868f-ca99-4024-9388-15f3bf002033 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-128b687c-35c4-4691-a0ea-63cf1facf5a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-128b687c-35c4-4691-a0ea-63cf1facf5a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-128b687c-35c4-4691-a0ea-63cf1facf5a6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-128b687c-35c4-4691-a0ea-63cf1facf5a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ad9ab22-3b0e-411a-b779-5955d27e4a63-atc-btn-wrapper {
    text-align: center;
  }


#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2ad9ab22-3b0e-411a-b779-5955d27e4a63-atc-btn-wrapper {
    text-align: center;
  }


#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ad9ab22-3b0e-411a-b779-5955d27e4a63-atc-btn-wrapper {
    text-align: center;
  }


#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2ad9ab22-3b0e-411a-b779-5955d27e4a63-atc-btn-wrapper {
    text-align: center;
  }


#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2ad9ab22-3b0e-411a-b779-5955d27e4a63-atc-btn-wrapper {
    text-align: center;
  }


#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ad9ab22-3b0e-411a-b779-5955d27e4a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4e74cef2-cd6e-48ec-9ca5-55c23d7f3498 {
  margin-left: auto;
margin-right: auto;
}

#s-208724f4-c05c-4e98-8913-7578c9693f01 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-208724f4-c05c-4e98-8913-7578c9693f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d49630fa-e216-474a-8293-ce6c33261f7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d49630fa-e216-474a-8293-ce6c33261f7c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-19d46b06-88a5-4aaf-b498-afb0b0afa718 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-19d46b06-88a5-4aaf-b498-afb0b0afa718 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-19d46b06-88a5-4aaf-b498-afb0b0afa718 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-19d46b06-88a5-4aaf-b498-afb0b0afa718 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45-atc-btn-wrapper {
    text-align: center;
  }


#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45-atc-btn-wrapper {
    text-align: center;
  }


#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45-atc-btn-wrapper {
    text-align: center;
  }


#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45-atc-btn-wrapper {
    text-align: center;
  }


#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45-atc-btn-wrapper {
    text-align: center;
  }


#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d0df78d4-8c48-4bcb-a4b4-a508c4655b45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c5320938-58bb-4d87-ab49-71388986e855 {
  margin-left: auto;
margin-right: auto;
}

#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd28a44d-cdc0-4dbf-bb79-3fb0d41fbd18 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38675fa7-ba23-491b-adb0-a949b46f0cf5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38675fa7-ba23-491b-adb0-a949b46f0cf5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-af223378-4998-4536-b5f2-505db57bc5cd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-af223378-4998-4536-b5f2-505db57bc5cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-af223378-4998-4536-b5f2-505db57bc5cd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-af223378-4998-4536-b5f2-505db57bc5cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3de50385-3474-49de-bb04-17e2615d5520 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3de50385-3474-49de-bb04-17e2615d5520:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3de50385-3474-49de-bb04-17e2615d5520:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3de50385-3474-49de-bb04-17e2615d5520-atc-btn-wrapper {
    text-align: center;
  }


#s-3de50385-3474-49de-bb04-17e2615d5520 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3de50385-3474-49de-bb04-17e2615d5520-atc-btn-wrapper {
    text-align: center;
  }


#s-3de50385-3474-49de-bb04-17e2615d5520 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3de50385-3474-49de-bb04-17e2615d5520-atc-btn-wrapper {
    text-align: center;
  }


#s-3de50385-3474-49de-bb04-17e2615d5520 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3de50385-3474-49de-bb04-17e2615d5520-atc-btn-wrapper {
    text-align: center;
  }


#s-3de50385-3474-49de-bb04-17e2615d5520 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3de50385-3474-49de-bb04-17e2615d5520-atc-btn-wrapper {
    text-align: center;
  }


#s-3de50385-3474-49de-bb04-17e2615d5520 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de50385-3474-49de-bb04-17e2615d5520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-57ee1187-d48a-4588-88c0-c6f4d5c816c2 {
  margin-left: auto;
margin-right: auto;
}

#s-51db8db8-b544-46fe-953a-d76ee871d95d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51db8db8-b544-46fe-953a-d76ee871d95d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-41a70fcb-4f37-40af-8a38-dd9f0a74b10f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41a70fcb-4f37-40af-8a38-dd9f0a74b10f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ee978a8f-fd4b-48f9-be7c-937f811b870d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ee978a8f-fd4b-48f9-be7c-937f811b870d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ee978a8f-fd4b-48f9-be7c-937f811b870d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ee978a8f-fd4b-48f9-be7c-937f811b870d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-72565501-9e44-49a5-8b93-082ec2e240bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72565501-9e44-49a5-8b93-082ec2e240bf:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-72565501-9e44-49a5-8b93-082ec2e240bf-atc-btn-wrapper {
    text-align: center;
  }


#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-72565501-9e44-49a5-8b93-082ec2e240bf-atc-btn-wrapper {
    text-align: center;
  }


#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-72565501-9e44-49a5-8b93-082ec2e240bf-atc-btn-wrapper {
    text-align: center;
  }


#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-72565501-9e44-49a5-8b93-082ec2e240bf-atc-btn-wrapper {
    text-align: center;
  }


#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-72565501-9e44-49a5-8b93-082ec2e240bf-atc-btn-wrapper {
    text-align: center;
  }


#s-72565501-9e44-49a5-8b93-082ec2e240bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72565501-9e44-49a5-8b93-082ec2e240bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a36f185b-40a6-447c-bdef-737ef3bcf010 {
  margin-left: auto;
margin-right: auto;
}

#s-7c824bfd-71fe-4137-9da7-86a5176ab835 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c824bfd-71fe-4137-9da7-86a5176ab835 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ad124469-630c-4028-ad42-d7097b4ba1d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad124469-630c-4028-ad42-d7097b4ba1d4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4b100709-1038-4f88-ae94-e1cb117840c9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4b100709-1038-4f88-ae94-e1cb117840c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4b100709-1038-4f88-ae94-e1cb117840c9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4b100709-1038-4f88-ae94-e1cb117840c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e4e655c4-cb70-47cc-8c88-955a7763621f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4e655c4-cb70-47cc-8c88-955a7763621f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4e655c4-cb70-47cc-8c88-955a7763621f-atc-btn-wrapper {
    text-align: center;
  }


#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e4e655c4-cb70-47cc-8c88-955a7763621f-atc-btn-wrapper {
    text-align: center;
  }


#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4e655c4-cb70-47cc-8c88-955a7763621f-atc-btn-wrapper {
    text-align: center;
  }


#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e4e655c4-cb70-47cc-8c88-955a7763621f-atc-btn-wrapper {
    text-align: center;
  }


#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e4e655c4-cb70-47cc-8c88-955a7763621f-atc-btn-wrapper {
    text-align: center;
  }


#s-e4e655c4-cb70-47cc-8c88-955a7763621f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e655c4-cb70-47cc-8c88-955a7763621f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3.shg-box.shg-c {
  justify-content: center;
}

#s-8a93f266-c0c5-413b-b042-10b5ffa61c19 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (max-width: 767px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}
#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-59c83e6f-50d7-4e04-94d7-90a95069dd56 {
  margin-left: auto;
margin-right: auto;
}

#s-ac794fa9-8393-42ea-8197-034d52b67212 {
  margin-left: auto;
margin-right: auto;
}

#s-ac794fa9-8393-42ea-8197-034d52b67212 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev,
#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next {
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev svg,
#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-ac794fa9-8393-42ea-8197-034d52b67212 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev,
#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next {
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev svg,
#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ac794fa9-8393-42ea-8197-034d52b67212 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-b58664cf-ded9-43f0-990e-4442f91929b4 {
  margin-left: auto;
margin-right: auto;
}

#s-19cac6de-aee1-4251-bbce-5be58ebe8606 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e76a4eb-26a0-4872-97b8-382566e474e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e76a4eb-26a0-4872-97b8-382566e474e2 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8b915f9f-4462-4002-a4d9-612104646ef3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b915f9f-4462-4002-a4d9-612104646ef3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b915f9f-4462-4002-a4d9-612104646ef3-atc-btn-wrapper {
    text-align: center;
  }


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8b915f9f-4462-4002-a4d9-612104646ef3-atc-btn-wrapper {
    text-align: center;
  }


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b915f9f-4462-4002-a4d9-612104646ef3-atc-btn-wrapper {
    text-align: center;
  }


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8b915f9f-4462-4002-a4d9-612104646ef3-atc-btn-wrapper {
    text-align: center;
  }


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8b915f9f-4462-4002-a4d9-612104646ef3-atc-btn-wrapper {
    text-align: center;
  }


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-806deb7b-dee4-436a-b1e6-3a5720e901c0 {
  margin-left: auto;
margin-right: auto;
}

#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6b7f756-af18-4fd2-94f2-75734a2070e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6b7f756-af18-4fd2-94f2-75734a2070e1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a4cb4600-8111-41b1-82b0-ab684483b1fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4cb4600-8111-41b1-82b0-ab684483b1fe:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4cb4600-8111-41b1-82b0-ab684483b1fe-atc-btn-wrapper {
    text-align: center;
  }


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a4cb4600-8111-41b1-82b0-ab684483b1fe-atc-btn-wrapper {
    text-align: center;
  }


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4cb4600-8111-41b1-82b0-ab684483b1fe-atc-btn-wrapper {
    text-align: center;
  }


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a4cb4600-8111-41b1-82b0-ab684483b1fe-atc-btn-wrapper {
    text-align: center;
  }


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a4cb4600-8111-41b1-82b0-ab684483b1fe-atc-btn-wrapper {
    text-align: center;
  }


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-34c78caf-2480-42af-82b2-f0546566f0b8 {
  margin-left: auto;
margin-right: auto;
}

#s-50ef7457-b3b7-4b68-9b03-3710776fba03 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-db9b884e-be59-4b2c-8cf5-18f747bd68a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db9b884e-be59-4b2c-8cf5-18f747bd68a1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb-atc-btn-wrapper {
    text-align: center;
  }


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb-atc-btn-wrapper {
    text-align: center;
  }


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb-atc-btn-wrapper {
    text-align: center;
  }


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb-atc-btn-wrapper {
    text-align: center;
  }


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb-atc-btn-wrapper {
    text-align: center;
  }


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d7b7ad3c-7b2f-4f13-9115-7eac0913c7e9 {
  margin-left: auto;
margin-right: auto;
}

#s-60f918e5-9681-43e7-905e-df6d78490f02 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d40f2cc3-2865-4d5d-8e20-e5ba3c5de43f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d40f2cc3-2865-4d5d-8e20-e5ba3c5de43f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c-atc-btn-wrapper {
    text-align: center;
  }


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c-atc-btn-wrapper {
    text-align: center;
  }


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c-atc-btn-wrapper {
    text-align: center;
  }


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c-atc-btn-wrapper {
    text-align: center;
  }


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c-atc-btn-wrapper {
    text-align: center;
  }


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f9db170e-2398-4e8a-b3e3-65246a677803 {
  margin-left: auto;
margin-right: auto;
}

#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-572c36a9-c023-4b59-82fe-d57fb5fcaf38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-572c36a9-c023-4b59-82fe-d57fb5fcaf38 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8d91241a-317c-473e-9811-29a5ea3d88e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d91241a-317c-473e-9811-29a5ea3d88e0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d91241a-317c-473e-9811-29a5ea3d88e0-atc-btn-wrapper {
    text-align: center;
  }


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8d91241a-317c-473e-9811-29a5ea3d88e0-atc-btn-wrapper {
    text-align: center;
  }


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d91241a-317c-473e-9811-29a5ea3d88e0-atc-btn-wrapper {
    text-align: center;
  }


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8d91241a-317c-473e-9811-29a5ea3d88e0-atc-btn-wrapper {
    text-align: center;
  }


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8d91241a-317c-473e-9811-29a5ea3d88e0-atc-btn-wrapper {
    text-align: center;
  }


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1d600823-6ba2-4596-9d8e-95bc9b539914 {
  margin-left: auto;
margin-right: auto;
}

#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b43917c-f0a9-480b-b157-c8742d323a7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b43917c-f0a9-480b-b157-c8742d323a7b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-52fc6a8b-414f-4efe-bd3f-4723719b591f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52fc6a8b-414f-4efe-bd3f-4723719b591f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-52fc6a8b-414f-4efe-bd3f-4723719b591f-atc-btn-wrapper {
    text-align: center;
  }


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-52fc6a8b-414f-4efe-bd3f-4723719b591f-atc-btn-wrapper {
    text-align: center;
  }


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-52fc6a8b-414f-4efe-bd3f-4723719b591f-atc-btn-wrapper {
    text-align: center;
  }


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-52fc6a8b-414f-4efe-bd3f-4723719b591f-atc-btn-wrapper {
    text-align: center;
  }


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-52fc6a8b-414f-4efe-bd3f-4723719b591f-atc-btn-wrapper {
    text-align: center;
  }


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bd314249-d9c3-475a-8e32-d4fa68dcaa21 {
  margin-left: auto;
margin-right: auto;
}

#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a5935b0-d88f-4e10-ad8b-1338743aaa85 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a5935b0-d88f-4e10-ad8b-1338743aaa85 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1a6523b8-b769-4598-9eea-c6d4ec9742c7 {
  margin-left: auto;
margin-right: auto;
}

#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4b65b45-1146-466b-9ada-b18b5c3762f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-371a7c5b-8f53-4d2f-8ffa-ad16e5e02815 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-371a7c5b-8f53-4d2f-8ffa-ad16e5e02815 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-28f5df4c-0fd6-42dc-a7ed-ef9b1373bb9d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-28f5df4c-0fd6-42dc-a7ed-ef9b1373bb9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-28f5df4c-0fd6-42dc-a7ed-ef9b1373bb9d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-28f5df4c-0fd6-42dc-a7ed-ef9b1373bb9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-50081f99-470e-48ef-9b56-7193d011aba7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50081f99-470e-48ef-9b56-7193d011aba7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-50081f99-470e-48ef-9b56-7193d011aba7-atc-btn-wrapper {
    text-align: center;
  }


#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-50081f99-470e-48ef-9b56-7193d011aba7-atc-btn-wrapper {
    text-align: center;
  }


#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-50081f99-470e-48ef-9b56-7193d011aba7-atc-btn-wrapper {
    text-align: center;
  }


#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-50081f99-470e-48ef-9b56-7193d011aba7-atc-btn-wrapper {
    text-align: center;
  }


#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-50081f99-470e-48ef-9b56-7193d011aba7-atc-btn-wrapper {
    text-align: center;
  }


#s-50081f99-470e-48ef-9b56-7193d011aba7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50081f99-470e-48ef-9b56-7193d011aba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e.shg-box.shg-c {
  justify-content: center;
}

#s-033d5799-cfd9-40f6-a001-9f07cf0b0424 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-aae078f7-a0b0-4cfa-868a-228290e35bc1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aae078f7-a0b0-4cfa-868a-228290e35bc1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b4f36cf0-3131-43d4-9cb8-9f2b55876d18 {
  margin-left: auto;
margin-right: auto;
}

#s-467069ab-79eb-474f-8b2f-833776a62155 {
  margin-left: auto;
margin-right: auto;
}

#s-467069ab-79eb-474f-8b2f-833776a62155 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev,
#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next {
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev svg,
#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-467069ab-79eb-474f-8b2f-833776a62155 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev,
#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next {
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev svg,
#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-467069ab-79eb-474f-8b2f-833776a62155 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-1117982b-99ed-4769-8d20-4a82d068b288 {
  margin-left: auto;
margin-right: auto;
}

#s-d16c59c3-279d-4f4e-9d65-7780045029eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-33826afd-1365-4ce9-a770-83c1b22a0b07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33826afd-1365-4ce9-a770-83c1b22a0b07 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e2fa702-1d52-402c-9357-aca150d97adc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e2fa702-1d52-402c-9357-aca150d97adc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e2fa702-1d52-402c-9357-aca150d97adc-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1e2fa702-1d52-402c-9357-aca150d97adc-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e2fa702-1d52-402c-9357-aca150d97adc-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1e2fa702-1d52-402c-9357-aca150d97adc-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1e2fa702-1d52-402c-9357-aca150d97adc-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2c4d5722-00ab-4f55-bff0-0360fc01bde5 {
  margin-left: auto;
margin-right: auto;
}

#s-f5386aa3-3a45-4215-b928-48bea15e0e9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cbb0143d-76bd-4f78-bed3-cc406f98bc91 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb0143d-76bd-4f78-bed3-cc406f98bc91 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e18ba920-fc98-4cf6-aea8-ae1906aabd82-atc-btn-wrapper {
    text-align: center;
  }


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e18ba920-fc98-4cf6-aea8-ae1906aabd82-atc-btn-wrapper {
    text-align: center;
  }


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e18ba920-fc98-4cf6-aea8-ae1906aabd82-atc-btn-wrapper {
    text-align: center;
  }


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e18ba920-fc98-4cf6-aea8-ae1906aabd82-atc-btn-wrapper {
    text-align: center;
  }


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e18ba920-fc98-4cf6-aea8-ae1906aabd82-atc-btn-wrapper {
    text-align: center;
  }


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e8f497a3-1922-4a6a-8f4a-ca9b14c532ed {
  margin-left: auto;
margin-right: auto;
}

#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a04b1b0d-e39f-4dd8-86df-aac9fae57677 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04b1b0d-e39f-4dd8-86df-aac9fae57677 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-32c3efb1-a157-4d26-81ed-746a4d01fa9e-atc-btn-wrapper {
    text-align: center;
  }


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-32c3efb1-a157-4d26-81ed-746a4d01fa9e-atc-btn-wrapper {
    text-align: center;
  }


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-32c3efb1-a157-4d26-81ed-746a4d01fa9e-atc-btn-wrapper {
    text-align: center;
  }


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-32c3efb1-a157-4d26-81ed-746a4d01fa9e-atc-btn-wrapper {
    text-align: center;
  }


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-32c3efb1-a157-4d26-81ed-746a4d01fa9e-atc-btn-wrapper {
    text-align: center;
  }


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7f3ee55e-b2db-41ff-ada9-65e91f75370c {
  margin-left: auto;
margin-right: auto;
}

#s-b76ed35b-841f-4caf-8fe8-ee75874d444e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d12e8c78-7304-4084-99bc-f48b485196f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d12e8c78-7304-4084-99bc-f48b485196f5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-88c23b43-a919-471a-8523-9c334e027b56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-88c23b43-a919-471a-8523-9c334e027b56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88c23b43-a919-471a-8523-9c334e027b56:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-88c23b43-a919-471a-8523-9c334e027b56-atc-btn-wrapper {
    text-align: center;
  }


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-88c23b43-a919-471a-8523-9c334e027b56-atc-btn-wrapper {
    text-align: center;
  }


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-88c23b43-a919-471a-8523-9c334e027b56-atc-btn-wrapper {
    text-align: center;
  }


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-88c23b43-a919-471a-8523-9c334e027b56-atc-btn-wrapper {
    text-align: center;
  }


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-88c23b43-a919-471a-8523-9c334e027b56-atc-btn-wrapper {
    text-align: center;
  }


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b53af5f0-5380-4c45-94f6-f4b5b6a9c63b {
  margin-left: auto;
margin-right: auto;
}

#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-225429df-5ba6-48ff-a952-a35709b93099 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-225429df-5ba6-48ff-a952-a35709b93099 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-baa6cac0-1db0-44a2-871c-60197b30c703:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa6cac0-1db0-44a2-871c-60197b30c703:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-baa6cac0-1db0-44a2-871c-60197b30c703-atc-btn-wrapper {
    text-align: center;
  }


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-baa6cac0-1db0-44a2-871c-60197b30c703-atc-btn-wrapper {
    text-align: center;
  }


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-baa6cac0-1db0-44a2-871c-60197b30c703-atc-btn-wrapper {
    text-align: center;
  }


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-baa6cac0-1db0-44a2-871c-60197b30c703-atc-btn-wrapper {
    text-align: center;
  }


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-baa6cac0-1db0-44a2-871c-60197b30c703-atc-btn-wrapper {
    text-align: center;
  }


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-69f73f22-46fe-4bfb-9c9a-4aedcd095f00 {
  margin-left: auto;
margin-right: auto;
}

#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-45ffba87-a2bf-4fd5-9c19-1d0c2c22dcc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45ffba87-a2bf-4fd5-9c19-1d0c2c22dcc7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1066da22-c2e0-459b-9bdb-d4cbead56a98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1066da22-c2e0-459b-9bdb-d4cbead56a98:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1066da22-c2e0-459b-9bdb-d4cbead56a98-atc-btn-wrapper {
    text-align: center;
  }


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1066da22-c2e0-459b-9bdb-d4cbead56a98-atc-btn-wrapper {
    text-align: center;
  }


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1066da22-c2e0-459b-9bdb-d4cbead56a98-atc-btn-wrapper {
    text-align: center;
  }


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1066da22-c2e0-459b-9bdb-d4cbead56a98-atc-btn-wrapper {
    text-align: center;
  }


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1066da22-c2e0-459b-9bdb-d4cbead56a98-atc-btn-wrapper {
    text-align: center;
  }


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c69af75e-92e0-4a7c-ad90-5d2562bb508e {
  margin-left: auto;
margin-right: auto;
}

#s-215d7147-5a30-46fd-a729-f3e1890af4f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-90e05fc5-2b26-4d4d-b345-f08ee8e9565c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90e05fc5-2b26-4d4d-b345-f08ee8e9565c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-566c84bf-819a-418e-b65b-9ab1afa546db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-566c84bf-819a-418e-b65b-9ab1afa546db:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-566c84bf-819a-418e-b65b-9ab1afa546db-atc-btn-wrapper {
    text-align: center;
  }


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-566c84bf-819a-418e-b65b-9ab1afa546db-atc-btn-wrapper {
    text-align: center;
  }


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-566c84bf-819a-418e-b65b-9ab1afa546db-atc-btn-wrapper {
    text-align: center;
  }


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-566c84bf-819a-418e-b65b-9ab1afa546db-atc-btn-wrapper {
    text-align: center;
  }


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-566c84bf-819a-418e-b65b-9ab1afa546db-atc-btn-wrapper {
    text-align: center;
  }


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c81cba4e-2764-43e8-9a71-199f04cc8f69 {
  margin-left: auto;
margin-right: auto;
}

#s-603dd358-84ef-4873-a05a-3b8486b85b3f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603dd358-84ef-4873-a05a-3b8486b85b3f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f38e336-cf6a-4bc0-9e54-f56bed2eacf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f38e336-cf6a-4bc0-9e54-f56bed2eacf7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-33f082d5-5d19-40a9-bdaf-6a64f09ebd7b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-33f082d5-5d19-40a9-bdaf-6a64f09ebd7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-33f082d5-5d19-40a9-bdaf-6a64f09ebd7b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-33f082d5-5d19-40a9-bdaf-6a64f09ebd7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-acf499b8-0148-450a-9411-99b54ada4203 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-acf499b8-0148-450a-9411-99b54ada4203:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf499b8-0148-450a-9411-99b54ada4203:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-acf499b8-0148-450a-9411-99b54ada4203-atc-btn-wrapper {
    text-align: center;
  }


#s-acf499b8-0148-450a-9411-99b54ada4203 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-acf499b8-0148-450a-9411-99b54ada4203-atc-btn-wrapper {
    text-align: center;
  }


#s-acf499b8-0148-450a-9411-99b54ada4203 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf499b8-0148-450a-9411-99b54ada4203-atc-btn-wrapper {
    text-align: center;
  }


#s-acf499b8-0148-450a-9411-99b54ada4203 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-acf499b8-0148-450a-9411-99b54ada4203-atc-btn-wrapper {
    text-align: center;
  }


#s-acf499b8-0148-450a-9411-99b54ada4203 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-acf499b8-0148-450a-9411-99b54ada4203-atc-btn-wrapper {
    text-align: center;
  }


#s-acf499b8-0148-450a-9411-99b54ada4203 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-acf499b8-0148-450a-9411-99b54ada4203.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-42ecccb7-def6-44e2-8f25-d23573d22e35 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-42ecccb7-def6-44e2-8f25-d23573d22e35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42ecccb7-def6-44e2-8f25-d23573d22e35.shg-box.shg-c {
  justify-content: center;
}

#s-47901391-ec73-49e1-b0c3-a99163a1912c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (max-width: 767px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}
#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bfff03ae-6eee-4af5-9897-0c9eb2b4dfd6 {
  margin-left: auto;
margin-right: auto;
}

#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 {
  margin-left: 3%;
margin-right: 3%;
}

#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev,
#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next {
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev svg,
#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev,
#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next {
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev svg,
#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-76eae1aa-bf02-4d81-bd35-bf56bb08d57b {
  margin-left: auto;
margin-right: auto;
}

#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cfeb946-d0e4-478b-934b-c4a91cb53f5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f71e4749-e149-4c65-a463-cf7f34d5f005 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f71e4749-e149-4c65-a463-cf7f34d5f005 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fc51bf8a-d5c3-4e87-96a9-e4d640f728fe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fc51bf8a-d5c3-4e87-96a9-e4d640f728fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fc51bf8a-d5c3-4e87-96a9-e4d640f728fe .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fc51bf8a-d5c3-4e87-96a9-e4d640f728fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e91d64e5-8c82-4936-bfcf-901ef73f811a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e91d64e5-8c82-4936-bfcf-901ef73f811a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e91d64e5-8c82-4936-bfcf-901ef73f811a-atc-btn-wrapper {
    text-align: center;
  }


#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e91d64e5-8c82-4936-bfcf-901ef73f811a-atc-btn-wrapper {
    text-align: center;
  }


#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e91d64e5-8c82-4936-bfcf-901ef73f811a-atc-btn-wrapper {
    text-align: center;
  }


#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e91d64e5-8c82-4936-bfcf-901ef73f811a-atc-btn-wrapper {
    text-align: center;
  }


#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e91d64e5-8c82-4936-bfcf-901ef73f811a-atc-btn-wrapper {
    text-align: center;
  }


#s-e91d64e5-8c82-4936-bfcf-901ef73f811a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e91d64e5-8c82-4936-bfcf-901ef73f811a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a0104bb2-e5ab-4890-9b67-18dd6538b6d1 {
  margin-left: auto;
margin-right: auto;
}

#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-860712be-6614-4c24-a677-1b0e356acfd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-860712be-6614-4c24-a677-1b0e356acfd5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-578ebd3b-82e6-466c-be45-5191443b671a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578ebd3b-82e6-466c-be45-5191443b671a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-578ebd3b-82e6-466c-be45-5191443b671a-atc-btn-wrapper {
    text-align: center;
  }


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-578ebd3b-82e6-466c-be45-5191443b671a-atc-btn-wrapper {
    text-align: center;
  }


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-578ebd3b-82e6-466c-be45-5191443b671a-atc-btn-wrapper {
    text-align: center;
  }


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-578ebd3b-82e6-466c-be45-5191443b671a-atc-btn-wrapper {
    text-align: center;
  }


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-578ebd3b-82e6-466c-be45-5191443b671a-atc-btn-wrapper {
    text-align: center;
  }


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3ce89d1a-c5e5-4641-80f1-c3dd39dcd79d {
  margin-left: auto;
margin-right: auto;
}

#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-48d0abfd-817e-46c1-8339-4696bf9dccb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48d0abfd-817e-46c1-8339-4696bf9dccb8 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9-atc-btn-wrapper {
    text-align: center;
  }


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9-atc-btn-wrapper {
    text-align: center;
  }


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9-atc-btn-wrapper {
    text-align: center;
  }


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9-atc-btn-wrapper {
    text-align: center;
  }


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9-atc-btn-wrapper {
    text-align: center;
  }


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d97958d5-83ce-4d8e-a2d3-5a049aae0ba4 {
  margin-left: auto;
margin-right: auto;
}

#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c66516a1-a703-497c-a615-8700e31c79e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c66516a1-a703-497c-a615-8700e31c79e0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e1794b3-27ab-4ba2-ab8d-d0c304457694-atc-btn-wrapper {
    text-align: center;
  }


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7e1794b3-27ab-4ba2-ab8d-d0c304457694-atc-btn-wrapper {
    text-align: center;
  }


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e1794b3-27ab-4ba2-ab8d-d0c304457694-atc-btn-wrapper {
    text-align: center;
  }


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7e1794b3-27ab-4ba2-ab8d-d0c304457694-atc-btn-wrapper {
    text-align: center;
  }


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7e1794b3-27ab-4ba2-ab8d-d0c304457694-atc-btn-wrapper {
    text-align: center;
  }


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b505c12a-ae90-4c6c-a474-7bbc90f48e5c {
  margin-left: auto;
margin-right: auto;
}

#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8456b34d-ed47-44cd-afb9-4b9fbd51a330 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43cba5f7-2d33-4e1a-9fcd-1fb645ae2897 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43cba5f7-2d33-4e1a-9fcd-1fb645ae2897 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b0dfe70c-454d-4327-b387-05b5d1aad658 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b0dfe70c-454d-4327-b387-05b5d1aad658 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b0dfe70c-454d-4327-b387-05b5d1aad658 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b0dfe70c-454d-4327-b387-05b5d1aad658 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f13c453-de6e-49ec-88dc-ff3d0f77d659-atc-btn-wrapper {
    text-align: center;
  }


#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8f13c453-de6e-49ec-88dc-ff3d0f77d659-atc-btn-wrapper {
    text-align: center;
  }


#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f13c453-de6e-49ec-88dc-ff3d0f77d659-atc-btn-wrapper {
    text-align: center;
  }


#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8f13c453-de6e-49ec-88dc-ff3d0f77d659-atc-btn-wrapper {
    text-align: center;
  }


#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8f13c453-de6e-49ec-88dc-ff3d0f77d659-atc-btn-wrapper {
    text-align: center;
  }


#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f13c453-de6e-49ec-88dc-ff3d0f77d659.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2351ae41-7a4e-48a7-aa25-c18dde685591 {
  margin-left: auto;
margin-right: auto;
}

#s-46bb0c27-af20-4df6-821c-ce2585331ad4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46bb0c27-af20-4df6-821c-ce2585331ad4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43ca32de-d088-493e-ad1e-fb7a774fa719 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43ca32de-d088-493e-ad1e-fb7a774fa719 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e262c946-88b7-4949-97b3-5097098780a5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e262c946-88b7-4949-97b3-5097098780a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e262c946-88b7-4949-97b3-5097098780a5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e262c946-88b7-4949-97b3-5097098780a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03-atc-btn-wrapper {
    text-align: center;
  }


#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03-atc-btn-wrapper {
    text-align: center;
  }


#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03-atc-btn-wrapper {
    text-align: center;
  }


#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03-atc-btn-wrapper {
    text-align: center;
  }


#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03-atc-btn-wrapper {
    text-align: center;
  }


#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ed29f2b-bdf0-4ecb-bfc6-5f3f40415e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0ed4c756-8f49-4980-9714-9c0405e5c4a6 {
  margin-left: auto;
margin-right: auto;
}

#s-79f30307-2e34-48df-9608-20ba997b3acc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f30307-2e34-48df-9608-20ba997b3acc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d9ccae0-a07f-4057-87cb-5bf3fbc9f4ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d9ccae0-a07f-4057-87cb-5bf3fbc9f4ca .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1512e635-14d0-4ebf-b2da-a0263c2c95d4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1512e635-14d0-4ebf-b2da-a0263c2c95d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1512e635-14d0-4ebf-b2da-a0263c2c95d4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1512e635-14d0-4ebf-b2da-a0263c2c95d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-baa60d39-f425-4de9-ab3e-295c789a870e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa60d39-f425-4de9-ab3e-295c789a870e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-baa60d39-f425-4de9-ab3e-295c789a870e-atc-btn-wrapper {
    text-align: center;
  }


#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-baa60d39-f425-4de9-ab3e-295c789a870e-atc-btn-wrapper {
    text-align: center;
  }


#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-baa60d39-f425-4de9-ab3e-295c789a870e-atc-btn-wrapper {
    text-align: center;
  }


#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-baa60d39-f425-4de9-ab3e-295c789a870e-atc-btn-wrapper {
    text-align: center;
  }


#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-baa60d39-f425-4de9-ab3e-295c789a870e-atc-btn-wrapper {
    text-align: center;
  }


#s-baa60d39-f425-4de9-ab3e-295c789a870e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa60d39-f425-4de9-ab3e-295c789a870e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-131279ec-80a7-4a6b-8240-ab0b74bf709d {
  margin-left: auto;
margin-right: auto;
}

#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a903d32-80fe-41a6-8bd1-7cdb351eca7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de2cbb0d-0795-46d8-9daa-f9b51c963e44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de2cbb0d-0795-46d8-9daa-f9b51c963e44 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2abf3b13-fa4e-48cd-9060-a57b9aa7a645 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2abf3b13-fa4e-48cd-9060-a57b9aa7a645 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2abf3b13-fa4e-48cd-9060-a57b9aa7a645 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2abf3b13-fa4e-48cd-9060-a57b9aa7a645 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4169252e-8120-4f69-8a83-e4d18c69f225:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4169252e-8120-4f69-8a83-e4d18c69f225:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4169252e-8120-4f69-8a83-e4d18c69f225-atc-btn-wrapper {
    text-align: center;
  }


#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4169252e-8120-4f69-8a83-e4d18c69f225-atc-btn-wrapper {
    text-align: center;
  }


#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4169252e-8120-4f69-8a83-e4d18c69f225-atc-btn-wrapper {
    text-align: center;
  }


#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4169252e-8120-4f69-8a83-e4d18c69f225-atc-btn-wrapper {
    text-align: center;
  }


#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4169252e-8120-4f69-8a83-e4d18c69f225-atc-btn-wrapper {
    text-align: center;
  }


#s-4169252e-8120-4f69-8a83-e4d18c69f225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4169252e-8120-4f69-8a83-e4d18c69f225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
