.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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;
  overflow: hidden;
}






.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: 4%;
margin-right: 4%;
}

#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: 4%;
margin-right: 4%;
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-d65fb4c4-572c-46cd-913f-b423c2dbb82b {
  margin-left: auto;
margin-right: auto;
}

#s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b {
  --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-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev,
#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next {
  
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev svg,
#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .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-d65fb4c4-572c-46cd-913f-b423c2dbb82b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b {
  --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-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev,
#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next {
  
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev svg,
#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d65fb4c4-572c-46cd-913f-b423c2dbb82b .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-d65fb4c4-572c-46cd-913f-b423c2dbb82b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-efc508c4-9fdc-477e-9394-87dfb685802f {
  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-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f0d3e65-b798-4398-b8e4-ec2e0e9ca1de 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-9c9285b4-9ca4-4af7-8a50-123a6e56aac7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c9285b4-9ca4-4af7-8a50-123a6e56aac7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6d4b70f7-0005-4671-9a9b-74acea7000c1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d4b70f7-0005-4671-9a9b-74acea7000c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6d4b70f7-0005-4671-9a9b-74acea7000c1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6d4b70f7-0005-4671-9a9b-74acea7000c1 .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-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  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-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26: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-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26-atc-btn-wrapper {
    text-align: center;
  }


#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8ae4c5bb-71f1-4997-ad5a-899c28cb6a26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-56ffbe54-eab6-47d0-8d5c-4dda421e3e60 {
  margin-left: auto;
margin-right: auto;
}

#s-16c74515-4a1b-447f-8687-dbb00c4b322e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c74515-4a1b-447f-8687-dbb00c4b322e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d13ae82-4fb5-4176-a022-616b6568dbfe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d13ae82-4fb5-4176-a022-616b6568dbfe .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-27435da2-450d-4c07-a3a4-5ed9d5892311 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-27435da2-450d-4c07-a3a4-5ed9d5892311 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-27435da2-450d-4c07-a3a4-5ed9d5892311 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-27435da2-450d-4c07-a3a4-5ed9d5892311 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  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-97db3a14-a7a9-4a9e-a438-b70c7075741c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97db3a14-a7a9-4a9e-a438-b70c7075741c: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-97db3a14-a7a9-4a9e-a438-b70c7075741c-atc-btn-wrapper {
    text-align: center;
  }


#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-97db3a14-a7a9-4a9e-a438-b70c7075741c-atc-btn-wrapper {
    text-align: center;
  }


#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-97db3a14-a7a9-4a9e-a438-b70c7075741c-atc-btn-wrapper {
    text-align: center;
  }


#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-97db3a14-a7a9-4a9e-a438-b70c7075741c-atc-btn-wrapper {
    text-align: center;
  }


#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-97db3a14-a7a9-4a9e-a438-b70c7075741c-atc-btn-wrapper {
    text-align: center;
  }


#s-97db3a14-a7a9-4a9e-a438-b70c7075741c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97db3a14-a7a9-4a9e-a438-b70c7075741c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fa51d619-4351-45b2-b275-537a293fd314 {
  margin-left: auto;
margin-right: auto;
}

#s-4167409a-a5ec-4b43-b974-ae782c052284 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4167409a-a5ec-4b43-b974-ae782c052284 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-918b46f5-ccb6-48f5-a3d3-523d8194eb6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-918b46f5-ccb6-48f5-a3d3-523d8194eb6f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ad58ec53-cc3b-4400-8e02-d1dae7772092 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ad58ec53-cc3b-4400-8e02-d1dae7772092 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ad58ec53-cc3b-4400-8e02-d1dae7772092 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ad58ec53-cc3b-4400-8e02-d1dae7772092 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  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-bf78509e-4ccf-4013-b115-ce49e5bc045e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf78509e-4ccf-4013-b115-ce49e5bc045e: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-bf78509e-4ccf-4013-b115-ce49e5bc045e-atc-btn-wrapper {
    text-align: center;
  }


#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bf78509e-4ccf-4013-b115-ce49e5bc045e-atc-btn-wrapper {
    text-align: center;
  }


#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf78509e-4ccf-4013-b115-ce49e5bc045e-atc-btn-wrapper {
    text-align: center;
  }


#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bf78509e-4ccf-4013-b115-ce49e5bc045e-atc-btn-wrapper {
    text-align: center;
  }


#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bf78509e-4ccf-4013-b115-ce49e5bc045e-atc-btn-wrapper {
    text-align: center;
  }


#s-bf78509e-4ccf-4013-b115-ce49e5bc045e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf78509e-4ccf-4013-b115-ce49e5bc045e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2f6e455-fb85-4b48-b355-c15651afbf67 {
  margin-left: auto;
margin-right: auto;
}

#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ebd6ab-1e4c-458a-b382-0dd18ce33ff3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c9eb3bd4-1a4a-4801-9c84-ba8bc29fd79e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9eb3bd4-1a4a-4801-9c84-ba8bc29fd79e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-666351b9-792a-4ae7-bc1d-bc50b2d44597 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-666351b9-792a-4ae7-bc1d-bc50b2d44597 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-666351b9-792a-4ae7-bc1d-bc50b2d44597 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-666351b9-792a-4ae7-bc1d-bc50b2d44597 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  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-894c4f40-1d41-4fca-a6d6-0c31c5d138ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba: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-894c4f40-1d41-4fca-a6d6-0c31c5d138ba-atc-btn-wrapper {
    text-align: center;
  }


#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba-atc-btn-wrapper {
    text-align: center;
  }


#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba-atc-btn-wrapper {
    text-align: center;
  }


#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba-atc-btn-wrapper {
    text-align: center;
  }


#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba-atc-btn-wrapper {
    text-align: center;
  }


#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-894c4f40-1d41-4fca-a6d6-0c31c5d138ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-84cf4e01-c6ae-45e0-9916-08aa363df419 {
  margin-left: auto;
margin-right: auto;
}

#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76434195-a33f-46c9-9e0b-9c5f4fd3f5a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a951b03-9ca9-47e2-8d5d-5d08a6821b8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a951b03-9ca9-47e2-8d5d-5d08a6821b8c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a5baf94e-d26d-43cd-ac3f-93f9517fb1ce {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a5baf94e-d26d-43cd-ac3f-93f9517fb1ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a5baf94e-d26d-43cd-ac3f-93f9517fb1ce .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a5baf94e-d26d-43cd-ac3f-93f9517fb1ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  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-149048fa-d923-4244-91a5-996f33b1eb3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-149048fa-d923-4244-91a5-996f33b1eb3d: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-149048fa-d923-4244-91a5-996f33b1eb3d-atc-btn-wrapper {
    text-align: center;
  }


#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-149048fa-d923-4244-91a5-996f33b1eb3d-atc-btn-wrapper {
    text-align: center;
  }


#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-149048fa-d923-4244-91a5-996f33b1eb3d-atc-btn-wrapper {
    text-align: center;
  }


#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-149048fa-d923-4244-91a5-996f33b1eb3d-atc-btn-wrapper {
    text-align: center;
  }


#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-149048fa-d923-4244-91a5-996f33b1eb3d-atc-btn-wrapper {
    text-align: center;
  }


#s-149048fa-d923-4244-91a5-996f33b1eb3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-149048fa-d923-4244-91a5-996f33b1eb3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2fda843-cbc5-43cb-8f1b-d32692912be4 {
  margin-left: auto;
margin-right: auto;
}

#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c57f73-4ce9-4874-8e01-7e9371ea532c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-472e563c-73b3-4306-b96a-650a434d6f2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-472e563c-73b3-4306-b96a-650a434d6f2c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5833e67f-add9-4fc2-85d4-5ca2d8205683 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5833e67f-add9-4fc2-85d4-5ca2d8205683 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5833e67f-add9-4fc2-85d4-5ca2d8205683 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5833e67f-add9-4fc2-85d4-5ca2d8205683 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  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-13afd365-513a-45b5-b77a-2fcbe03547a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13afd365-513a-45b5-b77a-2fcbe03547a0: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-13afd365-513a-45b5-b77a-2fcbe03547a0-atc-btn-wrapper {
    text-align: center;
  }


#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-13afd365-513a-45b5-b77a-2fcbe03547a0-atc-btn-wrapper {
    text-align: center;
  }


#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-13afd365-513a-45b5-b77a-2fcbe03547a0-atc-btn-wrapper {
    text-align: center;
  }


#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-13afd365-513a-45b5-b77a-2fcbe03547a0-atc-btn-wrapper {
    text-align: center;
  }


#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-13afd365-513a-45b5-b77a-2fcbe03547a0-atc-btn-wrapper {
    text-align: center;
  }


#s-13afd365-513a-45b5-b77a-2fcbe03547a0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-13afd365-513a-45b5-b77a-2fcbe03547a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-279cee3e-71dd-41a2-aee5-4f5a7bcde6d5 {
  margin-left: auto;
margin-right: auto;
}

#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc1071c-f5b0-4a8a-9c2a-2887a6b9a152 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f5fce4a9-638b-4439-a256-90441b636a5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5fce4a9-638b-4439-a256-90441b636a5e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c1270d8f-af46-4362-8e6a-2df8a569863c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c1270d8f-af46-4362-8e6a-2df8a569863c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c1270d8f-af46-4362-8e6a-2df8a569863c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1270d8f-af46-4362-8e6a-2df8a569863c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  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-72d81518-277f-43f4-ba25-7e6ba0913660:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72d81518-277f-43f4-ba25-7e6ba0913660: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-72d81518-277f-43f4-ba25-7e6ba0913660-atc-btn-wrapper {
    text-align: center;
  }


#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-72d81518-277f-43f4-ba25-7e6ba0913660-atc-btn-wrapper {
    text-align: center;
  }


#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-72d81518-277f-43f4-ba25-7e6ba0913660-atc-btn-wrapper {
    text-align: center;
  }


#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-72d81518-277f-43f4-ba25-7e6ba0913660-atc-btn-wrapper {
    text-align: center;
  }


#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-72d81518-277f-43f4-ba25-7e6ba0913660-atc-btn-wrapper {
    text-align: center;
  }


#s-72d81518-277f-43f4-ba25-7e6ba0913660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72d81518-277f-43f4-ba25-7e6ba0913660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-065cb76d-bc90-4bf4-b4ae-9a2fc82365bd {
  margin-left: auto;
margin-right: auto;
}

#s-0e042903-e847-4fb2-b65c-7dfef53f252a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e042903-e847-4fb2-b65c-7dfef53f252a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3e527b23-49ad-42ce-b8a9-11899d13c21a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e527b23-49ad-42ce-b8a9-11899d13c21a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a297e029-55cc-450b-9c9e-9682df9c7e81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a297e029-55cc-450b-9c9e-9682df9c7e81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a297e029-55cc-450b-9c9e-9682df9c7e81 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a297e029-55cc-450b-9c9e-9682df9c7e81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  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-91284f10-6635-4bee-a9fb-9f99245d6354:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91284f10-6635-4bee-a9fb-9f99245d6354: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-91284f10-6635-4bee-a9fb-9f99245d6354-atc-btn-wrapper {
    text-align: center;
  }


#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-91284f10-6635-4bee-a9fb-9f99245d6354-atc-btn-wrapper {
    text-align: center;
  }


#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-91284f10-6635-4bee-a9fb-9f99245d6354-atc-btn-wrapper {
    text-align: center;
  }


#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-91284f10-6635-4bee-a9fb-9f99245d6354-atc-btn-wrapper {
    text-align: center;
  }


#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-91284f10-6635-4bee-a9fb-9f99245d6354-atc-btn-wrapper {
    text-align: center;
  }


#s-91284f10-6635-4bee-a9fb-9f99245d6354 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91284f10-6635-4bee-a9fb-9f99245d6354.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 {
  margin-left: auto;
margin-right: auto;
}

#s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 {
  --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-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev,
#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next {
  
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev svg,
#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .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-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 {
  --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-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev,
#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next {
  
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev svg,
#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .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-6f5d7521-1ffc-4e02-830d-d4f27ebc4075 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-75f54338-ba8a-4d26-882a-f082d0f11a21 {
  margin-left: auto;
margin-right: auto;
}

#s-75e4f765-c175-4b02-a355-181141e09afd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75e4f765-c175-4b02-a355-181141e09afd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-115034dd-a32f-4879-9851-a5c1887a797e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-115034dd-a32f-4879-9851-a5c1887a797e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cbad4a02-a710-48de-8fd1-c482d181f0fe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cbad4a02-a710-48de-8fd1-c482d181f0fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-cbad4a02-a710-48de-8fd1-c482d181f0fe .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cbad4a02-a710-48de-8fd1-c482d181f0fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  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-d2f8ad16-0367-488c-8a6d-ba132c8a4d38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38: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-d2f8ad16-0367-488c-8a6d-ba132c8a4d38-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d2f8ad16-0367-488c-8a6d-ba132c8a4d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e0ce1e4a-367c-4314-bab2-020a422c8d9a {
  margin-left: auto;
margin-right: auto;
}

#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dde1067-47e0-4d8f-92ed-adca9c6d0949 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c746197-72b9-420c-a91e-07ea504cfa4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c746197-72b9-420c-a91e-07ea504cfa4a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c9472ed0-c575-4da6-af47-60750eb529de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c9472ed0-c575-4da6-af47-60750eb529de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c9472ed0-c575-4da6-af47-60750eb529de .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c9472ed0-c575-4da6-af47-60750eb529de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  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-25b715a4-c69c-4cb1-95cc-25f8026e78bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc: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-25b715a4-c69c-4cb1-95cc-25f8026e78bc-atc-btn-wrapper {
    text-align: center;
  }


#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-25b715a4-c69c-4cb1-95cc-25f8026e78bc-atc-btn-wrapper {
    text-align: center;
  }


#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-25b715a4-c69c-4cb1-95cc-25f8026e78bc-atc-btn-wrapper {
    text-align: center;
  }


#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-25b715a4-c69c-4cb1-95cc-25f8026e78bc-atc-btn-wrapper {
    text-align: center;
  }


#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-25b715a4-c69c-4cb1-95cc-25f8026e78bc-atc-btn-wrapper {
    text-align: center;
  }


#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b715a4-c69c-4cb1-95cc-25f8026e78bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2cd228b7-b709-4e8f-a648-afd0fe9264fa {
  margin-left: auto;
margin-right: auto;
}

#s-7a17d025-eb06-4f1d-8fff-e72f83097578 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a17d025-eb06-4f1d-8fff-e72f83097578 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-118f62f6-04a8-419e-9a29-9b9aaf14db9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-118f62f6-04a8-419e-9a29-9b9aaf14db9f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6da1fb9a-dcdc-45e5-bd06-abf1b419347d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6da1fb9a-dcdc-45e5-bd06-abf1b419347d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6da1fb9a-dcdc-45e5-bd06-abf1b419347d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6da1fb9a-dcdc-45e5-bd06-abf1b419347d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  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-ac4964a1-c877-4778-974c-43a35be4f9fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac4964a1-c877-4778-974c-43a35be4f9fc: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-ac4964a1-c877-4778-974c-43a35be4f9fc-atc-btn-wrapper {
    text-align: center;
  }


#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ac4964a1-c877-4778-974c-43a35be4f9fc-atc-btn-wrapper {
    text-align: center;
  }


#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac4964a1-c877-4778-974c-43a35be4f9fc-atc-btn-wrapper {
    text-align: center;
  }


#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ac4964a1-c877-4778-974c-43a35be4f9fc-atc-btn-wrapper {
    text-align: center;
  }


#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ac4964a1-c877-4778-974c-43a35be4f9fc-atc-btn-wrapper {
    text-align: center;
  }


#s-ac4964a1-c877-4778-974c-43a35be4f9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac4964a1-c877-4778-974c-43a35be4f9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b9c60dfc-6f4e-44ea-b2da-d8a4bfd1e012 {
  margin-left: auto;
margin-right: auto;
}

#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a9bf6-fbea-4e20-b227-35cd64282ba6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e0dc0adb-5cc0-463c-a2a4-dfbc8f4037cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0dc0adb-5cc0-463c-a2a4-dfbc8f4037cd .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dfc7add2-e619-4bd0-82d4-71c28d0b56b7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dfc7add2-e619-4bd0-82d4-71c28d0b56b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-dfc7add2-e619-4bd0-82d4-71c28d0b56b7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dfc7add2-e619-4bd0-82d4-71c28d0b56b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  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-ec026489-9ea4-46b3-a5fc-641d1ed045c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0: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-ec026489-9ea4-46b3-a5fc-641d1ed045c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ec026489-9ea4-46b3-a5fc-641d1ed045c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec026489-9ea4-46b3-a5fc-641d1ed045c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ec026489-9ea4-46b3-a5fc-641d1ed045c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ec026489-9ea4-46b3-a5fc-641d1ed045c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ec026489-9ea4-46b3-a5fc-641d1ed045c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b74e4f77-a466-4e3b-9619-0e7a5ab3b7b8 {
  margin-left: auto;
margin-right: auto;
}

#s-c868b02b-adb0-44f6-942b-2d18eb985c4a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c868b02b-adb0-44f6-942b-2d18eb985c4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-134c59c1-7622-4ee1-aacb-39294b30f512 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134c59c1-7622-4ee1-aacb-39294b30f512 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2408b547-fd3e-4542-952b-f2e9b13eb9fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2408b547-fd3e-4542-952b-f2e9b13eb9fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2408b547-fd3e-4542-952b-f2e9b13eb9fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2408b547-fd3e-4542-952b-f2e9b13eb9fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  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-fd635cb0-1200-4744-90aa-16831bbe2cd3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd635cb0-1200-4744-90aa-16831bbe2cd3: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-fd635cb0-1200-4744-90aa-16831bbe2cd3-atc-btn-wrapper {
    text-align: center;
  }


#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fd635cb0-1200-4744-90aa-16831bbe2cd3-atc-btn-wrapper {
    text-align: center;
  }


#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd635cb0-1200-4744-90aa-16831bbe2cd3-atc-btn-wrapper {
    text-align: center;
  }


#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fd635cb0-1200-4744-90aa-16831bbe2cd3-atc-btn-wrapper {
    text-align: center;
  }


#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fd635cb0-1200-4744-90aa-16831bbe2cd3-atc-btn-wrapper {
    text-align: center;
  }


#s-fd635cb0-1200-4744-90aa-16831bbe2cd3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fd635cb0-1200-4744-90aa-16831bbe2cd3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7d6ac2ee-c82c-4c52-8e00-810355127db2 {
  margin-left: auto;
margin-right: auto;
}

#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad8a2be3-c402-41a2-85a8-a1668dcb9d6a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a215d8e-d37e-45cf-89b8-e281ff35ad64 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a215d8e-d37e-45cf-89b8-e281ff35ad64 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7bc5bafc-ddeb-466a-a756-b100b9ad32b7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7bc5bafc-ddeb-466a-a756-b100b9ad32b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7bc5bafc-ddeb-466a-a756-b100b9ad32b7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7bc5bafc-ddeb-466a-a756-b100b9ad32b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  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-deb65c91-898b-4b88-9b1a-aea2301e1d0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c: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-deb65c91-898b-4b88-9b1a-aea2301e1d0c-atc-btn-wrapper {
    text-align: center;
  }


#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-deb65c91-898b-4b88-9b1a-aea2301e1d0c-atc-btn-wrapper {
    text-align: center;
  }


#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-deb65c91-898b-4b88-9b1a-aea2301e1d0c-atc-btn-wrapper {
    text-align: center;
  }


#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-deb65c91-898b-4b88-9b1a-aea2301e1d0c-atc-btn-wrapper {
    text-align: center;
  }


#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-deb65c91-898b-4b88-9b1a-aea2301e1d0c-atc-btn-wrapper {
    text-align: center;
  }


#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-deb65c91-898b-4b88-9b1a-aea2301e1d0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f61cc0ab-a83f-45b4-9445-aa6d639f472b {
  margin-left: auto;
margin-right: auto;
}

#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eece8f5-e576-44c3-9dd2-a1bce02f2a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c28cfc6d-5bb6-401c-b806-f6c44225ac9d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c28cfc6d-5bb6-401c-b806-f6c44225ac9d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff6b327c-14f7-4d98-af86-61307994532d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ff6b327c-14f7-4d98-af86-61307994532d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ff6b327c-14f7-4d98-af86-61307994532d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ff6b327c-14f7-4d98-af86-61307994532d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-87948217-a934-407f-ac44-1d742e45c030 {
  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-87948217-a934-407f-ac44-1d742e45c030:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87948217-a934-407f-ac44-1d742e45c030: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-87948217-a934-407f-ac44-1d742e45c030-atc-btn-wrapper {
    text-align: center;
  }


#s-87948217-a934-407f-ac44-1d742e45c030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-87948217-a934-407f-ac44-1d742e45c030-atc-btn-wrapper {
    text-align: center;
  }


#s-87948217-a934-407f-ac44-1d742e45c030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-87948217-a934-407f-ac44-1d742e45c030-atc-btn-wrapper {
    text-align: center;
  }


#s-87948217-a934-407f-ac44-1d742e45c030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-87948217-a934-407f-ac44-1d742e45c030-atc-btn-wrapper {
    text-align: center;
  }


#s-87948217-a934-407f-ac44-1d742e45c030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-87948217-a934-407f-ac44-1d742e45c030-atc-btn-wrapper {
    text-align: center;
  }


#s-87948217-a934-407f-ac44-1d742e45c030 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-87948217-a934-407f-ac44-1d742e45c030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-137e7521-b2cb-4e02-9685-caf48c29c48c {
  margin-left: auto;
margin-right: auto;
}

#s-a471089b-1518-4bc3-9f66-7242b5f86d80 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a471089b-1518-4bc3-9f66-7242b5f86d80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b2de44a5-4a46-4211-98fc-e6ce2ae496df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2de44a5-4a46-4211-98fc-e6ce2ae496df .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b08f12ba-8016-4d3a-894d-5f139f39fc48 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b08f12ba-8016-4d3a-894d-5f139f39fc48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b08f12ba-8016-4d3a-894d-5f139f39fc48 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b08f12ba-8016-4d3a-894d-5f139f39fc48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  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-30e5fdf3-943c-45dc-9327-b167e105398f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30e5fdf3-943c-45dc-9327-b167e105398f: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-30e5fdf3-943c-45dc-9327-b167e105398f-atc-btn-wrapper {
    text-align: center;
  }


#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-30e5fdf3-943c-45dc-9327-b167e105398f-atc-btn-wrapper {
    text-align: center;
  }


#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-30e5fdf3-943c-45dc-9327-b167e105398f-atc-btn-wrapper {
    text-align: center;
  }


#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-30e5fdf3-943c-45dc-9327-b167e105398f-atc-btn-wrapper {
    text-align: center;
  }


#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-30e5fdf3-943c-45dc-9327-b167e105398f-atc-btn-wrapper {
    text-align: center;
  }


#s-30e5fdf3-943c-45dc-9327-b167e105398f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30e5fdf3-943c-45dc-9327-b167e105398f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-11cb6e9f-1344-4839-9c54-50ace1456120 {
  margin-left: auto;
margin-right: auto;
}

#s-11cb6e9f-1344-4839-9c54-50ace1456120 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 {
  --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-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev,
#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next {
  
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev svg,
#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 .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-11cb6e9f-1344-4839-9c54-50ace1456120 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-11cb6e9f-1344-4839-9c54-50ace1456120 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 {
  --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-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev,
#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next {
  
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev svg,
#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-11cb6e9f-1344-4839-9c54-50ace1456120 .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-11cb6e9f-1344-4839-9c54-50ace1456120 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-a27b5739-1202-4b0b-ac5c-13de0b9ae8fa {
  margin-left: auto;
margin-right: auto;
}

#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe0ac1-a190-45d2-95ab-e66cfe857f26 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d345790e-953e-4a23-9f69-95234e48b815 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d345790e-953e-4a23-9f69-95234e48b815 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-49eff340-c826-46c3-9692-ba07644dd218 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-49eff340-c826-46c3-9692-ba07644dd218 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-49eff340-c826-46c3-9692-ba07644dd218 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-49eff340-c826-46c3-9692-ba07644dd218 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-982f2a5f-0648-4182-af9a-a85857154272 {
  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-982f2a5f-0648-4182-af9a-a85857154272:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-982f2a5f-0648-4182-af9a-a85857154272: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-982f2a5f-0648-4182-af9a-a85857154272-atc-btn-wrapper {
    text-align: center;
  }


#s-982f2a5f-0648-4182-af9a-a85857154272 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-982f2a5f-0648-4182-af9a-a85857154272-atc-btn-wrapper {
    text-align: center;
  }


#s-982f2a5f-0648-4182-af9a-a85857154272 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-982f2a5f-0648-4182-af9a-a85857154272-atc-btn-wrapper {
    text-align: center;
  }


#s-982f2a5f-0648-4182-af9a-a85857154272 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-982f2a5f-0648-4182-af9a-a85857154272-atc-btn-wrapper {
    text-align: center;
  }


#s-982f2a5f-0648-4182-af9a-a85857154272 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-982f2a5f-0648-4182-af9a-a85857154272-atc-btn-wrapper {
    text-align: center;
  }


#s-982f2a5f-0648-4182-af9a-a85857154272 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-982f2a5f-0648-4182-af9a-a85857154272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3e1c8d49-13f9-4d20-8951-e6dc270e0d4d {
  margin-left: auto;
margin-right: auto;
}

#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e99323-ce4e-48ce-b4c8-31d62d54a96b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4d35b534-f7e4-45f0-95ff-e5dd8f51e7a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d35b534-f7e4-45f0-95ff-e5dd8f51e7a8 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-13b72588-2844-487a-8658-5a255747e02c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-13b72588-2844-487a-8658-5a255747e02c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-13b72588-2844-487a-8658-5a255747e02c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-13b72588-2844-487a-8658-5a255747e02c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  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-89a8633c-2779-44c5-ba9a-3f8f8206b3aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa: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-89a8633c-2779-44c5-ba9a-3f8f8206b3aa-atc-btn-wrapper {
    text-align: center;
  }


#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa-atc-btn-wrapper {
    text-align: center;
  }


#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa-atc-btn-wrapper {
    text-align: center;
  }


#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa-atc-btn-wrapper {
    text-align: center;
  }


#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa-atc-btn-wrapper {
    text-align: center;
  }


#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89a8633c-2779-44c5-ba9a-3f8f8206b3aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c5e27a88-c913-4b1c-b4c4-1c41497406c0 {
  margin-left: auto;
margin-right: auto;
}

#s-0df2aac1-5871-4589-8b06-0b7d4022e74f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0df2aac1-5871-4589-8b06-0b7d4022e74f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b8556793-e5fc-4ffc-ab66-18f6cca7ad8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8556793-e5fc-4ffc-ab66-18f6cca7ad8e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a35f435f-5cf9-4a6c-8e8b-3f80a9dd55db {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a35f435f-5cf9-4a6c-8e8b-3f80a9dd55db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a35f435f-5cf9-4a6c-8e8b-3f80a9dd55db .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a35f435f-5cf9-4a6c-8e8b-3f80a9dd55db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  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-dacdac12-4361-4b4a-b4c1-4192caa43155:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacdac12-4361-4b4a-b4c1-4192caa43155: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-dacdac12-4361-4b4a-b4c1-4192caa43155-atc-btn-wrapper {
    text-align: center;
  }


#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dacdac12-4361-4b4a-b4c1-4192caa43155-atc-btn-wrapper {
    text-align: center;
  }


#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dacdac12-4361-4b4a-b4c1-4192caa43155-atc-btn-wrapper {
    text-align: center;
  }


#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dacdac12-4361-4b4a-b4c1-4192caa43155-atc-btn-wrapper {
    text-align: center;
  }


#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dacdac12-4361-4b4a-b4c1-4192caa43155-atc-btn-wrapper {
    text-align: center;
  }


#s-dacdac12-4361-4b4a-b4c1-4192caa43155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-dacdac12-4361-4b4a-b4c1-4192caa43155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-14baa92f-6d1a-4678-8afb-c2f67d81ec6a {
  margin-left: auto;
margin-right: auto;
}

#s-d552f38a-95cc-4711-8455-ceae69ff33a7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d552f38a-95cc-4711-8455-ceae69ff33a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-65fea8d2-3b67-465c-a3ce-5aba0904f426 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65fea8d2-3b67-465c-a3ce-5aba0904f426 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-09605a4a-0fd4-49bd-8f10-e955b1a61cf7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-09605a4a-0fd4-49bd-8f10-e955b1a61cf7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-09605a4a-0fd4-49bd-8f10-e955b1a61cf7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-09605a4a-0fd4-49bd-8f10-e955b1a61cf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  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-21532193-6728-4f93-9ba6-42b2898443c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21532193-6728-4f93-9ba6-42b2898443c1: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-21532193-6728-4f93-9ba6-42b2898443c1-atc-btn-wrapper {
    text-align: center;
  }


#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-21532193-6728-4f93-9ba6-42b2898443c1-atc-btn-wrapper {
    text-align: center;
  }


#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-21532193-6728-4f93-9ba6-42b2898443c1-atc-btn-wrapper {
    text-align: center;
  }


#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-21532193-6728-4f93-9ba6-42b2898443c1-atc-btn-wrapper {
    text-align: center;
  }


#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-21532193-6728-4f93-9ba6-42b2898443c1-atc-btn-wrapper {
    text-align: center;
  }


#s-21532193-6728-4f93-9ba6-42b2898443c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21532193-6728-4f93-9ba6-42b2898443c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9f92bb41-3af5-488d-95ef-c7e4f3f000cb {
  margin-left: auto;
margin-right: auto;
}

#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84fe1fc-1d21-46e5-971b-26343b0bc8b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98965bc2-ee29-437c-991a-76a680c9ac9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98965bc2-ee29-437c-991a-76a680c9ac9c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d5041c6c-7cab-44d0-8842-e8bea2600e6a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5041c6c-7cab-44d0-8842-e8bea2600e6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d5041c6c-7cab-44d0-8842-e8bea2600e6a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d5041c6c-7cab-44d0-8842-e8bea2600e6a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  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-4093d4ce-60fb-478c-b01f-43300b750877:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4093d4ce-60fb-478c-b01f-43300b750877: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-4093d4ce-60fb-478c-b01f-43300b750877-atc-btn-wrapper {
    text-align: center;
  }


#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4093d4ce-60fb-478c-b01f-43300b750877-atc-btn-wrapper {
    text-align: center;
  }


#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4093d4ce-60fb-478c-b01f-43300b750877-atc-btn-wrapper {
    text-align: center;
  }


#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4093d4ce-60fb-478c-b01f-43300b750877-atc-btn-wrapper {
    text-align: center;
  }


#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4093d4ce-60fb-478c-b01f-43300b750877-atc-btn-wrapper {
    text-align: center;
  }


#s-4093d4ce-60fb-478c-b01f-43300b750877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4093d4ce-60fb-478c-b01f-43300b750877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-48dbfcb2-b443-4bf0-a9da-190949fea379 {
  margin-left: auto;
margin-right: auto;
}

#s-d5add985-3f0a-449b-8211-92e2562ec556 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5add985-3f0a-449b-8211-92e2562ec556 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1cec2081-9974-41c8-b7d4-1eed8e9be74e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cec2081-9974-41c8-b7d4-1eed8e9be74e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8c6924f9-6486-491e-bf0b-248014ae3f53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8c6924f9-6486-491e-bf0b-248014ae3f53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8c6924f9-6486-491e-bf0b-248014ae3f53 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8c6924f9-6486-491e-bf0b-248014ae3f53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  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-fa8e2cbe-5515-479d-81bf-36730c13399e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa8e2cbe-5515-479d-81bf-36730c13399e: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-fa8e2cbe-5515-479d-81bf-36730c13399e-atc-btn-wrapper {
    text-align: center;
  }


#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fa8e2cbe-5515-479d-81bf-36730c13399e-atc-btn-wrapper {
    text-align: center;
  }


#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa8e2cbe-5515-479d-81bf-36730c13399e-atc-btn-wrapper {
    text-align: center;
  }


#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fa8e2cbe-5515-479d-81bf-36730c13399e-atc-btn-wrapper {
    text-align: center;
  }


#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fa8e2cbe-5515-479d-81bf-36730c13399e-atc-btn-wrapper {
    text-align: center;
  }


#s-fa8e2cbe-5515-479d-81bf-36730c13399e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa8e2cbe-5515-479d-81bf-36730c13399e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-27067cba-8a55-447b-b737-c5ad2a9a0372 {
  margin-left: auto;
margin-right: auto;
}

#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f72edbf2-40c9-4b86-8d8d-d2449fdf6a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8926953-01f1-4e7f-96fd-410b96e52288 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8926953-01f1-4e7f-96fd-410b96e52288 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1f216e4b-61b3-4585-aa2d-13a623de4f0b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1f216e4b-61b3-4585-aa2d-13a623de4f0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1f216e4b-61b3-4585-aa2d-13a623de4f0b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1f216e4b-61b3-4585-aa2d-13a623de4f0b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  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-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97: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-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97-atc-btn-wrapper {
    text-align: center;
  }


#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97-atc-btn-wrapper {
    text-align: center;
  }


#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97-atc-btn-wrapper {
    text-align: center;
  }


#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97-atc-btn-wrapper {
    text-align: center;
  }


#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97-atc-btn-wrapper {
    text-align: center;
  }


#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4e10cfb-1231-4b2d-9c0b-058b9a12ed97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d61a561d-c10d-4fd6-b2d9-13bdb7970512 {
  margin-left: auto;
margin-right: auto;
}

#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a663af8-716c-4c3c-b7a3-b76b5c852f1a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cdf1b5a0-ae59-4aaf-b162-83d347e6f85f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdf1b5a0-ae59-4aaf-b162-83d347e6f85f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e649eeea-2947-4d38-b926-821958a38e0d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e649eeea-2947-4d38-b926-821958a38e0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e649eeea-2947-4d38-b926-821958a38e0d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e649eeea-2947-4d38-b926-821958a38e0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  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-d48a94fe-6580-4be3-a437-7a7fd1d1920b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b: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-d48a94fe-6580-4be3-a437-7a7fd1d1920b-atc-btn-wrapper {
    text-align: center;
  }


#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d48a94fe-6580-4be3-a437-7a7fd1d1920b-atc-btn-wrapper {
    text-align: center;
  }


#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d48a94fe-6580-4be3-a437-7a7fd1d1920b-atc-btn-wrapper {
    text-align: center;
  }


#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d48a94fe-6580-4be3-a437-7a7fd1d1920b-atc-btn-wrapper {
    text-align: center;
  }


#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d48a94fe-6580-4be3-a437-7a7fd1d1920b-atc-btn-wrapper {
    text-align: center;
  }


#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d48a94fe-6580-4be3-a437-7a7fd1d1920b.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 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124 {
  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-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124: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-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124-root {
    text-align: center;
  }


#s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124-root {
    text-align: center;
  }


#s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124-root {
    text-align: center;
  }


#s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124-root {
    text-align: center;
  }


#s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124-root {
    text-align: center;
  }


#s-c5c62f8f-be2b-45aa-93ff-e7abbd3ee124.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;
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-6234a454-1c39-4ecb-8a70-4f2b994db64b {
  margin-left: auto;
margin-right: auto;
}

#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6168d2e-54f9-43c5-953b-f649a0ba3b97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12992b98-0465-4c36-9cf4-543c8687bc27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12992b98-0465-4c36-9cf4-543c8687bc27 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff73ba68-8e42-40dd-9838-acb180062f37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ff73ba68-8e42-40dd-9838-acb180062f37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ff73ba68-8e42-40dd-9838-acb180062f37 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ff73ba68-8e42-40dd-9838-acb180062f37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  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-5293560c-7629-4f37-9b78-3bbc938ec090:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5293560c-7629-4f37-9b78-3bbc938ec090: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-5293560c-7629-4f37-9b78-3bbc938ec090-atc-btn-wrapper {
    text-align: center;
  }


#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5293560c-7629-4f37-9b78-3bbc938ec090-atc-btn-wrapper {
    text-align: center;
  }


#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5293560c-7629-4f37-9b78-3bbc938ec090-atc-btn-wrapper {
    text-align: center;
  }


#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5293560c-7629-4f37-9b78-3bbc938ec090-atc-btn-wrapper {
    text-align: center;
  }


#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5293560c-7629-4f37-9b78-3bbc938ec090-atc-btn-wrapper {
    text-align: center;
  }


#s-5293560c-7629-4f37-9b78-3bbc938ec090 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5293560c-7629-4f37-9b78-3bbc938ec090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ebe24014-1de9-451a-a726-4da29eed3134 {
  margin-left: auto;
margin-right: auto;
}

#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d559fff3-f1b6-44f2-aaef-a2e3849d9a04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1cbbdefb-53ee-4dfd-8d58-0aee318b4410 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cbbdefb-53ee-4dfd-8d58-0aee318b4410 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-32272574-f651-46e2-83c7-2f8eadbc42a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-32272574-f651-46e2-83c7-2f8eadbc42a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-32272574-f651-46e2-83c7-2f8eadbc42a0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32272574-f651-46e2-83c7-2f8eadbc42a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  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-b83c585f-0ebc-4836-b1ee-0ae30d974ece:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece: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-b83c585f-0ebc-4836-b1ee-0ae30d974ece-atc-btn-wrapper {
    text-align: center;
  }


#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b83c585f-0ebc-4836-b1ee-0ae30d974ece-atc-btn-wrapper {
    text-align: center;
  }


#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b83c585f-0ebc-4836-b1ee-0ae30d974ece-atc-btn-wrapper {
    text-align: center;
  }


#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b83c585f-0ebc-4836-b1ee-0ae30d974ece-atc-btn-wrapper {
    text-align: center;
  }


#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b83c585f-0ebc-4836-b1ee-0ae30d974ece-atc-btn-wrapper {
    text-align: center;
  }


#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b83c585f-0ebc-4836-b1ee-0ae30d974ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-83cf40ec-b796-4441-aa02-c1862ad68534 {
  margin-left: auto;
margin-right: auto;
}

#s-9aec94db-d046-494b-8d4d-14402791bcf1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aec94db-d046-494b-8d4d-14402791bcf1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8aa37f4-b8f3-4b71-ae28-a990e28bf800 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8aa37f4-b8f3-4b71-ae28-a990e28bf800 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bb0cb090-3429-46dd-bc75-ac765e201302 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bb0cb090-3429-46dd-bc75-ac765e201302 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bb0cb090-3429-46dd-bc75-ac765e201302 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bb0cb090-3429-46dd-bc75-ac765e201302 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  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-db189b1b-3a48-4f3c-b974-41fe2cc866c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7: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-db189b1b-3a48-4f3c-b974-41fe2cc866c7-atc-btn-wrapper {
    text-align: center;
  }


#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-db189b1b-3a48-4f3c-b974-41fe2cc866c7-atc-btn-wrapper {
    text-align: center;
  }


#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-db189b1b-3a48-4f3c-b974-41fe2cc866c7-atc-btn-wrapper {
    text-align: center;
  }


#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-db189b1b-3a48-4f3c-b974-41fe2cc866c7-atc-btn-wrapper {
    text-align: center;
  }


#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-db189b1b-3a48-4f3c-b974-41fe2cc866c7-atc-btn-wrapper {
    text-align: center;
  }


#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db189b1b-3a48-4f3c-b974-41fe2cc866c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4e0c710a-ea67-4e22-a715-bf6370e9d1fa {
  margin-left: auto;
margin-right: auto;
}

#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de58ebf-8cdf-489a-8643-0846d7ac4ead img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-74dd8689-d479-47bc-b5a8-1986ea609a4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74dd8689-d479-47bc-b5a8-1986ea609a4f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-315109d3-c05b-4c58-bccc-ffc88b2fd8c1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-315109d3-c05b-4c58-bccc-ffc88b2fd8c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-315109d3-c05b-4c58-bccc-ffc88b2fd8c1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-315109d3-c05b-4c58-bccc-ffc88b2fd8c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  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-91376319-00d9-4395-b0be-20bf1c073be1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91376319-00d9-4395-b0be-20bf1c073be1: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-91376319-00d9-4395-b0be-20bf1c073be1-atc-btn-wrapper {
    text-align: center;
  }


#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-91376319-00d9-4395-b0be-20bf1c073be1-atc-btn-wrapper {
    text-align: center;
  }


#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-91376319-00d9-4395-b0be-20bf1c073be1-atc-btn-wrapper {
    text-align: center;
  }


#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-91376319-00d9-4395-b0be-20bf1c073be1-atc-btn-wrapper {
    text-align: center;
  }


#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-91376319-00d9-4395-b0be-20bf1c073be1-atc-btn-wrapper {
    text-align: center;
  }


#s-91376319-00d9-4395-b0be-20bf1c073be1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91376319-00d9-4395-b0be-20bf1c073be1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-48be70e5-d043-4f04-b77d-d3d1071f4ac8 {
  margin-left: auto;
margin-right: auto;
}

#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b5c1eaa-f661-42c1-a904-cafc255fa5bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0f6648e-bc2a-417e-9c02-a2d4eb923825 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0f6648e-bc2a-417e-9c02-a2d4eb923825 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a6bfdae2-844d-4e3c-99df-a82d1cd5ee90 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a6bfdae2-844d-4e3c-99df-a82d1cd5ee90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a6bfdae2-844d-4e3c-99df-a82d1cd5ee90 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a6bfdae2-844d-4e3c-99df-a82d1cd5ee90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1993608b-8683-401b-a035-34b2d91295a9 {
  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-1993608b-8683-401b-a035-34b2d91295a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1993608b-8683-401b-a035-34b2d91295a9: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-1993608b-8683-401b-a035-34b2d91295a9-atc-btn-wrapper {
    text-align: center;
  }


#s-1993608b-8683-401b-a035-34b2d91295a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1993608b-8683-401b-a035-34b2d91295a9-atc-btn-wrapper {
    text-align: center;
  }


#s-1993608b-8683-401b-a035-34b2d91295a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1993608b-8683-401b-a035-34b2d91295a9-atc-btn-wrapper {
    text-align: center;
  }


#s-1993608b-8683-401b-a035-34b2d91295a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1993608b-8683-401b-a035-34b2d91295a9-atc-btn-wrapper {
    text-align: center;
  }


#s-1993608b-8683-401b-a035-34b2d91295a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1993608b-8683-401b-a035-34b2d91295a9-atc-btn-wrapper {
    text-align: center;
  }


#s-1993608b-8683-401b-a035-34b2d91295a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1993608b-8683-401b-a035-34b2d91295a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-73f1c30b-9a51-48a9-b5c0-7efd4551fc36 {
  margin-left: auto;
margin-right: auto;
}

#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad488dde-64a4-4bab-baa9-8dfeeaa384f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d9318f87-f123-4373-9915-339cbb71bc0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9318f87-f123-4373-9915-339cbb71bc0c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ca3aaf8d-8a47-4f5c-a23c-34bd29660020 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ca3aaf8d-8a47-4f5c-a23c-34bd29660020 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ca3aaf8d-8a47-4f5c-a23c-34bd29660020 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ca3aaf8d-8a47-4f5c-a23c-34bd29660020 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  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-73bbdbf5-b27d-4344-ba8a-83e1bf87d441:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441: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-73bbdbf5-b27d-4344-ba8a-83e1bf87d441-atc-btn-wrapper {
    text-align: center;
  }


#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441-atc-btn-wrapper {
    text-align: center;
  }


#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441-atc-btn-wrapper {
    text-align: center;
  }


#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441-atc-btn-wrapper {
    text-align: center;
  }


#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441-atc-btn-wrapper {
    text-align: center;
  }


#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-73bbdbf5-b27d-4344-ba8a-83e1bf87d441.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9632f54c-1319-4609-ada1-2469a069f064 {
  margin-left: auto;
margin-right: auto;
}

#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95bdcf28-c019-4e56-95ca-feadae21f4d8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-54a43ba1-6cc2-4880-acd2-c45fae404d9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54a43ba1-6cc2-4880-acd2-c45fae404d9e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-23ccfb37-6939-4b24-91fa-29f1411feefd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23ccfb37-6939-4b24-91fa-29f1411feefd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-23ccfb37-6939-4b24-91fa-29f1411feefd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-23ccfb37-6939-4b24-91fa-29f1411feefd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  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-1088e2c4-f0c0-4c23-ad20-832498a0c700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1088e2c4-f0c0-4c23-ad20-832498a0c700: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-1088e2c4-f0c0-4c23-ad20-832498a0c700-atc-btn-wrapper {
    text-align: center;
  }


#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1088e2c4-f0c0-4c23-ad20-832498a0c700-atc-btn-wrapper {
    text-align: center;
  }


#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1088e2c4-f0c0-4c23-ad20-832498a0c700-atc-btn-wrapper {
    text-align: center;
  }


#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1088e2c4-f0c0-4c23-ad20-832498a0c700-atc-btn-wrapper {
    text-align: center;
  }


#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1088e2c4-f0c0-4c23-ad20-832498a0c700-atc-btn-wrapper {
    text-align: center;
  }


#s-1088e2c4-f0c0-4c23-ad20-832498a0c700 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1088e2c4-f0c0-4c23-ad20-832498a0c700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5d1a0698-231c-4b7b-b4e1-96900ef3908c {
  margin-left: auto;
margin-right: auto;
}

#s-55d7eb53-5ef4-4c28-993f-b460d772560c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55d7eb53-5ef4-4c28-993f-b460d772560c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4cddd5d6-9e4d-40fe-8c18-c89323bbce2d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cddd5d6-9e4d-40fe-8c18-c89323bbce2d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7caf19c3-2fa3-4670-a4fc-d5c271d0dbcd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7caf19c3-2fa3-4670-a4fc-d5c271d0dbcd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7caf19c3-2fa3-4670-a4fc-d5c271d0dbcd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7caf19c3-2fa3-4670-a4fc-d5c271d0dbcd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  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-db8e0fa2-38be-4662-8acc-df30e15cb71f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db8e0fa2-38be-4662-8acc-df30e15cb71f: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-db8e0fa2-38be-4662-8acc-df30e15cb71f-atc-btn-wrapper {
    text-align: center;
  }


#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-db8e0fa2-38be-4662-8acc-df30e15cb71f-atc-btn-wrapper {
    text-align: center;
  }


#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-db8e0fa2-38be-4662-8acc-df30e15cb71f-atc-btn-wrapper {
    text-align: center;
  }


#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-db8e0fa2-38be-4662-8acc-df30e15cb71f-atc-btn-wrapper {
    text-align: center;
  }


#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-db8e0fa2-38be-4662-8acc-df30e15cb71f-atc-btn-wrapper {
    text-align: center;
  }


#s-db8e0fa2-38be-4662-8acc-df30e15cb71f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-db8e0fa2-38be-4662-8acc-df30e15cb71f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7834a493-108d-4e22-88dc-2ac3547a71bc {
  margin-left: auto;
margin-right: auto;
}

#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67008edf-1c0c-430e-ab5f-7342b03d8fc2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ad6d6512-7190-4912-8d9e-48c3e9fc1008 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad6d6512-7190-4912-8d9e-48c3e9fc1008 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-95eccddb-df15-4476-b3b0-e35c9d49f52f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-95eccddb-df15-4476-b3b0-e35c9d49f52f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-95eccddb-df15-4476-b3b0-e35c9d49f52f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95eccddb-df15-4476-b3b0-e35c9d49f52f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  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-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6: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-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6-atc-btn-wrapper {
    text-align: center;
  }


#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6-atc-btn-wrapper {
    text-align: center;
  }


#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6-atc-btn-wrapper {
    text-align: center;
  }


#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6-atc-btn-wrapper {
    text-align: center;
  }


#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6-atc-btn-wrapper {
    text-align: center;
  }


#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9b1ad54e-a269-40ab-aefb-9f58fdfe5eb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d083469b-86a3-4e67-b220-6829f9d2cbd3 {
  margin-left: auto;
margin-right: auto;
}

#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e95033-7b4e-47c2-ae34-449027d3fe7c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-34b5fa91-b508-4261-9997-8b2da642242b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b5fa91-b508-4261-9997-8b2da642242b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c459e24e-45d1-49cb-88d4-1798ba484669 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c459e24e-45d1-49cb-88d4-1798ba484669 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c459e24e-45d1-49cb-88d4-1798ba484669 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c459e24e-45d1-49cb-88d4-1798ba484669 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  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-0363ce04-83ad-43f2-86db-45db59bd7170:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0363ce04-83ad-43f2-86db-45db59bd7170: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-0363ce04-83ad-43f2-86db-45db59bd7170-atc-btn-wrapper {
    text-align: center;
  }


#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0363ce04-83ad-43f2-86db-45db59bd7170-atc-btn-wrapper {
    text-align: center;
  }


#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0363ce04-83ad-43f2-86db-45db59bd7170-atc-btn-wrapper {
    text-align: center;
  }


#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0363ce04-83ad-43f2-86db-45db59bd7170-atc-btn-wrapper {
    text-align: center;
  }


#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0363ce04-83ad-43f2-86db-45db59bd7170-atc-btn-wrapper {
    text-align: center;
  }


#s-0363ce04-83ad-43f2-86db-45db59bd7170 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0363ce04-83ad-43f2-86db-45db59bd7170.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2f9799de-72c9-4a05-8593-847b2bc1cd91 {
  margin-left: auto;
margin-right: auto;
}

#s-6d6d0ca4-77d9-4d19-9739-505ba22219be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d6d0ca4-77d9-4d19-9739-505ba22219be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a318d3ff-e864-48f9-8f48-407acb37f98d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a318d3ff-e864-48f9-8f48-407acb37f98d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-99486dd7-9ca7-432c-951c-92f8ee009911 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-99486dd7-9ca7-432c-951c-92f8ee009911 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-99486dd7-9ca7-432c-951c-92f8ee009911 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-99486dd7-9ca7-432c-951c-92f8ee009911 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  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-9029d746-0c8d-4fe1-9519-4162c39ff6f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9: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-9029d746-0c8d-4fe1-9519-4162c39ff6f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9029d746-0c8d-4fe1-9519-4162c39ff6f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9029d746-0c8d-4fe1-9519-4162c39ff6f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9029d746-0c8d-4fe1-9519-4162c39ff6f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9029d746-0c8d-4fe1-9519-4162c39ff6f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9029d746-0c8d-4fe1-9519-4162c39ff6f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ad5c93b9-15ea-495b-8405-2d1e7cfbc58b {
  margin-left: auto;
margin-right: auto;
}

#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31a3b95d-b1b7-4232-b10e-8329f84b6259 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6988b186-0217-44d3-af46-7fa889f17af0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6988b186-0217-44d3-af46-7fa889f17af0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8c83f735-2e04-4e5a-98e7-0c90cdeb81f6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8c83f735-2e04-4e5a-98e7-0c90cdeb81f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8c83f735-2e04-4e5a-98e7-0c90cdeb81f6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8c83f735-2e04-4e5a-98e7-0c90cdeb81f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  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-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd: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-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3ef89e9b-2e40-4aac-8d9f-f6de842a00fd.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;
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-d6b64608-1c61-4b42-8052-880365367a1f {
  margin-left: auto;
margin-right: auto;
}

#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4290cf5-c0cd-4e93-aa5f-d3ca636b6f8c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-92080460-708d-4322-a80c-30e9eb4fce79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92080460-708d-4322-a80c-30e9eb4fce79 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1642fb49-27c9-4f4b-8758-b9e6dd60a10e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1642fb49-27c9-4f4b-8758-b9e6dd60a10e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1642fb49-27c9-4f4b-8758-b9e6dd60a10e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1642fb49-27c9-4f4b-8758-b9e6dd60a10e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  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-cc0c2401-c189-42e2-9c62-08ac9c61e261:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc0c2401-c189-42e2-9c62-08ac9c61e261: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-cc0c2401-c189-42e2-9c62-08ac9c61e261-atc-btn-wrapper {
    text-align: center;
  }


#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cc0c2401-c189-42e2-9c62-08ac9c61e261-atc-btn-wrapper {
    text-align: center;
  }


#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc0c2401-c189-42e2-9c62-08ac9c61e261-atc-btn-wrapper {
    text-align: center;
  }


#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cc0c2401-c189-42e2-9c62-08ac9c61e261-atc-btn-wrapper {
    text-align: center;
  }


#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cc0c2401-c189-42e2-9c62-08ac9c61e261-atc-btn-wrapper {
    text-align: center;
  }


#s-cc0c2401-c189-42e2-9c62-08ac9c61e261 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc0c2401-c189-42e2-9c62-08ac9c61e261.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3b95b0b1-8cd6-4da2-a3e8-b5b1431c45e4 {
  margin-left: auto;
margin-right: auto;
}

#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc33d9d-9b04-41f0-b36b-16e8288e665c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bdb5e2a0-4b10-4d55-ba71-7ccab8321fb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdb5e2a0-4b10-4d55-ba71-7ccab8321fb1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7a8efa97-d601-4f9b-97c2-1b77a9e6aa17 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7a8efa97-d601-4f9b-97c2-1b77a9e6aa17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7a8efa97-d601-4f9b-97c2-1b77a9e6aa17 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a8efa97-d601-4f9b-97c2-1b77a9e6aa17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  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-bfdac911-44f6-4d0c-8110-22bca045bdd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfdac911-44f6-4d0c-8110-22bca045bdd8: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-bfdac911-44f6-4d0c-8110-22bca045bdd8-atc-btn-wrapper {
    text-align: center;
  }


#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bfdac911-44f6-4d0c-8110-22bca045bdd8-atc-btn-wrapper {
    text-align: center;
  }


#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfdac911-44f6-4d0c-8110-22bca045bdd8-atc-btn-wrapper {
    text-align: center;
  }


#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bfdac911-44f6-4d0c-8110-22bca045bdd8-atc-btn-wrapper {
    text-align: center;
  }


#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bfdac911-44f6-4d0c-8110-22bca045bdd8-atc-btn-wrapper {
    text-align: center;
  }


#s-bfdac911-44f6-4d0c-8110-22bca045bdd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bfdac911-44f6-4d0c-8110-22bca045bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4dc94fd5-4771-4796-b51e-2ebe7cdcf8c0 {
  margin-left: auto;
margin-right: auto;
}

#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dbbf1d7-9e03-4320-be00-eb4a3c34797f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b0645bf5-6dee-4556-9bd3-3746697a504c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0645bf5-6dee-4556-9bd3-3746697a504c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c701a16b-17d3-43e8-a7a5-e9f62a1ddb7f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c701a16b-17d3-43e8-a7a5-e9f62a1ddb7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c701a16b-17d3-43e8-a7a5-e9f62a1ddb7f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c701a16b-17d3-43e8-a7a5-e9f62a1ddb7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  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-5a8f7be9-458a-42fc-9bf2-4b102983d996:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a8f7be9-458a-42fc-9bf2-4b102983d996: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-5a8f7be9-458a-42fc-9bf2-4b102983d996-atc-btn-wrapper {
    text-align: center;
  }


#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5a8f7be9-458a-42fc-9bf2-4b102983d996-atc-btn-wrapper {
    text-align: center;
  }


#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a8f7be9-458a-42fc-9bf2-4b102983d996-atc-btn-wrapper {
    text-align: center;
  }


#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5a8f7be9-458a-42fc-9bf2-4b102983d996-atc-btn-wrapper {
    text-align: center;
  }


#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5a8f7be9-458a-42fc-9bf2-4b102983d996-atc-btn-wrapper {
    text-align: center;
  }


#s-5a8f7be9-458a-42fc-9bf2-4b102983d996 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5a8f7be9-458a-42fc-9bf2-4b102983d996.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b5a21391-56f7-4a3c-bee1-93a44bd8b58d {
  margin-left: auto;
margin-right: auto;
}

#s-09377cb8-e032-4a8a-a641-913f575a8299 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09377cb8-e032-4a8a-a641-913f575a8299 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78824217-2194-42a6-9225-543ef4f03341 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78824217-2194-42a6-9225-543ef4f03341 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8388122f-62df-4315-b2b7-a11e9769668e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8388122f-62df-4315-b2b7-a11e9769668e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8388122f-62df-4315-b2b7-a11e9769668e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8388122f-62df-4315-b2b7-a11e9769668e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  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-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9: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-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9-atc-btn-wrapper {
    text-align: center;
  }


#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9-atc-btn-wrapper {
    text-align: center;
  }


#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9-atc-btn-wrapper {
    text-align: center;
  }


#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9-atc-btn-wrapper {
    text-align: center;
  }


#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9-atc-btn-wrapper {
    text-align: center;
  }


#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4f64a1-69be-40f1-8dea-5a3490f8cfb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6b806760-8392-4c99-957a-c67d56a7397c {
  margin-left: auto;
margin-right: auto;
}

#s-f74239ed-d16b-4a2e-9547-4e6c61505093 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f74239ed-d16b-4a2e-9547-4e6c61505093 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5bfa0d0d-e3d7-4967-9c19-f1e36f6692df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bfa0d0d-e3d7-4967-9c19-f1e36f6692df .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b7d3aa0a-4e8c-4f86-b426-a1a502eb99a1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b7d3aa0a-4e8c-4f86-b426-a1a502eb99a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b7d3aa0a-4e8c-4f86-b426-a1a502eb99a1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b7d3aa0a-4e8c-4f86-b426-a1a502eb99a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  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-e44d43aa-9d18-4fb7-a6b6-8587916d9990:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990: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-e44d43aa-9d18-4fb7-a6b6-8587916d9990-atc-btn-wrapper {
    text-align: center;
  }


#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e44d43aa-9d18-4fb7-a6b6-8587916d9990-atc-btn-wrapper {
    text-align: center;
  }


#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e44d43aa-9d18-4fb7-a6b6-8587916d9990-atc-btn-wrapper {
    text-align: center;
  }


#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e44d43aa-9d18-4fb7-a6b6-8587916d9990-atc-btn-wrapper {
    text-align: center;
  }


#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e44d43aa-9d18-4fb7-a6b6-8587916d9990-atc-btn-wrapper {
    text-align: center;
  }


#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e44d43aa-9d18-4fb7-a6b6-8587916d9990.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0e49c93e-9c6f-4fab-85ea-0ee35e43208c {
  margin-left: auto;
margin-right: auto;
}

#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19200fe0-2c1b-4f89-b2a7-d96d77ab321f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5ffa561-c645-4bd5-bcc9-d78f1414cde4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5ffa561-c645-4bd5-bcc9-d78f1414cde4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-41bef5d2-d8d4-4b9d-a49e-f54b4b9f4335 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-41bef5d2-d8d4-4b9d-a49e-f54b4b9f4335 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-41bef5d2-d8d4-4b9d-a49e-f54b4b9f4335 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-41bef5d2-d8d4-4b9d-a49e-f54b4b9f4335 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  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-0f5847e0-963e-4a48-887b-a9a46c0c8aad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad: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-0f5847e0-963e-4a48-887b-a9a46c0c8aad-atc-btn-wrapper {
    text-align: center;
  }


#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0f5847e0-963e-4a48-887b-a9a46c0c8aad-atc-btn-wrapper {
    text-align: center;
  }


#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f5847e0-963e-4a48-887b-a9a46c0c8aad-atc-btn-wrapper {
    text-align: center;
  }


#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0f5847e0-963e-4a48-887b-a9a46c0c8aad-atc-btn-wrapper {
    text-align: center;
  }


#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0f5847e0-963e-4a48-887b-a9a46c0c8aad-atc-btn-wrapper {
    text-align: center;
  }


#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f5847e0-963e-4a48-887b-a9a46c0c8aad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a49490c8-e940-49e6-9350-84221073b019 {
  margin-left: auto;
margin-right: auto;
}

#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6c8363e-b31d-4e45-8b65-e13a2bd21b86 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-813a361e-8660-4554-8407-46dff34605ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-813a361e-8660-4554-8407-46dff34605ad .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5596ada0-59fe-424c-9206-a2801d1d16eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5596ada0-59fe-424c-9206-a2801d1d16eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5596ada0-59fe-424c-9206-a2801d1d16eb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5596ada0-59fe-424c-9206-a2801d1d16eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  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-79efa691-b72a-4a82-a60a-d16af6b9e2c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7: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-79efa691-b72a-4a82-a60a-d16af6b9e2c7-atc-btn-wrapper {
    text-align: center;
  }


#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-79efa691-b72a-4a82-a60a-d16af6b9e2c7-atc-btn-wrapper {
    text-align: center;
  }


#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79efa691-b72a-4a82-a60a-d16af6b9e2c7-atc-btn-wrapper {
    text-align: center;
  }


#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79efa691-b72a-4a82-a60a-d16af6b9e2c7-atc-btn-wrapper {
    text-align: center;
  }


#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-79efa691-b72a-4a82-a60a-d16af6b9e2c7-atc-btn-wrapper {
    text-align: center;
  }


#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79efa691-b72a-4a82-a60a-d16af6b9e2c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e1f8b316-9b04-4ccc-987c-fb37b86a5ce0 {
  margin-left: auto;
margin-right: auto;
}

#s-25b719dd-7f06-4803-a3fe-f679588485b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b719dd-7f06-4803-a3fe-f679588485b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6700dbab-48c6-4265-84ac-03c5662292ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6700dbab-48c6-4265-84ac-03c5662292ad .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6e8e09ae-b35f-43b4-be21-4e55b9eedade {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6e8e09ae-b35f-43b4-be21-4e55b9eedade .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6e8e09ae-b35f-43b4-be21-4e55b9eedade .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6e8e09ae-b35f-43b4-be21-4e55b9eedade .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  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-1ca8a09c-fe12-438e-9df3-103cba903570:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ca8a09c-fe12-438e-9df3-103cba903570: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-1ca8a09c-fe12-438e-9df3-103cba903570-atc-btn-wrapper {
    text-align: center;
  }


#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1ca8a09c-fe12-438e-9df3-103cba903570-atc-btn-wrapper {
    text-align: center;
  }


#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ca8a09c-fe12-438e-9df3-103cba903570-atc-btn-wrapper {
    text-align: center;
  }


#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1ca8a09c-fe12-438e-9df3-103cba903570-atc-btn-wrapper {
    text-align: center;
  }


#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1ca8a09c-fe12-438e-9df3-103cba903570-atc-btn-wrapper {
    text-align: center;
  }


#s-1ca8a09c-fe12-438e-9df3-103cba903570 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ca8a09c-fe12-438e-9df3-103cba903570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bcc77e13-b131-44e8-a9a4-8352d5301381 {
  margin-left: auto;
margin-right: auto;
}

#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea4acaf-4401-4520-bb89-9767ccbcfc48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e063632b-fd7f-4217-a802-f831a736c56d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e063632b-fd7f-4217-a802-f831a736c56d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-edfe093a-1912-44ad-b4fe-22aad0c6c939 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-edfe093a-1912-44ad-b4fe-22aad0c6c939 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-edfe093a-1912-44ad-b4fe-22aad0c6c939 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-edfe093a-1912-44ad-b4fe-22aad0c6c939 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  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-d956f48a-7929-4d09-b164-f417f22a5b3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d956f48a-7929-4d09-b164-f417f22a5b3b: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-d956f48a-7929-4d09-b164-f417f22a5b3b-atc-btn-wrapper {
    text-align: center;
  }


#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d956f48a-7929-4d09-b164-f417f22a5b3b-atc-btn-wrapper {
    text-align: center;
  }


#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d956f48a-7929-4d09-b164-f417f22a5b3b-atc-btn-wrapper {
    text-align: center;
  }


#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d956f48a-7929-4d09-b164-f417f22a5b3b-atc-btn-wrapper {
    text-align: center;
  }


#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d956f48a-7929-4d09-b164-f417f22a5b3b-atc-btn-wrapper {
    text-align: center;
  }


#s-d956f48a-7929-4d09-b164-f417f22a5b3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d956f48a-7929-4d09-b164-f417f22a5b3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-75ee3c30-bd93-41f3-a166-ab42fe8188d6 {
  margin-left: auto;
margin-right: auto;
}

#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1248b9e3-3c2a-411d-9314-75f3dc702d65 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d22a1900-dd15-47ab-ac71-dc550455378d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d22a1900-dd15-47ab-ac71-dc550455378d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ecd6367d-13e5-4729-a7cc-6f299c4c1cbf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ecd6367d-13e5-4729-a7cc-6f299c4c1cbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ecd6367d-13e5-4729-a7cc-6f299c4c1cbf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ecd6367d-13e5-4729-a7cc-6f299c4c1cbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  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-454b0edc-c75f-4077-bc90-c9c589cf26b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-454b0edc-c75f-4077-bc90-c9c589cf26b5: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-454b0edc-c75f-4077-bc90-c9c589cf26b5-atc-btn-wrapper {
    text-align: center;
  }


#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-454b0edc-c75f-4077-bc90-c9c589cf26b5-atc-btn-wrapper {
    text-align: center;
  }


#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-454b0edc-c75f-4077-bc90-c9c589cf26b5-atc-btn-wrapper {
    text-align: center;
  }


#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-454b0edc-c75f-4077-bc90-c9c589cf26b5-atc-btn-wrapper {
    text-align: center;
  }


#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-454b0edc-c75f-4077-bc90-c9c589cf26b5-atc-btn-wrapper {
    text-align: center;
  }


#s-454b0edc-c75f-4077-bc90-c9c589cf26b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-454b0edc-c75f-4077-bc90-c9c589cf26b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0121d2e6-30e0-47f4-83ed-2e0d93fcfabd {
  margin-left: auto;
margin-right: auto;
}

#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8d260fe-781a-4ba2-8f2c-03ae1e1ad8ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba3459dd-ab6f-41ca-a46a-737f793bf108 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba3459dd-ab6f-41ca-a46a-737f793bf108 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-89ccc5f3-18fd-4d1d-8d16-0d5905e10111 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-89ccc5f3-18fd-4d1d-8d16-0d5905e10111 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-89ccc5f3-18fd-4d1d-8d16-0d5905e10111 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-89ccc5f3-18fd-4d1d-8d16-0d5905e10111 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  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-9537c4a4-781b-4586-a90d-a2ef5ae2061b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b: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-9537c4a4-781b-4586-a90d-a2ef5ae2061b-atc-btn-wrapper {
    text-align: center;
  }


#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9537c4a4-781b-4586-a90d-a2ef5ae2061b-atc-btn-wrapper {
    text-align: center;
  }


#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9537c4a4-781b-4586-a90d-a2ef5ae2061b-atc-btn-wrapper {
    text-align: center;
  }


#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9537c4a4-781b-4586-a90d-a2ef5ae2061b-atc-btn-wrapper {
    text-align: center;
  }


#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9537c4a4-781b-4586-a90d-a2ef5ae2061b-atc-btn-wrapper {
    text-align: center;
  }


#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9537c4a4-781b-4586-a90d-a2ef5ae2061b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cc7fa4cf-5114-41bd-b312-833d55778d86 {
  margin-left: auto;
margin-right: auto;
}

#s-5aec6612-b370-4175-ab1c-f954d739f5a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aec6612-b370-4175-ab1c-f954d739f5a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a7dbad7-9d93-491b-830f-84dfa8341cf1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a7dbad7-9d93-491b-830f-84dfa8341cf1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d6d5e1b9-bb19-4189-9d69-2ca41e0e28c8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d6d5e1b9-bb19-4189-9d69-2ca41e0e28c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d6d5e1b9-bb19-4189-9d69-2ca41e0e28c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d6d5e1b9-bb19-4189-9d69-2ca41e0e28c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  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-f92e91c7-1dda-4456-8178-9191a965df42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f92e91c7-1dda-4456-8178-9191a965df42: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-f92e91c7-1dda-4456-8178-9191a965df42-atc-btn-wrapper {
    text-align: center;
  }


#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f92e91c7-1dda-4456-8178-9191a965df42-atc-btn-wrapper {
    text-align: center;
  }


#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f92e91c7-1dda-4456-8178-9191a965df42-atc-btn-wrapper {
    text-align: center;
  }


#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f92e91c7-1dda-4456-8178-9191a965df42-atc-btn-wrapper {
    text-align: center;
  }


#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f92e91c7-1dda-4456-8178-9191a965df42-atc-btn-wrapper {
    text-align: center;
  }


#s-f92e91c7-1dda-4456-8178-9191a965df42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f92e91c7-1dda-4456-8178-9191a965df42.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;
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-e6f52358-6848-492c-8d77-7dcecc5b70cd {
  margin-left: auto;
margin-right: auto;
}

#s-e60bd527-45c2-4eb3-b187-65faaccefa11 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e60bd527-45c2-4eb3-b187-65faaccefa11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-deb60066-b708-4033-ad01-44ebb4b5fb9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deb60066-b708-4033-ad01-44ebb4b5fb9e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5d679c89-eacf-46ca-ba34-8a9857d00082 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5d679c89-eacf-46ca-ba34-8a9857d00082 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5d679c89-eacf-46ca-ba34-8a9857d00082 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5d679c89-eacf-46ca-ba34-8a9857d00082 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  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-b7fa4346-ba96-4877-88d0-e6abf8682d1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b: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-b7fa4346-ba96-4877-88d0-e6abf8682d1b-atc-btn-wrapper {
    text-align: center;
  }


#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b7fa4346-ba96-4877-88d0-e6abf8682d1b-atc-btn-wrapper {
    text-align: center;
  }


#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7fa4346-ba96-4877-88d0-e6abf8682d1b-atc-btn-wrapper {
    text-align: center;
  }


#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b7fa4346-ba96-4877-88d0-e6abf8682d1b-atc-btn-wrapper {
    text-align: center;
  }


#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b7fa4346-ba96-4877-88d0-e6abf8682d1b-atc-btn-wrapper {
    text-align: center;
  }


#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b7fa4346-ba96-4877-88d0-e6abf8682d1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a9a33743-80a4-46d4-b300-2270aa06797c {
  margin-left: auto;
margin-right: auto;
}

#s-3860af81-4632-420e-8b02-9a41a4dd9e00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3860af81-4632-420e-8b02-9a41a4dd9e00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2fd8cab1-74c5-4d73-9aa9-6f3634e60a50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fd8cab1-74c5-4d73-9aa9-6f3634e60a50 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-92c57a9c-76e5-41ca-9488-18f6e862fa8d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-92c57a9c-76e5-41ca-9488-18f6e862fa8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-92c57a9c-76e5-41ca-9488-18f6e862fa8d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-92c57a9c-76e5-41ca-9488-18f6e862fa8d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  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-49d4d9d1-4a88-43e5-83cf-20c4bd41add0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0: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-49d4d9d1-4a88-43e5-83cf-20c4bd41add0-atc-btn-wrapper {
    text-align: center;
  }


#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0-atc-btn-wrapper {
    text-align: center;
  }


#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0-atc-btn-wrapper {
    text-align: center;
  }


#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0-atc-btn-wrapper {
    text-align: center;
  }


#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0-atc-btn-wrapper {
    text-align: center;
  }


#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-49d4d9d1-4a88-43e5-83cf-20c4bd41add0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5d676e44-edaf-4590-bf46-000706bcebfb {
  margin-left: auto;
margin-right: auto;
}

#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d41f8e5-2d2f-48be-9a53-0d29f41a7829 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42f86ed8-074d-46e2-9bcf-e6278db36861 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42f86ed8-074d-46e2-9bcf-e6278db36861 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8cd3a0ae-5225-434c-a4ac-17019619a127 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8cd3a0ae-5225-434c-a4ac-17019619a127 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8cd3a0ae-5225-434c-a4ac-17019619a127 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8cd3a0ae-5225-434c-a4ac-17019619a127 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  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-4be591e8-4c22-4c4c-9862-18b1c6a36472:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4be591e8-4c22-4c4c-9862-18b1c6a36472: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-4be591e8-4c22-4c4c-9862-18b1c6a36472-atc-btn-wrapper {
    text-align: center;
  }


#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4be591e8-4c22-4c4c-9862-18b1c6a36472-atc-btn-wrapper {
    text-align: center;
  }


#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4be591e8-4c22-4c4c-9862-18b1c6a36472-atc-btn-wrapper {
    text-align: center;
  }


#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4be591e8-4c22-4c4c-9862-18b1c6a36472-atc-btn-wrapper {
    text-align: center;
  }


#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4be591e8-4c22-4c4c-9862-18b1c6a36472-atc-btn-wrapper {
    text-align: center;
  }


#s-4be591e8-4c22-4c4c-9862-18b1c6a36472 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4be591e8-4c22-4c4c-9862-18b1c6a36472.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ce4a1bbf-79fb-4f8a-9d7c-3f2e7ef836e3 {
  margin-left: auto;
margin-right: auto;
}

#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c44ef6-4c3c-4854-a9f3-b6701af6e538 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb19692f-f5d2-40b1-9bc0-2916795325c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb19692f-f5d2-40b1-9bc0-2916795325c4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f87eaf75-0ecd-49a5-9bda-0c792ddbc064 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f87eaf75-0ecd-49a5-9bda-0c792ddbc064 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f87eaf75-0ecd-49a5-9bda-0c792ddbc064 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f87eaf75-0ecd-49a5-9bda-0c792ddbc064 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  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-945eb884-6c5d-44c7-90ef-38e6b6ef5322:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322: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-945eb884-6c5d-44c7-90ef-38e6b6ef5322-atc-btn-wrapper {
    text-align: center;
  }


#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-945eb884-6c5d-44c7-90ef-38e6b6ef5322-atc-btn-wrapper {
    text-align: center;
  }


#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-945eb884-6c5d-44c7-90ef-38e6b6ef5322-atc-btn-wrapper {
    text-align: center;
  }


#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-945eb884-6c5d-44c7-90ef-38e6b6ef5322-atc-btn-wrapper {
    text-align: center;
  }


#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-945eb884-6c5d-44c7-90ef-38e6b6ef5322-atc-btn-wrapper {
    text-align: center;
  }


#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-945eb884-6c5d-44c7-90ef-38e6b6ef5322.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-left: auto;
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-88d5c1ff-8629-40a8-8381-1910049e926d {
  margin-left: auto;
margin-right: auto;
}

#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9025ffe-3904-454c-96c6-c5a1e2d381d2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-54c1bab4-db34-4655-a4ed-2e59bfe629db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54c1bab4-db34-4655-a4ed-2e59bfe629db .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e211d85e-0bd5-4052-94dd-f39fa7f93fe4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e211d85e-0bd5-4052-94dd-f39fa7f93fe4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e211d85e-0bd5-4052-94dd-f39fa7f93fe4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e211d85e-0bd5-4052-94dd-f39fa7f93fe4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  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-c3d131eb-e0f0-49ae-a9c6-ee490ac51768:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768: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-c3d131eb-e0f0-49ae-a9c6-ee490ac51768-atc-btn-wrapper {
    text-align: center;
  }


#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768-atc-btn-wrapper {
    text-align: center;
  }


#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768-atc-btn-wrapper {
    text-align: center;
  }


#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768-atc-btn-wrapper {
    text-align: center;
  }


#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768-atc-btn-wrapper {
    text-align: center;
  }


#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c3d131eb-e0f0-49ae-a9c6-ee490ac51768.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f93e4f9d-9fca-428e-8a8c-06a95af8ddb3 {
  margin-left: auto;
margin-right: auto;
}

#s-ce010a7e-8404-436c-88c8-8c33584bf155 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce010a7e-8404-436c-88c8-8c33584bf155 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-05a8c1f2-3246-451f-9b75-474eb8103325 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05a8c1f2-3246-451f-9b75-474eb8103325 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-87fe1411-ada5-4284-af94-5a2afa2842bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-87fe1411-ada5-4284-af94-5a2afa2842bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-87fe1411-ada5-4284-af94-5a2afa2842bf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-87fe1411-ada5-4284-af94-5a2afa2842bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  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-be8ef38a-6de4-488b-9280-5a480a30a701:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be8ef38a-6de4-488b-9280-5a480a30a701: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-be8ef38a-6de4-488b-9280-5a480a30a701-atc-btn-wrapper {
    text-align: center;
  }


#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-be8ef38a-6de4-488b-9280-5a480a30a701-atc-btn-wrapper {
    text-align: center;
  }


#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-be8ef38a-6de4-488b-9280-5a480a30a701-atc-btn-wrapper {
    text-align: center;
  }


#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-be8ef38a-6de4-488b-9280-5a480a30a701-atc-btn-wrapper {
    text-align: center;
  }


#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-be8ef38a-6de4-488b-9280-5a480a30a701-atc-btn-wrapper {
    text-align: center;
  }


#s-be8ef38a-6de4-488b-9280-5a480a30a701 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-be8ef38a-6de4-488b-9280-5a480a30a701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-415d0af1-c509-4a5d-9f12-37ed685f3914 {
  margin-left: auto;
margin-right: auto;
}

#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3899cb53-29d3-4526-9923-bd4545a3b4f7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-375ce090-e99f-4adb-98f0-01cbed000cde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-375ce090-e99f-4adb-98f0-01cbed000cde .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7866d172-f411-4ab9-8acd-f8bdca3c10f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7866d172-f411-4ab9-8acd-f8bdca3c10f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7866d172-f411-4ab9-8acd-f8bdca3c10f4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7866d172-f411-4ab9-8acd-f8bdca3c10f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  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-d6db1892-e59d-40b2-9db3-7097a4859b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6db1892-e59d-40b2-9db3-7097a4859b1e: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-d6db1892-e59d-40b2-9db3-7097a4859b1e-atc-btn-wrapper {
    text-align: center;
  }


#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d6db1892-e59d-40b2-9db3-7097a4859b1e-atc-btn-wrapper {
    text-align: center;
  }


#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6db1892-e59d-40b2-9db3-7097a4859b1e-atc-btn-wrapper {
    text-align: center;
  }


#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d6db1892-e59d-40b2-9db3-7097a4859b1e-atc-btn-wrapper {
    text-align: center;
  }


#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d6db1892-e59d-40b2-9db3-7097a4859b1e-atc-btn-wrapper {
    text-align: center;
  }


#s-d6db1892-e59d-40b2-9db3-7097a4859b1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6db1892-e59d-40b2-9db3-7097a4859b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-790ef38e-67e2-4367-8b75-7fbb06bf46e0 {
  margin-left: auto;
margin-right: auto;
}

#s-2e6589fd-1cdd-4a85-9450-527330da0173 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e6589fd-1cdd-4a85-9450-527330da0173 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fecae254-c489-4dbb-a8f6-2626aa52ff5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fecae254-c489-4dbb-a8f6-2626aa52ff5e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2dce9a42-081c-4f2d-88c0-693f0032f19b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2dce9a42-081c-4f2d-88c0-693f0032f19b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2dce9a42-081c-4f2d-88c0-693f0032f19b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2dce9a42-081c-4f2d-88c0-693f0032f19b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  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-c04f9764-992c-44de-96d4-f5b1f61b9cd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2: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-c04f9764-992c-44de-96d4-f5b1f61b9cd2-atc-btn-wrapper {
    text-align: center;
  }


#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c04f9764-992c-44de-96d4-f5b1f61b9cd2-atc-btn-wrapper {
    text-align: center;
  }


#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c04f9764-992c-44de-96d4-f5b1f61b9cd2-atc-btn-wrapper {
    text-align: center;
  }


#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c04f9764-992c-44de-96d4-f5b1f61b9cd2-atc-btn-wrapper {
    text-align: center;
  }


#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c04f9764-992c-44de-96d4-f5b1f61b9cd2-atc-btn-wrapper {
    text-align: center;
  }


#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c04f9764-992c-44de-96d4-f5b1f61b9cd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5402b1d2-e254-482f-ba0d-39a0d7272ba3 {
  margin-left: auto;
margin-right: auto;
}

#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4af04d2-28d3-44ce-aa82-d36b37f6224f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7644876-0a3b-46e9-812f-3b885b4866fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7644876-0a3b-46e9-812f-3b885b4866fb .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-53204196-85e2-4f87-b9ac-304906a81e41 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-53204196-85e2-4f87-b9ac-304906a81e41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-53204196-85e2-4f87-b9ac-304906a81e41 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53204196-85e2-4f87-b9ac-304906a81e41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  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-732d3aa6-5c75-493e-a492-39dcc68571c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-732d3aa6-5c75-493e-a492-39dcc68571c9: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-732d3aa6-5c75-493e-a492-39dcc68571c9-atc-btn-wrapper {
    text-align: center;
  }


#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-732d3aa6-5c75-493e-a492-39dcc68571c9-atc-btn-wrapper {
    text-align: center;
  }


#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-732d3aa6-5c75-493e-a492-39dcc68571c9-atc-btn-wrapper {
    text-align: center;
  }


#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-732d3aa6-5c75-493e-a492-39dcc68571c9-atc-btn-wrapper {
    text-align: center;
  }


#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-732d3aa6-5c75-493e-a492-39dcc68571c9-atc-btn-wrapper {
    text-align: center;
  }


#s-732d3aa6-5c75-493e-a492-39dcc68571c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-732d3aa6-5c75-493e-a492-39dcc68571c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fb791753-3d4b-452d-bf67-644f2eb69c98 {
  margin-left: auto;
margin-right: auto;
}

#s-aa21bc85-b2e9-4202-b378-634d8bb6177a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa21bc85-b2e9-4202-b378-634d8bb6177a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b286f441-d9f8-4b38-9b3d-3064db63cb88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b286f441-d9f8-4b38-9b3d-3064db63cb88 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8f7cb286-0113-440e-a8eb-8d932416355e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8f7cb286-0113-440e-a8eb-8d932416355e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8f7cb286-0113-440e-a8eb-8d932416355e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8f7cb286-0113-440e-a8eb-8d932416355e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  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-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc: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-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc-atc-btn-wrapper {
    text-align: center;
  }


#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc-atc-btn-wrapper {
    text-align: center;
  }


#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc-atc-btn-wrapper {
    text-align: center;
  }


#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc-atc-btn-wrapper {
    text-align: center;
  }


#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc-atc-btn-wrapper {
    text-align: center;
  }


#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a1dc3a1-f8bb-49f1-a963-8822a71fa6cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0e2a071e-a11b-4a09-a23e-ef41e42ed596 {
  margin-left: auto;
margin-right: auto;
}

#s-6930f9d5-de42-444d-933f-f895b9bda4da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6930f9d5-de42-444d-933f-f895b9bda4da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-63433ba0-a8ae-4770-8e7b-dec38832a82d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63433ba0-a8ae-4770-8e7b-dec38832a82d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-014a8305-2f5a-4f30-9c38-35c1c7d2c1b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-014a8305-2f5a-4f30-9c38-35c1c7d2c1b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-014a8305-2f5a-4f30-9c38-35c1c7d2c1b0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-014a8305-2f5a-4f30-9c38-35c1c7d2c1b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  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-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b: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-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b-atc-btn-wrapper {
    text-align: center;
  }


#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b-atc-btn-wrapper {
    text-align: center;
  }


#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b-atc-btn-wrapper {
    text-align: center;
  }


#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b-atc-btn-wrapper {
    text-align: center;
  }


#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b-atc-btn-wrapper {
    text-align: center;
  }


#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5d7a92c-76f8-4c2a-8797-7b64a0ad056b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-66f17f3a-4e41-4b7e-adca-96489402147f {
  margin-left: auto;
margin-right: auto;
}

#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a16a808-0e0a-454e-ad87-8f9a96d0aa5e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-59d6ea16-c0a6-4ad4-963c-6ba07487bd95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59d6ea16-c0a6-4ad4-963c-6ba07487bd95 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ab8d00be-922d-484a-a81d-a88410ac1618 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ab8d00be-922d-484a-a81d-a88410ac1618 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ab8d00be-922d-484a-a81d-a88410ac1618 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ab8d00be-922d-484a-a81d-a88410ac1618 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  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-3bac8695-20d3-40c9-84aa-213602ebd213:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bac8695-20d3-40c9-84aa-213602ebd213: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-3bac8695-20d3-40c9-84aa-213602ebd213-atc-btn-wrapper {
    text-align: center;
  }


#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3bac8695-20d3-40c9-84aa-213602ebd213-atc-btn-wrapper {
    text-align: center;
  }


#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bac8695-20d3-40c9-84aa-213602ebd213-atc-btn-wrapper {
    text-align: center;
  }


#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3bac8695-20d3-40c9-84aa-213602ebd213-atc-btn-wrapper {
    text-align: center;
  }


#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3bac8695-20d3-40c9-84aa-213602ebd213-atc-btn-wrapper {
    text-align: center;
  }


#s-3bac8695-20d3-40c9-84aa-213602ebd213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3bac8695-20d3-40c9-84aa-213602ebd213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-860b7468-3521-4a88-8207-b1892297e7a7 {
  margin-left: auto;
margin-right: auto;
}

#s-09be3da8-df27-4ad8-ab68-5911aa745b70 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09be3da8-df27-4ad8-ab68-5911aa745b70 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ae660107-643c-4bab-87c5-96ff9b0a9134 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae660107-643c-4bab-87c5-96ff9b0a9134 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-537cecdd-09d4-443b-965b-8d80ef893179 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-537cecdd-09d4-443b-965b-8d80ef893179 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-537cecdd-09d4-443b-965b-8d80ef893179 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-537cecdd-09d4-443b-965b-8d80ef893179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  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-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91: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-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91-atc-btn-wrapper {
    text-align: center;
  }


#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91-atc-btn-wrapper {
    text-align: center;
  }


#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91-atc-btn-wrapper {
    text-align: center;
  }


#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91-atc-btn-wrapper {
    text-align: center;
  }


#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91-atc-btn-wrapper {
    text-align: center;
  }


#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad7736e8-ceb6-423f-a76c-5bbcbc3afe91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-377d59a4-f4cf-433f-9d5e-6ef88615ecda {
  margin-left: auto;
margin-right: auto;
}

#s-36644b22-99a4-443e-8fc2-045bc6ed6098 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36644b22-99a4-443e-8fc2-045bc6ed6098 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa409559-32fa-4ac8-bfb6-47cbfc874841 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa409559-32fa-4ac8-bfb6-47cbfc874841 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e409a3ea-d105-4249-9f70-3d354902dc2b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e409a3ea-d105-4249-9f70-3d354902dc2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e409a3ea-d105-4249-9f70-3d354902dc2b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e409a3ea-d105-4249-9f70-3d354902dc2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  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-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2: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-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd0e3c2d-6685-4b8c-91a1-0f31ca7b1ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ac1865d1-c8be-4524-a6d8-2d85346cf24e {
  margin-left: auto;
margin-right: auto;
}

#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e7a4d1d-ce81-416e-be6a-0edf6c7a9234 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-79644176-6af8-4b9b-a102-421182222f57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79644176-6af8-4b9b-a102-421182222f57 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d2362c6f-b5d0-436a-887c-a62c7c0dac48 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d2362c6f-b5d0-436a-887c-a62c7c0dac48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d2362c6f-b5d0-436a-887c-a62c7c0dac48 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d2362c6f-b5d0-436a-887c-a62c7c0dac48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  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-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783: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-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783-atc-btn-wrapper {
    text-align: center;
  }


#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783-atc-btn-wrapper {
    text-align: center;
  }


#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783-atc-btn-wrapper {
    text-align: center;
  }


#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783-atc-btn-wrapper {
    text-align: center;
  }


#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783-atc-btn-wrapper {
    text-align: center;
  }


#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37bb74ba-f4b6-4e42-aa57-3c6c13a1f783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4ed97e50-0c8a-43c0-883d-b0e9707c0835 {
  margin-left: auto;
margin-right: auto;
}

#s-4a62e06b-6487-4671-9955-10d3e531b43d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a62e06b-6487-4671-9955-10d3e531b43d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6281ab1-7742-42a4-9cce-41c8867d4d5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6281ab1-7742-42a4-9cce-41c8867d4d5e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8d3a0c2f-0540-403c-bc7e-6d82804af448 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8d3a0c2f-0540-403c-bc7e-6d82804af448 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8d3a0c2f-0540-403c-bc7e-6d82804af448 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d3a0c2f-0540-403c-bc7e-6d82804af448 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  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-782f58a9-5be4-4e5d-ad97-646007d53bd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782f58a9-5be4-4e5d-ad97-646007d53bd9: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-782f58a9-5be4-4e5d-ad97-646007d53bd9-atc-btn-wrapper {
    text-align: center;
  }


#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-782f58a9-5be4-4e5d-ad97-646007d53bd9-atc-btn-wrapper {
    text-align: center;
  }


#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-782f58a9-5be4-4e5d-ad97-646007d53bd9-atc-btn-wrapper {
    text-align: center;
  }


#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-782f58a9-5be4-4e5d-ad97-646007d53bd9-atc-btn-wrapper {
    text-align: center;
  }


#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-782f58a9-5be4-4e5d-ad97-646007d53bd9-atc-btn-wrapper {
    text-align: center;
  }


#s-782f58a9-5be4-4e5d-ad97-646007d53bd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782f58a9-5be4-4e5d-ad97-646007d53bd9.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;
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-8c4b1b02-9799-4f38-895b-204bbc58ba67 {
  margin-left: auto;
margin-right: auto;
}

#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7effbee-efcf-4405-bba9-288a8c05bfb8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0eab6c79-48a8-458f-8d7e-79d31b5a844d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eab6c79-48a8-458f-8d7e-79d31b5a844d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1ea6fd68-3733-484d-949d-6c6dca2112ab {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1ea6fd68-3733-484d-949d-6c6dca2112ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1ea6fd68-3733-484d-949d-6c6dca2112ab .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1ea6fd68-3733-484d-949d-6c6dca2112ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  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-939e6b57-5cc7-46a0-8d52-d6846eff0225:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-939e6b57-5cc7-46a0-8d52-d6846eff0225: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-939e6b57-5cc7-46a0-8d52-d6846eff0225-atc-btn-wrapper {
    text-align: center;
  }


#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-939e6b57-5cc7-46a0-8d52-d6846eff0225-atc-btn-wrapper {
    text-align: center;
  }


#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-939e6b57-5cc7-46a0-8d52-d6846eff0225-atc-btn-wrapper {
    text-align: center;
  }


#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-939e6b57-5cc7-46a0-8d52-d6846eff0225-atc-btn-wrapper {
    text-align: center;
  }


#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-939e6b57-5cc7-46a0-8d52-d6846eff0225-atc-btn-wrapper {
    text-align: center;
  }


#s-939e6b57-5cc7-46a0-8d52-d6846eff0225 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-939e6b57-5cc7-46a0-8d52-d6846eff0225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-002203ec-0e0b-40ee-adc8-78c2d767bcb4 {
  margin-left: auto;
margin-right: auto;
}

#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ab76957-ab62-494b-84b4-f6d8d73ee0e7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ad0dfef2-d8b2-48d5-81d6-1cfc071a6583 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad0dfef2-d8b2-48d5-81d6-1cfc071a6583 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6bdc5fd8-38ab-4861-b67b-bfe7b5f752a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6bdc5fd8-38ab-4861-b67b-bfe7b5f752a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6bdc5fd8-38ab-4861-b67b-bfe7b5f752a6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6bdc5fd8-38ab-4861-b67b-bfe7b5f752a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  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-6fb41da8-3277-4bd7-be06-a360d226bc80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fb41da8-3277-4bd7-be06-a360d226bc80: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-6fb41da8-3277-4bd7-be06-a360d226bc80-atc-btn-wrapper {
    text-align: center;
  }


#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6fb41da8-3277-4bd7-be06-a360d226bc80-atc-btn-wrapper {
    text-align: center;
  }


#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb41da8-3277-4bd7-be06-a360d226bc80-atc-btn-wrapper {
    text-align: center;
  }


#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb41da8-3277-4bd7-be06-a360d226bc80-atc-btn-wrapper {
    text-align: center;
  }


#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6fb41da8-3277-4bd7-be06-a360d226bc80-atc-btn-wrapper {
    text-align: center;
  }


#s-6fb41da8-3277-4bd7-be06-a360d226bc80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6fb41da8-3277-4bd7-be06-a360d226bc80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d9ad376f-3289-4c08-adf8-6a404806537a {
  margin-left: auto;
margin-right: auto;
}

#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-963e05b1-84e3-4fcc-b1ae-7c3b455abaeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39e8d992-1163-4bfe-9b5e-01816529d03c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39e8d992-1163-4bfe-9b5e-01816529d03c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1de70f38-c1a7-4d52-9f09-0c11eb137508 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1de70f38-c1a7-4d52-9f09-0c11eb137508 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1de70f38-c1a7-4d52-9f09-0c11eb137508 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1de70f38-c1a7-4d52-9f09-0c11eb137508 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  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-8f16066f-e037-4355-ae24-8b7143fe7609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f16066f-e037-4355-ae24-8b7143fe7609: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-8f16066f-e037-4355-ae24-8b7143fe7609-atc-btn-wrapper {
    text-align: center;
  }


#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8f16066f-e037-4355-ae24-8b7143fe7609-atc-btn-wrapper {
    text-align: center;
  }


#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f16066f-e037-4355-ae24-8b7143fe7609-atc-btn-wrapper {
    text-align: center;
  }


#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8f16066f-e037-4355-ae24-8b7143fe7609-atc-btn-wrapper {
    text-align: center;
  }


#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8f16066f-e037-4355-ae24-8b7143fe7609-atc-btn-wrapper {
    text-align: center;
  }


#s-8f16066f-e037-4355-ae24-8b7143fe7609 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f16066f-e037-4355-ae24-8b7143fe7609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fafe2506-cf1e-4fd1-ae11-a5fe00ecf6f0 {
  margin-left: auto;
margin-right: auto;
}

#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad51c4c7-ce1c-41ff-93e4-c72548b2bf49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8402bcf3-adc8-4dc7-9a38-cccd9ff0347f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8402bcf3-adc8-4dc7-9a38-cccd9ff0347f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ec009b60-3c47-4e30-866f-98cfc06f915a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec009b60-3c47-4e30-866f-98cfc06f915a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ec009b60-3c47-4e30-866f-98cfc06f915a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ec009b60-3c47-4e30-866f-98cfc06f915a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  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-9303514e-f2db-4ad6-a0af-2fa04c043b54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9303514e-f2db-4ad6-a0af-2fa04c043b54: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-9303514e-f2db-4ad6-a0af-2fa04c043b54-atc-btn-wrapper {
    text-align: center;
  }


#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9303514e-f2db-4ad6-a0af-2fa04c043b54-atc-btn-wrapper {
    text-align: center;
  }


#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9303514e-f2db-4ad6-a0af-2fa04c043b54-atc-btn-wrapper {
    text-align: center;
  }


#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9303514e-f2db-4ad6-a0af-2fa04c043b54-atc-btn-wrapper {
    text-align: center;
  }


#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9303514e-f2db-4ad6-a0af-2fa04c043b54-atc-btn-wrapper {
    text-align: center;
  }


#s-9303514e-f2db-4ad6-a0af-2fa04c043b54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9303514e-f2db-4ad6-a0af-2fa04c043b54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-20d1505a-4e3c-40a3-95ae-4bce825cc8ad {
  margin-left: auto;
margin-right: auto;
}

#s-cff014b6-7993-4e81-aa44-c767a788c464 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff014b6-7993-4e81-aa44-c767a788c464 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a105a003-f326-48c4-b8a4-02489bed033c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a105a003-f326-48c4-b8a4-02489bed033c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-277d8dac-b7cb-48a9-9e2f-3643d41581b6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-277d8dac-b7cb-48a9-9e2f-3643d41581b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-277d8dac-b7cb-48a9-9e2f-3643d41581b6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-277d8dac-b7cb-48a9-9e2f-3643d41581b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  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-51421301-7224-4d04-bbe9-a8c64e7e0214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51421301-7224-4d04-bbe9-a8c64e7e0214: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-51421301-7224-4d04-bbe9-a8c64e7e0214-atc-btn-wrapper {
    text-align: center;
  }


#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-51421301-7224-4d04-bbe9-a8c64e7e0214-atc-btn-wrapper {
    text-align: center;
  }


#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-51421301-7224-4d04-bbe9-a8c64e7e0214-atc-btn-wrapper {
    text-align: center;
  }


#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-51421301-7224-4d04-bbe9-a8c64e7e0214-atc-btn-wrapper {
    text-align: center;
  }


#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-51421301-7224-4d04-bbe9-a8c64e7e0214-atc-btn-wrapper {
    text-align: center;
  }


#s-51421301-7224-4d04-bbe9-a8c64e7e0214 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51421301-7224-4d04-bbe9-a8c64e7e0214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e2458228-7a2c-40b3-97e3-00ecb2f0f1b6 {
  margin-left: auto;
margin-right: auto;
}

#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd02ef4-73ea-4652-8c18-64b9b8f0070f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-334a1acd-c994-4651-9de8-eea1a3a3490c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-334a1acd-c994-4651-9de8-eea1a3a3490c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cf7acb54-8fb1-4692-8bf4-fa1d6a31f2d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cf7acb54-8fb1-4692-8bf4-fa1d6a31f2d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-cf7acb54-8fb1-4692-8bf4-fa1d6a31f2d5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cf7acb54-8fb1-4692-8bf4-fa1d6a31f2d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  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-e3c0391b-97bf-4f7f-8121-6189c932cccf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3c0391b-97bf-4f7f-8121-6189c932cccf: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-e3c0391b-97bf-4f7f-8121-6189c932cccf-atc-btn-wrapper {
    text-align: center;
  }


#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e3c0391b-97bf-4f7f-8121-6189c932cccf-atc-btn-wrapper {
    text-align: center;
  }


#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3c0391b-97bf-4f7f-8121-6189c932cccf-atc-btn-wrapper {
    text-align: center;
  }


#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e3c0391b-97bf-4f7f-8121-6189c932cccf-atc-btn-wrapper {
    text-align: center;
  }


#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e3c0391b-97bf-4f7f-8121-6189c932cccf-atc-btn-wrapper {
    text-align: center;
  }


#s-e3c0391b-97bf-4f7f-8121-6189c932cccf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3c0391b-97bf-4f7f-8121-6189c932cccf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-80ab9513-97b8-4a3e-a74a-67b7eea74ea5 {
  margin-left: auto;
margin-right: auto;
}

#s-bf498405-4109-448b-ac9c-d12b5329c799 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf498405-4109-448b-ac9c-d12b5329c799 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-99968153-a4d7-4272-ad5e-67d03dc32c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99968153-a4d7-4272-ad5e-67d03dc32c1e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a4522582-bb35-4a2d-b9d3-7522a5ef491c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a4522582-bb35-4a2d-b9d3-7522a5ef491c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a4522582-bb35-4a2d-b9d3-7522a5ef491c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a4522582-bb35-4a2d-b9d3-7522a5ef491c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  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-90ceca47-ebac-4d45-94aa-c4622cd79b1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f: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-90ceca47-ebac-4d45-94aa-c4622cd79b1f-atc-btn-wrapper {
    text-align: center;
  }


#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-90ceca47-ebac-4d45-94aa-c4622cd79b1f-atc-btn-wrapper {
    text-align: center;
  }


#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-90ceca47-ebac-4d45-94aa-c4622cd79b1f-atc-btn-wrapper {
    text-align: center;
  }


#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-90ceca47-ebac-4d45-94aa-c4622cd79b1f-atc-btn-wrapper {
    text-align: center;
  }


#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-90ceca47-ebac-4d45-94aa-c4622cd79b1f-atc-btn-wrapper {
    text-align: center;
  }


#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90ceca47-ebac-4d45-94aa-c4622cd79b1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0522940d-7296-496c-bc7b-d4cfea38697a {
  margin-left: auto;
margin-right: auto;
}

#s-e65479fb-beb2-43b4-908c-bfed576e15a4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e65479fb-beb2-43b4-908c-bfed576e15a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-404482cd-120f-4c67-9587-7f7c29b018e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-404482cd-120f-4c67-9587-7f7c29b018e1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-11c407b1-09a7-4a54-9df1-1683205c9f32 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-11c407b1-09a7-4a54-9df1-1683205c9f32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-11c407b1-09a7-4a54-9df1-1683205c9f32 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-11c407b1-09a7-4a54-9df1-1683205c9f32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  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-18cf21e1-9cc2-4c66-9311-4837cad29846:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18cf21e1-9cc2-4c66-9311-4837cad29846: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-18cf21e1-9cc2-4c66-9311-4837cad29846-atc-btn-wrapper {
    text-align: center;
  }


#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-18cf21e1-9cc2-4c66-9311-4837cad29846-atc-btn-wrapper {
    text-align: center;
  }


#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-18cf21e1-9cc2-4c66-9311-4837cad29846-atc-btn-wrapper {
    text-align: center;
  }


#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-18cf21e1-9cc2-4c66-9311-4837cad29846-atc-btn-wrapper {
    text-align: center;
  }


#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-18cf21e1-9cc2-4c66-9311-4837cad29846-atc-btn-wrapper {
    text-align: center;
  }


#s-18cf21e1-9cc2-4c66-9311-4837cad29846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-18cf21e1-9cc2-4c66-9311-4837cad29846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-daf25d65-660f-4c68-a9ad-3ba433a098bd {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-daf25d65-660f-4c68-a9ad-3ba433a098bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daf25d65-660f-4c68-a9ad-3ba433a098bd.shg-box.shg-c {
  justify-content: center;
}

#s-7944d4be-78bd-4ef1-b81c-38180920cd0f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6fe3969c-5e53-4646-857e-7f9064842fb9 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
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-6fe3969c-5e53-4646-857e-7f9064842fb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fe3969c-5e53-4646-857e-7f9064842fb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fe3969c-5e53-4646-857e-7f9064842fb9 {
  
}
}@media (max-width: 767px){#s-6fe3969c-5e53-4646-857e-7f9064842fb9 {
  
}
}
#s-6fe3969c-5e53-4646-857e-7f9064842fb9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-382c1b7d-a740-4ec9-b296-4d8d35478635 {
  margin-left: auto;
margin-right: auto;
}

#s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 {
  margin-left: auto;
margin-right: auto;
}

#s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 {
  --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-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev,
#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next {
  
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev svg,
#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .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-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 {
  --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-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev,
#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next {
  
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev svg,
#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .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-9b12a81c-6001-4bdb-b2e0-fb2c392e7487 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-361fa265-0a74-43a1-84ff-e33850436298 {
  margin-left: auto;
margin-right: auto;
}

#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7fafcc-d731-453c-acc0-05f98a11a2f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-62536f77-a46b-4e7b-ba7c-e34e4d03a278 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62536f77-a46b-4e7b-ba7c-e34e4d03a278 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4f1df5f4-2525-4e50-bdfb-9eaf021db77c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4f1df5f4-2525-4e50-bdfb-9eaf021db77c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-4f1df5f4-2525-4e50-bdfb-9eaf021db77c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4f1df5f4-2525-4e50-bdfb-9eaf021db77c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  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-cd80ade5-17ef-4c3c-a91a-a91a177ea454:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454: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-cd80ade5-17ef-4c3c-a91a-a91a177ea454-atc-btn-wrapper {
    text-align: center;
  }


#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cd80ade5-17ef-4c3c-a91a-a91a177ea454-atc-btn-wrapper {
    text-align: center;
  }


#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd80ade5-17ef-4c3c-a91a-a91a177ea454-atc-btn-wrapper {
    text-align: center;
  }


#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cd80ade5-17ef-4c3c-a91a-a91a177ea454-atc-btn-wrapper {
    text-align: center;
  }


#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cd80ade5-17ef-4c3c-a91a-a91a177ea454-atc-btn-wrapper {
    text-align: center;
  }


#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cd80ade5-17ef-4c3c-a91a-a91a177ea454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5751ca3a-23ab-4807-94db-649f6571a1ad {
  margin-left: auto;
margin-right: auto;
}

#s-8d8df7c7-88f9-4971-af22-92dd0746a906 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d8df7c7-88f9-4971-af22-92dd0746a906 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4dc42534-4a83-481d-aab7-f3cec6b0824c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dc42534-4a83-481d-aab7-f3cec6b0824c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c583400f-e0e3-405b-9be3-f516d4b34576 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c583400f-e0e3-405b-9be3-f516d4b34576 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c583400f-e0e3-405b-9be3-f516d4b34576 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c583400f-e0e3-405b-9be3-f516d4b34576 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  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-247f4d4f-5a12-43da-b526-fb3aa4f22b30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30: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-247f4d4f-5a12-43da-b526-fb3aa4f22b30-atc-btn-wrapper {
    text-align: center;
  }


#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-247f4d4f-5a12-43da-b526-fb3aa4f22b30-atc-btn-wrapper {
    text-align: center;
  }


#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-247f4d4f-5a12-43da-b526-fb3aa4f22b30-atc-btn-wrapper {
    text-align: center;
  }


#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-247f4d4f-5a12-43da-b526-fb3aa4f22b30-atc-btn-wrapper {
    text-align: center;
  }


#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-247f4d4f-5a12-43da-b526-fb3aa4f22b30-atc-btn-wrapper {
    text-align: center;
  }


#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-247f4d4f-5a12-43da-b526-fb3aa4f22b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9855333b-d9ca-45fc-bea6-126ee7bbedb5 {
  margin-left: auto;
margin-right: auto;
}

#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bf272d3-fe0f-48a9-9d63-361a45c7f43f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f8863d8f-e269-4464-b6b2-2ec1e70dc8ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8863d8f-e269-4464-b6b2-2ec1e70dc8ab .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3bacac4f-2817-4633-a03e-785382465dd4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3bacac4f-2817-4633-a03e-785382465dd4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3bacac4f-2817-4633-a03e-785382465dd4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3bacac4f-2817-4633-a03e-785382465dd4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  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-cf7c9c97-04b1-42c6-a072-d94799a2672b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf7c9c97-04b1-42c6-a072-d94799a2672b: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-cf7c9c97-04b1-42c6-a072-d94799a2672b-atc-btn-wrapper {
    text-align: center;
  }


#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cf7c9c97-04b1-42c6-a072-d94799a2672b-atc-btn-wrapper {
    text-align: center;
  }


#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf7c9c97-04b1-42c6-a072-d94799a2672b-atc-btn-wrapper {
    text-align: center;
  }


#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cf7c9c97-04b1-42c6-a072-d94799a2672b-atc-btn-wrapper {
    text-align: center;
  }


#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cf7c9c97-04b1-42c6-a072-d94799a2672b-atc-btn-wrapper {
    text-align: center;
  }


#s-cf7c9c97-04b1-42c6-a072-d94799a2672b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cf7c9c97-04b1-42c6-a072-d94799a2672b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5a71252a-5067-4883-919b-c57beceb8ae5 {
  margin-left: auto;
margin-right: auto;
}

#s-344c9e6b-b737-4f0e-8755-3a4d10387134 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344c9e6b-b737-4f0e-8755-3a4d10387134 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-44e649ed-f9eb-45ad-acc3-08911bc99786 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44e649ed-f9eb-45ad-acc3-08911bc99786 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a957601-b0d3-4e92-8440-69fe28f70ed0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a957601-b0d3-4e92-8440-69fe28f70ed0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2a957601-b0d3-4e92-8440-69fe28f70ed0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2a957601-b0d3-4e92-8440-69fe28f70ed0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  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-3d2e847d-b666-4d88-a5df-92d55c395f3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d2e847d-b666-4d88-a5df-92d55c395f3d: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-3d2e847d-b666-4d88-a5df-92d55c395f3d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3d2e847d-b666-4d88-a5df-92d55c395f3d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d2e847d-b666-4d88-a5df-92d55c395f3d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3d2e847d-b666-4d88-a5df-92d55c395f3d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3d2e847d-b666-4d88-a5df-92d55c395f3d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d2e847d-b666-4d88-a5df-92d55c395f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d2e847d-b666-4d88-a5df-92d55c395f3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e1572e22-878c-4b11-be00-fee8cd04bc09 {
  margin-left: auto;
margin-right: auto;
}

#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f55939c4-4d6a-44ff-a2a2-e776374ab3d7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4cddab4-b266-4cc7-bea0-193d7bf69173 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4cddab4-b266-4cc7-bea0-193d7bf69173 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-adf71357-f0ac-4034-94fc-b0b8a20076d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-adf71357-f0ac-4034-94fc-b0b8a20076d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-adf71357-f0ac-4034-94fc-b0b8a20076d1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-adf71357-f0ac-4034-94fc-b0b8a20076d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  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-3a02cfc6-f460-46ec-b922-80b1ed570624:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a02cfc6-f460-46ec-b922-80b1ed570624: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-3a02cfc6-f460-46ec-b922-80b1ed570624-atc-btn-wrapper {
    text-align: center;
  }


#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3a02cfc6-f460-46ec-b922-80b1ed570624-atc-btn-wrapper {
    text-align: center;
  }


#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a02cfc6-f460-46ec-b922-80b1ed570624-atc-btn-wrapper {
    text-align: center;
  }


#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3a02cfc6-f460-46ec-b922-80b1ed570624-atc-btn-wrapper {
    text-align: center;
  }


#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3a02cfc6-f460-46ec-b922-80b1ed570624-atc-btn-wrapper {
    text-align: center;
  }


#s-3a02cfc6-f460-46ec-b922-80b1ed570624 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a02cfc6-f460-46ec-b922-80b1ed570624.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-69f4bb05-d0f9-46d9-aa8f-d7994eb7e516 {
  margin-left: auto;
margin-right: auto;
}

#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69ab50cf-e1b1-49d0-be85-5c8ef73c3b06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4a258a3f-59c2-4c4f-b8f5-0d9e67693b3a {
  margin-top: -2px;
margin-left: auto;
margin-bottom: -2px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a258a3f-59c2-4c4f-b8f5-0d9e67693b3a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ad36a8d1-616b-40b5-93e9-101f369b6d9e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ad36a8d1-616b-40b5-93e9-101f369b6d9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ad36a8d1-616b-40b5-93e9-101f369b6d9e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ad36a8d1-616b-40b5-93e9-101f369b6d9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  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-76bc250a-79e4-414e-bd88-21b060ea418b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76bc250a-79e4-414e-bd88-21b060ea418b: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-76bc250a-79e4-414e-bd88-21b060ea418b-atc-btn-wrapper {
    text-align: center;
  }


#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-76bc250a-79e4-414e-bd88-21b060ea418b-atc-btn-wrapper {
    text-align: center;
  }


#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-76bc250a-79e4-414e-bd88-21b060ea418b-atc-btn-wrapper {
    text-align: center;
  }


#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-76bc250a-79e4-414e-bd88-21b060ea418b-atc-btn-wrapper {
    text-align: center;
  }


#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-76bc250a-79e4-414e-bd88-21b060ea418b-atc-btn-wrapper {
    text-align: center;
  }


#s-76bc250a-79e4-414e-bd88-21b060ea418b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-76bc250a-79e4-414e-bd88-21b060ea418b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-48f0b666-f045-4dea-ac33-cf73f771b67f {
  margin-left: auto;
margin-right: auto;
}

#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63fbd045-2c62-459a-8b5a-9617a4f7efe4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e58b0c9-cfc7-491f-a08e-ae17f7f7ee4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e58b0c9-cfc7-491f-a08e-ae17f7f7ee4d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7f553f2a-da67-466d-ad34-f4d338b69925 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f553f2a-da67-466d-ad34-f4d338b69925 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7f553f2a-da67-466d-ad34-f4d338b69925 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7f553f2a-da67-466d-ad34-f4d338b69925 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  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-2dbf2a83-a38d-4145-b2af-69c6c22c70f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6: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-2dbf2a83-a38d-4145-b2af-69c6c22c70f6-atc-btn-wrapper {
    text-align: center;
  }


#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6-atc-btn-wrapper {
    text-align: center;
  }


#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6-atc-btn-wrapper {
    text-align: center;
  }


#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6-atc-btn-wrapper {
    text-align: center;
  }


#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6-atc-btn-wrapper {
    text-align: center;
  }


#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2dbf2a83-a38d-4145-b2af-69c6c22c70f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bd2ba051-3f42-4a47-b1c2-2b54e8c61063 {
  margin-left: auto;
margin-right: auto;
}

#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9136c8e-05f1-45a4-bb60-5d0f56f6df89 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-88f773c9-9b2a-466c-8679-e4b903ef3d76 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88f773c9-9b2a-466c-8679-e4b903ef3d76 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ac21c265-1900-43a0-ac16-ae83f6b0a4bd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ac21c265-1900-43a0-ac16-ae83f6b0a4bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ac21c265-1900-43a0-ac16-ae83f6b0a4bd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ac21c265-1900-43a0-ac16-ae83f6b0a4bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  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-80ad3335-a113-4eeb-ae2e-f8fd0516d79f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f: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-80ad3335-a113-4eeb-ae2e-f8fd0516d79f-atc-btn-wrapper {
    text-align: center;
  }


#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f-atc-btn-wrapper {
    text-align: center;
  }


#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f-atc-btn-wrapper {
    text-align: center;
  }


#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f-atc-btn-wrapper {
    text-align: center;
  }


#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f-atc-btn-wrapper {
    text-align: center;
  }


#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-80ad3335-a113-4eeb-ae2e-f8fd0516d79f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1d2d7b9b-2b4e-415d-a791-eb337a657b62 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-1d2d7b9b-2b4e-415d-a791-eb337a657b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d2d7b9b-2b4e-415d-a791-eb337a657b62.shg-box.shg-c {
  justify-content: center;
}

#s-f735ccac-e979-466d-a8d0-8aadd48d694e {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 8px;
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-f735ccac-e979-466d-a8d0-8aadd48d694e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f735ccac-e979-466d-a8d0-8aadd48d694e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f735ccac-e979-466d-a8d0-8aadd48d694e {
  
}
}@media (max-width: 767px){#s-f735ccac-e979-466d-a8d0-8aadd48d694e {
  
}
}
#s-f735ccac-e979-466d-a8d0-8aadd48d694e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-de2b62ae-54eb-4710-9d04-c179a4cb5bbd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de2b62ae-54eb-4710-9d04-c179a4cb5bbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de2b62ae-54eb-4710-9d04-c179a4cb5bbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de2b62ae-54eb-4710-9d04-c179a4cb5bbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de2b62ae-54eb-4710-9d04-c179a4cb5bbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/600;
text-align: center;
}



.shg-image-margin-container-s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
      position: relative;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  
  
  
  
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
      position: relative;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  
  
  
  
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
      position: relative;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  
  
  
  
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
      position: relative;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  
  
  
  
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container {
      position: relative;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5989971-7f5a-44a8-9ec9-f4eeb4014c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-1b3128b6-475d-4f5a-b035-aa898a9bc128 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b3128b6-475d-4f5a-b035-aa898a9bc128 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2c63fcde-8b60-444c-a731-08161dae6d7c {
  margin-left: auto;
margin-right: auto;
}

#s-a8063c47-f722-435e-956b-4a979d969ac4 {
  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-a8063c47-f722-435e-956b-4a979d969ac4: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-a8063c47-f722-435e-956b-4a979d969ac4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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-a8063c47-f722-435e-956b-4a979d969ac4-root {
    text-align: center;
  }


#s-a8063c47-f722-435e-956b-4a979d969ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8063c47-f722-435e-956b-4a979d969ac4-root {
    text-align: center;
  }


#s-a8063c47-f722-435e-956b-4a979d969ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8063c47-f722-435e-956b-4a979d969ac4-root {
    text-align: center;
  }


#s-a8063c47-f722-435e-956b-4a979d969ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8063c47-f722-435e-956b-4a979d969ac4-root {
    text-align: center;
  }


#s-a8063c47-f722-435e-956b-4a979d969ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8063c47-f722-435e-956b-4a979d969ac4-root {
    text-align: center;
  }


#s-a8063c47-f722-435e-956b-4a979d969ac4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/600;
text-align: center;
}



.shg-image-margin-container-s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
      position: relative;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  
  
  
  
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
      position: relative;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  
  
  
  
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
      position: relative;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  
  
  
  
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
      position: relative;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  
  
  
  
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }

    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-link {
      aspect-ratio: 1280/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 {
      --shg-aspect-ratio: calc(1280/600); 
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container {
      position: relative;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e262b4a-a6b0-4678-b352-09f7bd7aadc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-3c6e14c9-ec36-481d-b859-13615d76b75b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c6e14c9-ec36-481d-b859-13615d76b75b .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d44b5a37-fcbd-401f-a37b-17fa107234a0 {
  margin-left: auto;
margin-right: auto;
}

#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5 {
  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-3319edf4-ad5f-4077-9460-cd18bb1a18b5: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-3319edf4-ad5f-4077-9460-cd18bb1a18b5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4MWQ2NTctOGE5NS00NDE5LTk1MDQtODU2MDhmYmQwNDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDgxZDY1Ny04YTk1LTQ0MTktOTUwNC04NTYwOGZiZDA0MTIpIi8+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-3319edf4-ad5f-4077-9460-cd18bb1a18b5-root {
    text-align: center;
  }


#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3319edf4-ad5f-4077-9460-cd18bb1a18b5-root {
    text-align: center;
  }


#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3319edf4-ad5f-4077-9460-cd18bb1a18b5-root {
    text-align: center;
  }


#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3319edf4-ad5f-4077-9460-cd18bb1a18b5-root {
    text-align: center;
  }


#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3319edf4-ad5f-4077-9460-cd18bb1a18b5-root {
    text-align: center;
  }


#s-3319edf4-ad5f-4077-9460-cd18bb1a18b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
/*
  $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;
  }
}
